// JavaScript Document

function openChat() {
	window.open('./livezilla/chat.php','','width=600,height=550,left=0,top=0,resizable=yes,menubar=no,location=yes,status=yes,scrollbars=no');
}