﻿// JScript File
function openECograAd()
{
    openImageWindow("SuproCasino.com - eCOGRA Safe & Fair", "../../Images/SuproCasino/eCograSealAd.gif");
}

function downloadAndRedirect()
{
  var sURLreg = "http://www.safe-installation.com/supro/downloadclient.htm?DownloadBrand=suprocasino";
  var localScut = (sCut) ? sCut : "";
  sURLreg += '&' + localScut;
   
  var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;
  if (is_chrome) {
    window.location.href = sURLreg;
  }
  else {
    window.open(sURLreg, "popDown", "width=620,height=150,top=0,left=0");
  }}

