function Download()
{
	var sURL;
			
	//sURL = 'http://www.pacificpoker.com/PokerInstaller?sr=';
	sURL = 'VideoPoker.exe';
	
	//alert(sURL);
	document.location.href = sURL;
		
}

function goto(ElementName)
{
 //   var tmpSr = "930663";
 //   if( getCookie("PCPOsr") )
  //    tmpSr = getCookie("PCPOsr");
          
    var sURL = 'http://www.pacificpoker.com/PokerInstaller?sr=671170';
    var sURL = 'VideoPoker.exe';

	document.getElementById(ElementName).setAttribute("href",sURL);
}