function popup_chat(URL) { 
   window.open(URL, 'window', 'toolbar=0, scrollbars=1, location=0, statusbar=0, menubar=0, resizable=0, width=640, height=400, left=200, top=200'); 
} 
