config = wc_config();
config.vars["say_text"]           = "Type your message: ";
// Text that appears in the top bar of Hab.la

config.vars["before_chat_text"]   = "Ask us 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 with Bohemian Dragomans";
// Text displayed in the top bar during a chat

config.vars["not_available_text"] = "Sorry, we are momentarily not Online";
// Text displayed in the top bar when the operator is not available

config.vars["busy_text"]          = "We will reply shortly";
// text displayed in the top bar when the operator is busy
// i.e. they have reached their concurrent webuser limit

config.vars["away_text"]          = "Sorry, we are momentarily not available";
// text displayed in the top bar when the operator is away

config.vars["welcome_msg"] = "<p>Hello, how can we help You?</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>Hello, momentarily there is no one available. You can <a href=\"/en/kontakt/\">contact us</a> by Email oder Phone</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>Hello, we are just talking to other customers, please contact us in a few minutes again</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);