


function verwijder(bericht,xurl) {
	if(confirm(bericht)) location.href = xurl;
} 


function showgame(val){
  var clearText = atob(val);
  return clearText;
}



function favorieten(){
	var bookmarkurl ="http://www.schoolspellen.nl/";
	var bookmarktitel ="SchoolSpellen - De leukste online spellen!";
	if (document.all) {
		window.external.AddFavorite(bookmarkurl,bookmarktitel);
	}
}




function loaded( ){
  document.getElementById('gameOff').style.display = 'none';
  document.getElementById('gameOn').style.display = 'block';
}


 function send(id)
  {
  window.open("http://www.ringtonio.nl/send/?id="+id+
  "&rtaff=8814&clx=1&rtlo=22736&setlang=nl",
  "sendpop","toolbar=no,location=no,directories=no,"+
  "status=yes,menubar=no,scrollbars=no,resizable=no,"+
  "copyhistory=no,width=600,height=450,screenX=0,"+
  "screenY=0,top=0,left=0");
  }



function play(id)
  {
  window.open("http://www.ringtonio.nl/play/?id="+id+
  "&rtaff=8814&clx=1&rtlo=22736",
  "playpop","toolbar=no,location=no,directories=no"+
  ",status=no,menubar=no,scrollbars=no,resizable=no,"+
  "copyhistory=no,width=300,height=140,screenX=0,"+
  "screenY=0,top=0,left=0");
  }

function nix ()
  {
  return;
  }


