// JavaScript Document if (TransMenu.isSupported()) { var ms = new TransMenuSet(TransMenu.direction.down, 0,0, TransMenu.reference.bottomLeft); var menu342 = ms.addMenu(document.getElementById("menu342")); menu342.addItem("Sources of Water", "knowyour_water.html", "0"); menu342.addItem("Need for Pure Water", "needsfor_water.html", "0"); menu342.addItem("TDS of Water", "tds_water.html", "0"); menu342.addItem("Do We Need Bottle Water?", "bottle_water.html", "0"); var menu343 = ms.addMenu(document.getElementById("menu343")); menu343.addItem("Working Principle", "how_works.html", "0"); menu343.addItem("Myths About RO", "reverse_osmosis.html", "0"); menu343.addItem("Beware Of Plastics", "beware_plastics.html", "0"); var menu345 = ms.addMenu(document.getElementById("menu345")); menu345.addItem("Basic Models", "basic_models.html", "0"); menu345.addItem("Deluxe Models", "deluxe_models.html", "0"); menu345.addItem("Higher capacity_models", "highercapacity_models.html", "0"); var menu347 = ms.addMenu(document.getElementById("menu347")); menu347.addItem("Online C.V.", "#", "0"); menu347.addItem("Jobs Opportunities", "#", "0"); menu347.addItem("Employee Development", "#", "0"); var menu349 = ms.addMenu(document.getElementById("menu349")); menu349.addItem("Contact", "#", "0"); menu349.addItem("Feedback", "#", "0"); menu349.addItem("FAQ", "#", "0"); function init34() { if (TransMenu.isSupported()) { TransMenu.initialize(); menu342.onactivate = function() {document.getElementById("menu342").className = "hover"; }; menu342ondeactivate = function() {document.getElementById("menu342").className = ""; }; menu343.onactivate = function() {document.getElementById("menu343").className = "hover"; }; menu343.ondeactivate = function() {document.getElementById("menu343").className = ""; }; menu345.onactivate = function() {document.getElementById("menu345").className = "hover"; }; menu345.ondeactivate = function() {document.getElementById("menu345").className = ""; }; document.getElementById("menu348").onmouseover = function() { ms.hideCurrent(); this.className = "hover"; } document.getElementById("menu348").onmouseout = function() { this.className = ""; } document.getElementById("menu347").onmouseover = function() { ms.hideCurrent(); this.className = "hover"; } document.getElementById("menu347").onmouseout = function() { this.className = ""; } document.getElementById("menu344").onmouseover = function() { ms.hideCurrent(); this.className = "hover"; } document.getElementById("menu344").onmouseout = function() { this.className = ""; } document.getElementById("menu349").onmouseover = function() { ms.hideCurrent(); this.className = "hover"; } document.getElementById("menu349").onmouseout = function() { this.className = ""; } document.getElementById("menu341").onmouseover = function() { ms.hideCurrent(); this.className = "hover"; } document.getElementById("menu341").onmouseout = function() { this.className = ""; } document.getElementById("menu346").onmouseover = function() { ms.hideCurrent(); this.className = "hover"; } document.getElementById("menu346").onmouseout = function() { this.className = ""; } }} TransMenu.spacerGif = "images/x.gif"; TransMenu.dingbatOn = "images/submenu-on.gif"; TransMenu.dingbatOff = "images/submenu-off.gif"; TransMenu.sub_indicator = true; TransMenu.menuPadding = 0; TransMenu.itemPadding = 0; TransMenu.shadowSize = 2; TransMenu.shadowOffset = 3; TransMenu.shadowColor = "#888"; TransMenu.shadowPng = "images/grey-40.png"; TransMenu.backgroundColor = "#0280df"; TransMenu.backgroundPng = "images/white-90.png"; TransMenu.hideDelay = 500; TransMenu.slideTime = 250; TransMenu.modid = 34; TransMenu.selecthack = 1; TransMenu.autoposition = 1; TransMenu.renderAll(); if ( typeof window.addEventListener != "undefined" ) window.addEventListener( "load", init34, false ); else if ( typeof window.attachEvent != "undefined" ) { window.attachEvent( "onload", init34 ); }else{ if ( window.onload != null ) { var oldOnload = window.onload; window.onload = function ( e ) { oldOnload( e ); init34(); } }else window.onload = init34(); } }