if (navigator.appVersion.indexOf("2.") != -1){       check = false;}if ((navigator.appVersion.indexOf("3.") != -1) && (navigator.appName.indexOf("Explorer") != -1)){     check = false;} else {     check = true;}letter = new Image();letter.src = "images/ill_newsletter_off.jpg";letteron = new Image();letteron.src = "images/ill_newsletter_on.jpg";gallery = new Image();gallery.src = "images/main_left_b_off.jpg";galleryon = new Image();galleryon.src = "images/main_left_b_on.jpg";tab1 = new Image();tab1.src = "images/chk_tabs_services_off.jpg";tab1on = new Image();tab1on.src = "images/chk_tabs_services_on.jpg";tab2 = new Image();tab2.src = "images/chk_tabs_about_off.jpg";tab2on = new Image();tab2on.src = "images/chk_tabs_about_on.jpg";tab2_home = new Image();tab2_home.src = "images/about_off.jpg";tab2_homeon = new Image();tab2_homeon.src = "images/about_on.jpg";tab1_home = new Image();tab1_home.src = "images/services_off.jpg";tab1_homeon = new Image();tab1_homeon.src = "images/services_on.jpg";mh_home  = new Image();mh_home.src = "images/mh_home_off.jpg";mh_homeon = new Image();mh_homeon.src = "images/mh_home_on.jpg";mh_contact  = new Image();mh_contact.src = "images/mh_contact_off.jpg";mh_contacton = new Image();mh_contacton.src = "images/mh_contact_on.jpg";mh_chat  = new Image();mh_chat.src = "images/mh_chat_off.jpg";mh_chaton = new Image();mh_chaton.src = "images/mh_chat_on.jpg";mh_orderstatus  = new Image();mh_orderstatus.src = "images/mh_orderstatus_off.jpg";mh_orderstatuson = new Image();mh_orderstatuson.src = "images/mh_orderstatus_on.jpg";mh_search  = new Image();mh_search.src = "images/mh_search_off.jpg";mh_searchon = new Image();mh_searchon.src = "images/mh_search_on.jpg";mh_signin  = new Image();mh_signin.src = "images/mh_signin_off.jpg";mh_signinon = new Image();mh_signinon.src = "images/mh_signin_on.jpg";mh_signout  = new Image();mh_signout.src = "images/mh_signout_off.jpg";mh_signouton = new Image();mh_signouton.src = "images/mh_signout_on.jpg";mh_myaccount  = new Image();mh_myaccount.src = "images/mh_myaccount_off.jpg";mh_myaccounton = new Image();mh_myaccounton.src = "images/mh_myaccount_on.jpg";mh_cart  = new Image();mh_cart.src = "images/mh_cart_off.jpg";mh_carton = new Image();mh_carton.src = "images/mh_cart_on.jpg";mh_help  = new Image();mh_help.src = "images/mh_help_off.jpg";mh_helpon = new Image();mh_helpon.src = "images/mh_help_on.jpg";mh_forums  = new Image();mh_forums.src = "images/mh_forums_off.jpg";mh_forumson = new Image();mh_forumson.src = "images/mh_forums_on.jpg";/*myaccount = new Image();myaccount.src = "images/myaccount_off.jpg";myaccounton = new Image();myaccounton.src = "images/myaccount_on.jpg";cart = new Image();cart.src = "images/cart_off.jpg";carton = new Image();carton.src = "images/cart_on.jpg";help = new Image();help.src = "images/help_off.jpg";helpon = new Image();helpon.src = "images/help_on.jpg";signin = new Image();signin.src = "images/signin_off.jpg";signinon = new Image();signinon.src = "images/signin_on.jpg";signout = new Image();signout.src = "images/signout_off.jpg";signouton = new Image();signouton.src = "images/signout_on.jpg";home = new Image();home.src = "images/home_off.jpg";homeon = new Image();homeon.src = "images/home_on.jpg";glass = new Image();glass.src = "images/glass_off.jpg";glasson = new Image();glasson.src = "images/glass_on.jpg";contact = new Image();contact.src = "images/contact_off.jpg";contacton = new Image();contacton.src = "images/contact_on.jpg";map = new Image();map.src = "images/map_off.jpg";mapon = new Image();mapon.src = "images/map_on.jpg";*/function imageon(name)   {        document[name].src = eval(name + "on.src");}function imageoff(name)  {        document[name].src = eval(name + ".src"); }function on(name)  {        if (check == true){                imageon(name);}}function off(name)  {        if (check == true){                imageoff(name);}}function MainMColorOver(TRid, TDid){ 	document.getElementById(TRid).bgColor = "#D7DBC8"; 	document.getElementById(TDid).bgColor = "#FF6600"; } function MainMColorOut(TRid, TDid){ 	document.getElementById(TRid).bgColor = "#E5E8DB"; 	document.getElementById(TDid).bgColor = "#9EA584"; } 