if (document.images) { home = new Image(); home.src = "img/mnu-webtonghome1.gif"; xhome = new Image(); xhome.src = "img/mnu-webtonghome0.gif"; stmp = new Image(); stmp.src = "img/mnu-sitemap1.gif"; xstmp = new Image(); xstmp.src = "img/mnu-sitemap0.gif"; cnct = new Image(); cnct.src = "img/mnu-contactus1.gif"; xcnct = new Image(); xcnct.src = "img/mnu-contactus0.gif"; srvcicon = new Image(); srvcicon.src = "img/t7-2face.gif"; xsrvcicon = new Image(); xsrvcicon.src = "img/t7-2face0.gif"; pfloicon = new Image(); pfloicon.src = "img/t5-2pencil.gif"; xpfloicon = new Image(); xpfloicon.src = "img/t5-2pencil0.gif"; chinaicon = new Image(); chinaicon.src = "img/t9-2china.gif"; xchinaicon = new Image(); xchinaicon.src = "img/t9-2china0.gif"; thecompany = new Image(); thecompany.src = "img/mnu-thecompany1.gif"; xthecompany = new Image(); xthecompany.src = "img/mnu-thecompany0.gif"; rnd = new Image(); rnd.src = "img/mnu-rnd1.gif"; xrnd = new Image(); xrnd.src = "img/mnu-rnd0.gif"; resources = new Image(); resources.src = "img/mnu-resources1.gif"; xresources = new Image(); xresources.src = "img/mnu-resources0.gif"; affiliates = new Image(); affiliates.src = "img/mnu-affiliates1.gif"; xaffiliates = new Image(); xaffiliates.src = "img/mnu-affiliates0.gif"; jobs = new Image(); jobs.src = "img/mnu-jobs1.gif"; xjobs = new Image(); xjobs.src = "img/mnu-jobs0.gif"; ance = new Image(); ance.src = "img/td-10.gif"; xance = new Image(); xance.src = "img/td-1.gif"; } //activate the images function inm(w) { if (document.images) if (w=='home') document.home.src = home.src; else if (w=='srvc') document.srvc.src = srvcicon.src; else if (w=='pflo') document.pflo.src = pfloicon.src; else if (w=='china') document.china.src = chinaicon.src; else if (w=='stmp') document.stmp.src = stmp.src; else if (w=='cnct') document.cnct.src = cnct.src; else if (w=='thecompany') document.thecompany.src = thecompany.src; else if (w=='rnd') document.rnd.src = rnd.src; else if (w=='resources') document.resources.src = resources.src; else if (w=='affiliates') document.affiliates.src = affiliates.src; else if (w=='jobs') document.jobs.src = jobs.src; else if (w=='ance') document.announce.src = ance.src; } function outm(w) { if (document.images) if (w=='home') document.home.src = xhome.src; else if (w=='srvc') document.srvc.src = xsrvcicon.src; else if (w=='pflo') document.pflo.src = xpfloicon.src; else if (w=='china') document.china.src = xchinaicon.src; else if (w=='stmp') document.stmp.src = xstmp.src; else if (w=='cnct') document.cnct.src = xcnct.src; else if (w=='thecompany') document.thecompany.src = xthecompany.src; else if (w=='rnd') document.rnd.src = xrnd.src; else if (w=='resources') document.resources.src = xresources.src; else if (w=='affiliates') document.affiliates.src = xaffiliates.src; else if (w=='jobs') document.jobs.src = xjobs.src; else if (w=='ance') document.announce.src = xance.src; }