function openDownload()
{
	var URL_DOWNLOAD='http://affiliate.cirruscasino.com/smartdownloadcasino.asp?filename=CirrusCasinoInstaller.exe';
	var shoose = confirm('Do you want to download NOW?');
	if(shoose)
	{
		window.open(URL_DOWNLOAD);
		return;
	} else
	{
		return;
	}
} 
