function openChatLogin(theForm) {
	var strRoom = theForm.elements[0].options[theForm.elements[0].selectedIndex].value;
	var strURL = document.URL;
	window.open ('http://attworldnetlogin.ehosts.net/chatlogin.asp?RoomName='+strRoom,'LoginWin', 'location=no,status=no,resizable=no,toolbar=no,width=400,height=440');
}

function openBBSLogin(theForm) { var strRoom =
theForm.elements[0].options[theForm.elements[0].selectedIndex].value; window.open
('http://attworldnet.ehosts.net/bbslogin.asp?RoomName='+strRoom, 'LoginWin',
'location=yes,status=yes,resizable=yes,toolbar,width=480,height=380,screenX=200,screenY=150');
}