config = wc_config();
config.vars["say_text"]           = "Schreiben Sie Ihre Nachricht: ";
// Text that appears in the top bar of Hab.la

config.vars["before_chat_text"]   = "Fragen Sie uns Online";
// Text appearing before a chat begins, i.e. before a user has click on
// the Hab.la box.

config.vars["in_chat_text"]       = "Chat mit Bohemian Dragomans";
// Text displayed in the top bar during a chat

config.vars["not_available_text"] = "Leider sind wir momentan nicht Online";
// Text displayed in the top bar when the operator is not available

config.vars["busy_text"]          = "Wir antworten in Kürze";
// text displayed in the top bar when the operator is busy
// i.e. they have reached their concurrent webuser limit

config.vars["away_text"]          = "Leider sind wir momentan nicht verfügbar";
// text displayed in the top bar when the operator is away

config.vars["welcome_msg"] = "<p>Guten Tag, wie können wir Ihnen helfen?</p>";
// The welcome message is displayed when a visitor expands the hab.la
// and there is not an active conversation.

config.vars["offline_message"]    = "<p><em>Guten Tag, leider ist momentan niemand verfügbar. Sie können uns per Email oder telefonisch <a href=\"/de/kontakt/\">kontaktieren</a></em></p>";
// This message is displayed in the body of the hab.la window
// when no operators are available

config.vars["busy_message"]    = "<p><em>Guten Tag, wir sprechen gerade mit anderen Kunden, bitte versuchen Sie es zu einem späteren Zeitpunkt.</em></p>";
// This message is displayed in the body of the hab.la window
// when an operator is available, but they do not have any
// available webuser slots. 


config.setWidth(400);
config.vars["convo_height"] = 300;
wc_init("6316-2802201-10-5902",config);