var browserType;
if (document.layers) {
    browserType = "nn4"
}
if (document.all) {
    browserType = "ie"
}
if (window.navigator.userAgent.toLowerCase().match("gecko")) {
    browserType = "gecko"
}
function crmHide(){
    if (browserType == "gecko" || browserType == "ie") {
        crnlayer = eval('document.getElementById("crpop1")')
    }
    else {
        crnlayer = eval('document.layers["crpop1"]')
    }
    crnlayer.style.visibility = "hidden"
}

function slideIn(){
    var a = document.getElementById("crdivh");
    if (parseInt(a.style.bottom) < 0) {
        a.style.bottom = parseInt(a.style.bottom) + 4 + "px";
        setTimeout(slideIn, 10)
    }
}

function CRpopdiv(btag, ccy, lang, amt){
    var i = "position:fixed; bottom:0px;";
    if (document.all && window.XMLHttpRequest) {
        if ((window.document.childNodes[0].text == undefined) || (window.document.childNodes[0].text.search(/DOCTYPE\s+HTML\s+PUBLIC.+\.dtd/i) == -1)) {
            i = "position:absolute; top:expression( eval( document.compatMode && document.compatMode == 'CSS1Compat' ) ? documentElement.scrollTop + (documentElement.clientHeight-this.clientHeight) : document.body.scrollTop + ( document.body.clientHeight-this.clientHeight ) ); "
        }
    }
    if (document.all && !window.XMLHttpRequest) {
        i = "position:absolute; top:expression( eval( document.compatMode && document.compatMode == 'CSS1Compat' ) ? documentElement.scrollTop + (documentElement.clientHeight-this.clientHeight) : document.body.scrollTop + ( document.body.clientHeight-this.clientHeight ) ); "
    }
    var callURL = 'http://promotions.roxypalace.com/1020/1' + amt + 'free_' + lang + '.aspx';
    document.write('<div id="crpop1" style="' + i + ' z-index:99999; width:210px; height:126px; right:5px; overflow:hidden;"><div style="z-index:99;overflow:hidden;width:210px;height:126px;background:transparent;"><div id="crdivh" style="position:relative;bottom:-130px;right:0;width:210px;height:126px;background:transparent;"><table width="210" height="126" border="0" cellpadding="0" cellspacing="0" style="margin:0;padding:0;"><tr><td width="177" height="29" style="margin:0;padding:0;"><a href="' + callURL + '?btag=' + btag + '" target="_blank"><img src="http://www.roxyaffiliates.com/Creative/Popups/IM/title.png" width="177" height="29" alt="" border="0" style="margin:0;padding:0;border:0;height:29px;vertical-align:bottom;"></a></td><td width="33" height="29" style="margin:0;padding:0;"><span onclick="crmHide();" value="crmHide" style="cursor:pointer;"><img src="http://www.roxyaffiliates.com/Creative/Popups/IM/xbt.png" width="33" height="29" alt="" border="0" style="margin:0;padding:0;border:0;height:29px;vertical-align:bottom;"></span></td></tr><tr><td colspan="2" width="210" height="97" style="margin:0;padding:0;"><a href="' + callURL + '?btag=' + btag + '" target="_blank"><img src="http://www.roxyaffiliates.com/Creative/Popups/IM/' + lang + '_' + ccy + '_' + amt + 'free.png" width="210" height="97" alt="" border="0" style="margin:0;padding:0;border:0;height:97px;"></a></td></tr></table></div></div></div>')
};
