config = wc_config();
config.vars["say_text"]           = "Pište: ";
// Text that appears in the top bar of Hab.la

config.vars["before_chat_text"]   = "Zeptejte se nás on-line";
// Text appearing before a chat begins, i.e. before a user has click on
// the Hab.la box.

config.vars["in_chat_text"]       = "Chat s Ivorius webdesign";
// Text displayed in the top bar during a chat

config.vars["not_available_text"] = "Napište nám email";
// Text displayed in the top bar when the operator is not available

config.vars["busy_text"]          = "Odpovíme za moment";
// text displayed in the top bar when the operator is busy
// i.e. they have reached their concurrent webuser limit

config.vars["away_text"]          = "Bohužel, právě jsme mimo dosah";
// text displayed in the top bar when the operator is away

config.vars["welcome_msg"] = "<p>Dobrý den, jak Vám můžeme pomoci?</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>Dobrý den, nejsme právě on-line, ale můžete nám poslat email nebo zavolat ze <a href=\"http://ivorius.com/kontakt/\">sekce kontakty</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>Dobrý den, právě rozmlouváme s jinými zákazníky. Zkuste to prosím později.</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("6285-7261664-10-1341",config);
