<!-- hide this script from non-javascript-enabled browsers

if (document.images) {
home_F1 = new Image(60,24); home_F1.src = "images/home.gif";
home_F2 = new Image(60,24); home_F2.src = "images/home_F2.gif";
casino_F1 = new Image(64,24); casino_F1.src = "images/casino.gif";
casino_F2 = new Image(64,24); casino_F2.src = "images/casino_F2.gif";
sportsbook_F1 = new Image(99,24); sportsbook_F1.src = "images/sportsbook.gif";
sportsbook_F2 = new Image(99,24); sportsbook_F2.src = "images/sportsbook_F2.gif";
horseracing_F1 = new Image(107,24); horseracing_F1.src = "images/horseracing.gif";
horseracing_F2 = new Image(107,24); horseracing_F2.src = "images/horseracing_F2.gif";
links_F1 = new Image(50,24); links_F1.src = "images/links.gif";
links_F2 = new Image(50,24); links_F2.src = "images/links_F2.gif";
thgamblezone_r4_c02_F1 = new Image(239,60); thgamblezone_r4_c02_F1.src = "images/thgamblezone_r4_c02.gif";
thgamblezone_r4_c02_F2 = new Image(239,60); thgamblezone_r4_c02_F2.src = "images/thgamblezone_r4_c02_F2.gif";
}

/* Function that displays status bar messages. */

function dm(msgStr) {
    window.status = msgStr;
    document.MM_returnValue = true;
}

/* Function that swaps images. */

function di20(id, newSrc) {
    var theImage = FWFindImage(document, id, 0);
    if (theImage) {
        theImage.src = newSrc;
    }
}

/* Functions that track and set toggle group button states. */

function FWFindImage(doc, name, j) {
    var theImage = false;
    if (doc.images) {
        theImage = doc.images[name];
    }
    if (theImage) {
        return theImage;
    }
    if (doc.layers) {
        for (j = 0; j < doc.layers.length; j++) {
            theImage = FWFindImage(doc.layers[j].document, name, 0);
            if (theImage) {
                return (theImage);
            }
        }
    }
    return (false);
}

// protect pages from right click

function right(e) {

if (navigator.appName == 'Netscape' && 

(e.which == 2 || e.which == 3)) {

alert('Mouse Right-click is disabled. Website content is copyright of TheGambleZone. Please contact website administrator regarding your interest in our content.');

return false;

}

else if (navigator.appName == 'Microsoft Internet Explorer' && 

(event.button==2 || event.button == 3)) {

alert('Mouse Right-click is disabled. Website content is copyright of TheGambleZone. Please contact website administrator regarding your interest in our content.');

return false;

}

return true;

}

document.onmousedown=right;

if (document.layers) window.captureEvents(Event.MOUSEDOWN);

window.onmousedown=right;


// stop hiding -->
