var hasChat = true;

function openChatWindow (url, name) {
	  chatWindow = window.open(url,name,'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=520,height=470');
}


