


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 popad(){
	var day = new Date();
	var id = day.getTime();
	var tpage = "http://www.voetbalspelletjes.com/link/out.html"; 
	var windowprops = "width=800,height=600,location=yes,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes"; 
	page = window.open(tpage, '_blank', windowprops);
	
	page.blur()
	window.focus()
} 

