function loadChat(){
    window.open('chat.html','unique','scrollbars=no,menubar=no,resizable=0,location=no,screenX=50,screenY=100,width=450,height=360');
}
