function close_confirm() {
	if (confirm("Are you sure that you wish to exit?")) location.href = "http://www.casino770.com/";
}
function remove_notice() {
	document.getElementById("antipop").innerHTML = "";
	document.getElementById("antipop").style.display = "none";
}
function popup_game(url) {
	var gameswin = window.open(url, "gameswin", "left=0,screenX=0,top=0,screenY=0,titlebar=no,toolbar=no,directory=no,scrolling=yes,scrollbar=yes,scroll=yes,width=" + screen.width + ",height=" + (screen.height-50));
	remove_notice();
}
function load_game(url) {
var wd = 220;
var hd = 110;
var midw = (aw/2)-(wd/2);
var midh = ((ah/2)-(hd/2)-20);
        document.getElementById("antipop").style.visibility="visible";
        document.getElementById("antipop").style.width="220px";
        document.getElementById("antipop").style.height="110px";
        document.getElementById("antipop").style.left=midw+"px";
        document.getElementById("antipop").style.top=midh+"px";

	popup_game(url);
        document.getElementById("antipop").innerHTML = "<table border=0 cellspacing=0 cellpadding=0 width=220 "+
"height=110 background=\"/fcg-games/220x110v2.jpg\"><tr height=20 valign=middle><td align=left><font size=1 "+
"color=white><b>&nbsp;ANTI BLOQUEADOR DE POP-UPS</b></font><td>&nbsp;</td></tr>"+
"<tr height=90><td align=center>Si el juego no empieza :<br><a href=javascript:popup_game('"+url+"')>haz clic aquí</a>.</td></tr></table>";

/*
	document.getElementById("antipop").innerHTML = "<div>Si le jeu ne s'ouvre pas : <br><a href=javascript:popup_game('"+url+"')>Ouvrir le Jeu</a>.</div>";
*/
	document.getElementById("antipop").style.display = "block";
	setTimeout("remove_notice()", 20000);
}
