function open_pop(str){
	if (document.all)
		var left = screen.width, yMax = screen.height;
	if(document.layers)
		var left = window.outerWidth, yMax = window.outerHeight;
	
	var top=235;
	var win = window.open("http://www.casinotropez.com/trcpromo/pmail8/en/" +  str + "/tr_pop.htm", "nom", "toolbar=no, personalbar=no, statusbar=no, toolbar=no, width=300, height=300, scrollbars=0,left="+left+",top=235")
	for (i=0;i<620;i++){
		left=left-0.5;
		win.moveTo(left,top); 
	}
}

function open_win(num){
	switch(num){
		case 1: // Tropez.
				window.open("http://banner.casinotropez.com/cgi-bin/redir.cgi?id=N&member=freecasino&profile=nopop");
				open_pop('ct');
				break;	
		case 2: // Del Rio.
				window.open("http://banner.casinodelrio.com/cgi-bin/redir.cgi?id=N&member=freecasino&profile=nopop");
				open_pop('dr');
				break;	
		case 3: // Vegas Red.
				window.open("http://banner.vegasred.com/cgi-bin/redir.cgi?id=N&member=freecasino&profile=nopop");
				open_pop('vr');
				break;	
		case 4: // Europa.
				window.open("http://banner.europacasino.com/cgi-bin/redir.cgi?id=N&member=freecasino&profile=nopop");
				open_pop('ec');
				break;
	}
}