

// globals
var ns6up=false
var ie4up=false

var default_text="Winning at the Slots"
window.status=default_text


// who are we?
var minVer=parseInt(navigator.appVersion)
var BrowserAgent=navigator.userAgent.toLowerCase()
var BrowserName=navigator.appName.toLowerCase()


if (BrowserAgent.indexOf("mozilla")>=0 && BrowserName.indexOf("netscape")>=0 && minVer==4 && document.layers) 

document.location="browserver.html" // keep back button

else

if (BrowserAgent.indexOf("opera")>=0 && BrowserName.indexOf("opera")>=0 && minVer < 7) 

document.location="browserver.html" // keep back button

else

if (BrowserAgent.indexOf("msie")>=0 && BrowserName.indexOf("microsoft")>=0 && minVer >= 4)

ie4up=true

else

if (BrowserAgent.indexOf("mozilla")>=0 && BrowserName.indexOf("netscape")>=0 && minVer>4) 
ns6up=true

else

if (BrowserAgent.indexOf("opera")>=0 && BrowserName.indexOf("opera")>=0 && minVer >= 7) 
ie4up=true

else
document.location="browserver.html" // keep back button


function openwin() {
mywin=window.open("","Install", config='height=480,width=400')

mywin.document.write('<b>Casino Software Download Tip</b>')

mywin.document.write('<p>When you click on a download link to install a Casino a popup dialog box will open and ask if you want to open, run from location or save the installer file.</p>')

mywin.document.write('<p>Some common installer filenames include SmartDownload, Casino Setup, Web Installer or Casino Launcher.</p>')

mywin.document.write('<p>The simplest way is to choose open or run from location. This will install the casino immeadiately. After the casino installer finishes, the casino install wizzard will complete the full installation process in a few minutes.</p>')

mywin.document.write('<p>Optionally you can save the installer file if you want to install the casino at a later time. Note it\'s file name and which directory it was saved in. Double click it to start the installation process. If you get an error with this method return to the Winning at the Slots Download page, click the download link again and this time choose open or run from location and NOT save.</p>')


mywin.document.write('<p><A href="javascript:self.close()">close</A></p>')


}



