
function hvimg(y,x) {

var nhimh = document.getElementById(x).src;

document.getElementById(y).src = nhimh;

}


function mnimg(x,z) {

var mnewsimg = document.getElementById(x).src;

document.getElementById(z).src = mnewsimg;

}




function navmap(x) {



var mapct = "<img src=\"wp-content/themes/mrm_portal/images/map-"+x+".jpg\"  align=\"left\"><object align=\"right\" wmode=\"transparent\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" name=\"!map10\" width=\"762\" height=\"376\" align=\"middle\" id=\"!map10\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"movie\" value=\"!map10.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"wmode\" value=\"transparent\" /><param name=FlashVars value=\"xmlfile=location_"+x+"\"><embed src=\"!map10.swf\" quality=\"high\" wmode=\"transparent\" width=\"762\" height=\"376\" name=\"!map10\" align=\"middle\" allowScriptAccess=\"sameDomain\"  FlashVars=\"xmlfile=location_"+x+"\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /></object>";

var headerbg = "wp-content/themes/mrm_portal/images/min_banners/topbanner-"+x+".jpg"

document.body.style.background = "url('wp-content/themes/mrm_portal/images/topbg"+x+".jpg') repeat-x top";

document.getElementById('mapmenu').innerHTML = mapct;


pagedetail(x);

}


function pagedetail(x) {

if(x == 'TR') { document.body.style.background = "#0a1028"; }
else {document.body.style.background = "url('wp-content/themes/mrm_portal/images/topbg"+x+".jpg') repeat-x top";}

document.getElementById('headerimg').style.background = "url('wp-content/themes/mrm_portal/images/min_banners/topbanner-"+x+".jpg')";
document.getElementById('main_menu').style.background = "url('wp-content/themes/mrm_portal/images/topmenubg_"+x+".jpg')";

document.getElementById('getinv').style.background = "url('wp-content/themes/mrm_portal/images/getinvbg"+x+".jpg')";




}


function minpagedetail(x,m) {



document.getElementById('headerimg').style.background = "url('wp-content/themes/mrm_portal/images/min_banners/topbanner-"+x+".jpg')";
document.body.style.background = "url('wp-content/themes/mrm_portal/images/topbg"+m+".jpg') repeat-x top";
document.getElementById('footer').style.background = "url('wp-content/themes/mrm_portal/images/footerbg"+m+".jpg')";
document.getElementById('footer2').style.background = "url('wp-content/themes/mrm_portal/images/footerbg"+m+".jpg')";


}


function external_link(url) {

window.open(url);

}

function internal_link(url) {

top.location = url;

}


function seediv(d) {
document.getElementById(d).style.display = '';
}

function hidediv(d) {
document.getElementById(d).style.display = 'none';
}





