function normalChat(){
	chat=window.open("schat1","","scrollbars=auto,resizable=yes,width=720,height=620 left=100,top=100");
}

function secretChat(){
	chat=window.open("schat2","","scrollbars=auto,resizable=yes,width=720,height=620 left=100,top=100");
}
