function popupChat(){
	popup('','chat','width=646,height=392,resizable=yes,top=50,left=50,screenX=50,screenY=50');
}

function popup(location, name, attributes){
	return window.open(location, name, attributes);
}