function open_chat() {
	window.open("/chat/index.php", "chatwindow", "status=0,menubar=0,resizable=1,width=810,height=610,scrollbars=0,location=0");
}
