if (document.images)
{

    



    ImageUrl = new Array();

    ImageUrl[0] = "/images/footermap1.gif";

    ImageUrl[1] = "/images/footermap2.gif";

    ImageUrl[2] = "/images/footermap3.gif";

    ImageUrl[3] = "/images/footermap4.gif";

    for(i = 0; i <= 3; i++)

    {
             imgPreload = new Image();
            imgPreload.src = ImageUrl[i];

        }
}
jQuery.noConflict();
/*var $j = jQuery.noConflict();
$j(function() {
    $j(".map").maphilight();
});*/
function highLight5(){
    document.getElementById("map_bottom").className="us_bottom";
}
function highLight6(){
    document.getElementById("map_bottom").className="uk_bottom";
}
function highLight7(){
    document.getElementById("map_bottom").className="me_bottom";
}
function highLight8(){
    document.getElementById("map_bottom").className="india_bottom";
}
function deselect(){
    document.getElementById("map_bottom").className="none";
}



