function loadPage() {
	var url = "http://www.gok-spel.com/play/34";
	window.open(url);
}

function popWin(id) {
	var newwindow=window.open('http://www.gok-spel.com/playingnow/' + id ,'GokSpel','width=800, height=600, top=0, left=0, resizable=yes, toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, copyhistory=no');
	if (window.focus) {newwindow.focus(); window.location.replace('http://www.gok-spel.com/allslots') }
	//return false;
}


function popBanner(url) {
	var newwindow=window.open('http://www.gok-spel.com/html/banner.php?banner_link=' + url ,'GokSpel','width=800, height=600, top=0, left=0, resizable=yes, toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, copyhistory=no');
	if (window.focus) {newwindow.focus()}
	//return false;
}

function bookmark () {
	var txt = "Bookmark www.gok-spel.com!";
	var url = "http://www.gok-spel.com";
	var who = "GOK-SPEL.COM - DE GROOTSTE ONAFHANKELIJKE GOKSITE DUS DE MEESTE KEUZE!";
	
	if ( navigator.appName != 'Microsoft Internet Explorer' ){
		window.sidebar.addPanel(who,url,""); 
	}
	else {
		window.external.AddFavorite(url,who);
	} 
}

/*

function popWin(url) {
	var newwindow=window.open('http://www.gok-spel.com/html/games.php?game_link=' + url ,'GokSpel','width=800, height=600, top=0, left=0, resizable=yes, toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, copyhistory=no');
	if (window.focus) {newwindow.focus()}
	//return false;
}

*/
