<!--- This Java Script is the property of PRIZEWEB www.prizeweb.com
if (document.images)
{
        t1on = new Image(81, 97);
        t1on.src = "2aC.gif";
        t1off = new Image(81, 97);
        t1off.src = "2aOFF.gif";

        t2on = new Image(50, 97);
        t2on.src = "3aC.gif";
        t2off = new Image(50, 97);
        t2off.src = "3aOFF.gif";

        t3on = new Image(66, 97);
        t3on.src = "5aC.gif";
        t3off = new Image(66, 97);
        t3off.src = "5aOFF.gif";

        t4on = new Image(32, 97);
        t4on.src = "6aC.gif";
        t4off = new Image(32, 97);
        t4off.src = "6aOFF.gif";

        t5on = new Image(87, 97);
        t5on.src = "7aC.gif";
        t5off = new Image(87, 97);
        t5off.src = "7aOFF.gif";

        d1on = new Image(59, 92);
        d1on.src = "t22aC.gif";
        d1off = new Image(59, 92);
        d1off.src = "t22aOFF.gif";

        d2on = new Image(52, 92);
        d2on.src = "t24aC.gif";
        d2off = new Image(52, 92);
        d2off.src = "t24aOFF.gif";

        d3on = new Image(93, 92);
        d3on.src = "t26aC.gif";
        d3off = new Image(93, 92);
        d3off.src = "t26aOFF.gif";

        d4on = new Image(35, 92);
        d4on.src = "t27aC.gif";
        d4off = new Image(35, 92);
        d4off.src = "t27aOFF.gif";

        e1on = new Image(56, 92);
        e1on.src = "t32aC.gif";
        e1off = new Image(56, 92);
        e1off.src = "t32aOFF.gif";

        e2on = new Image(57, 92);
        e2on.src = "t34aC.gif";
        e2off = new Image(57, 92);
        e2off.src = "t34aOFF.gif";

        e3on = new Image(53, 92);
        e3on.src = "t36aC.gif";
        e3off = new Image(53, 92);
        e3off.src = "t36aOFF.gif";

        e4on = new Image(50, 92);
        e4on.src = "t37aC.gif";
        e4off = new Image(50, 92);
        e4off.src = "t37aOFF.gif";

        b1on = new Image(89, 94);
        b1on.src = "14aC.gif";
        b1off = new Image(89, 94);
        b1off.src = "14aOFF.gif";

        b2on = new Image(55, 94);
        b2on.src = "15aC.gif";
        b2off = new Image(55, 94);
        b2off.src = "15aOFF.gif";

        b3on = new Image(64, 94);
        b3on.src = "16aC.gif";
        b3off = new Image(64, 94);
        b3off.src = "16aOFF.gif";

        b4on = new Image(60, 94);
        b4on.src = "18aC.gif";
        b4off = new Image(60, 94);
        b4off.src = "18aOFF.gif";

        b5on = new Image(47, 94);
        b5on.src = "19aC.gif";
        b5off = new Image(47, 94);
        b5off.src = "19aOFF.gif";

        b6on = new Image(63, 94);
        b6on.src = "20aC.gif";
        b6off = new Image(63, 94);
        b6off.src = "20aOFF.gif";

        b7on = new Image(70, 94);
        b7on.src = "21aC.gif";
        b7off = new Image(70, 94);
        b7off.src = "21aOFF.gif";

        b8on = new Image(26, 94);
        b8on.src = "15bC.gif";
        b8off = new Image(26, 94);
        b8off.src = "15bOFF.gif";

        b9on = new Image(14, 94);
        b9on.src = "17aC.gif";
        b9off = new Image(14, 94);
        b9off.src = "17aOFF.gif";
}

function img_act(imgName)
{
    if (document.images)
    {
        imgOn = eval(imgName + "on.src");
        document [imgName].src = imgOn;
    }
}

function img_inact(imgName)
{
    if (document.images)
    {
        imgOff = eval(imgName + "off.src");
        document [imgName].src = imgOff;
    }
}

function message (text)    
{
    if (document.images)
    {
        window.status = text;
    }
}
// End hiding --->
