function popupSpil($loc) {
  newwindow=window.open($loc,"Memory",'screenX=100,screenY=100,width=700,height=520,scrollbars=no');
}

function popupTak($loc) {
	window.name='signout';
  newwindow=window.open($loc,"Tak",'screenX=100,screenY=100,width=400,height=350,scrollbars=yes');
}

function popupGratis($loc) {
	window.name='signout';
newwindow=window.open($loc,"Gratis",'screenX=100,screenY=20,width=400,height=450,scrollbars=yes');
}