function DownloadNow(file,redUrl,extUrl) {
  var browser = (window.navigator.userAgent.indexOf("SV1") != -1);
        if (browser && extUrl==0) {
						window.open(file,'DownloadNow','toolbar=0,location=no,directories=0,status=0, scrollbars=no,resizable=0,width=1,height=1,top=0,left=0');
						window.focus();	
	        	location.href = redUrl;
        } else {
            window.open(file,'DownloadNow','toolbar=0,location=no,directories=0,status=0, scrollbars=no,resizable=0,width=1,height=1,top=0,left=0');
						window.focus();	  
            location.href = redUrl;
        }
}


function gotoURL(u)
	{
            if (u=='download.html') {
window.open('http://www.free-solitaire-download.com/downloads/1stsol.exe','DownloadNow','toolbar=0,location=no,directories=0,status=0, scrollbars=no,resizable=0,width=1,height=1,top=0,left=0');
						window.focus();	
	        	document.location = u;
                                     } else {
		document.location = u;
                                             }  
	}

	function turnon(i)
	{
		if (document.getElementById || (document.all && !document.GetElementById))
			i.style.backgroundColor = "#FF8833";
	}
	
	function turnoff(i)
	{
		if (document.getElementById || (document.all && !document.GetElementById))
			i.style.backgroundColor = "#E95000";
	}
