var redirect="http://www.casinoratingcenter.com/cgi-bin/rd.cgi?";


function popW(url,l,t,w,h,hidden)
{
  if (navigator.appName=="Netscape") {ShowWin=window.open("","_blank","toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1");}
  else{if (navigator.appName=="Microsoft Internet Explorer"){ShowWin=window.open("","","toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1");}}
  if (ShowWin!=null)
	{
	if (hidden)
	{
		ShowWin.blur();
		self.focus();
		ShowWin.resizeTo(w,h);ShowWin.moveTo(l,t);ShowWin.location=url;
	}
	else
	{
		ShowWin.blur();
		ShowWin.resizeTo(w,h);ShowWin.moveTo(l,t);ShowWin.location=url;
		ShowWin.focus();
	}
	}
}


function GoTo(URL)
		{window.location=redirect + URL;}
		
function popup(URL)
{
	popW(redirect + URL, 10,20,800,700,0);
}
function popup_banner(URL)
{
	popW(URL, 10,20,800,700,0);
}

