function Chat()
{ 
 var  win = window.open('/ZbitNetChat/','','width=800,height=600,toolbar=no,resizable=yes');
 win.moveTo((screen.availWidth-800)/2,(screen.availHeight-600)/2);
}
