
function launchMainChat()
	{
		window.open('/chat/chat.html','Chat','width=500,height=430,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no');
	}
	
function launchMainChat2()
	{
		window.open('/chat2/chat.html','Chat2','width=500,height=430,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no');
	}
	
function launchMainChat3()
	{
		window.open('/chat2/chat.html','Chat3','width=500,height=430,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no');
	}

function launchPoker()
	{
		window.open('/videopoker/videopoker.html','VideoPoker','width=560,height=560,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no');
	}



