function launchAvatar(url, name)
{
	window.open(url, name, 'personalbar=no,status=no,width=320,scrollbars=no,menubar=no,resizable=no,location=no,titlebar=yes,height=250,toolbar=no');
}

function launchGame(url, name)
{
	window.open(url, 'game_window', 'personalbar=no,status=no,width=500,scrollbars=no,menubar=no,resizable=no,location=no,titlebar=yes,height=284,toolbar=no');
}