
/***********************************************
* Encrypt Email script- Please keep notice intact
* Tool URL: http://www.dynamicdrive.com/emailriddler/
* **********************************************/
<!-- Encrypted version of: inquiry [at] **********.*** //-->

var emailriddlerarray=[105,110,113,117,105,114,121,64,116,101,109,109,97,98,97,115,104,105,46,99,111,109]
var encryptedemail_id14='' //variable to contain encrypted email 
for (var i=0; i<emailriddlerarray.length; i++)
 encryptedemail_id14+=String.fromCharCode(emailriddlerarray[i])


/***********************************************/
function hdNavi() {
urlPath = window.self.location.pathname;
document.write("<style type='text/css'><!-- ");

if (urlPath.indexOf("") == 1) {
document.write("#hdmenu li#hme {background: url(/share/img/hdnv.gif) no-repeat 0 -45px !important;}");
}
if (urlPath.indexOf("works") == 1) {
document.write("#hdmenu li#wks {background: url(/share/img/hdnv.gif) no-repeat -158px -45px !important;}");
}
if (urlPath.indexOf("case") == 1) {
document.write("#hdmenu li#cse {background: url(/share/img/hdnv.gif) no-repeat -316px -45px !important;}");
}

if (urlPath.indexOf("faq") == 1) {
document.write("#hdmenu li#faq {background: url(/share/img/hdnv.gif) no-repeat -474px -45px !important;}");
}

if (urlPath.indexOf("about") == 1) {
document.write("#hdmenu li#abt {background: url(/share/img/hdnv.gif) no-repeat -632px -45px !important;}");
}

if (urlPath.indexOf("inquiry") == 1) {
document.write("#hdmenu li#inq {background: url(/share/img/hdnv.gif) no-repeat -790px -45px !important;}");
}

document.write(" --></style>");
}

hdNavi();
