var popopW=null;
function game(url) 
{	var win_width=640;
  var win_height=384;
	if (url=="pages/mastermind/game/dansk.html") win_width=512;
	if (url=="pages/mastermind/game/english.html") win_width=512;
	if (url=="pages/simon/game/dansk.html") win_width=512;
	if (url=="pages/simon/game/english.html") win_width=512;
	if (url=="pages/cheeky_mouse_dx/game/dansk.html") win_width=512;
	if (url=="pages/cheeky_mouse_dx/game/english.html") win_width=512;
	pos_horizon = ((screen.width/2)-(win_width/2));
	pos_vertical = ((screen.height/2)-(win_height/2));
	if (popopW != null) 
	{ popopW.close();
		popopW=null;
	}
  popopW=window.open("http://www.spacefractal.com/"+url,name,"width="+win_width+",height="+win_height+",scrollbars=no,status=no,top="+pos_vertical+",left="+pos_horizon);
}

function mail(user)
{	var mail = user.toLowerCase();
  site = "playitgame.org";
	document.write('<a href="mailto:' + mail + '@' + site + '">'); 
}