if(document.images) { footeremailoff = new Image(); footeremailoff.src = "images/footer.email.gif"; footeremailover = new Image(); footeremailover.src = "images/footer.email-over.gif"; headbutton1off = new Image(); headbutton1off.src = "images/button.home.gif"; headbutton1over = new Image(); headbutton1over.src = "images/button.home-over.gif"; headbutton1on = new Image(); headbutton1on.src = "images/button.home-down.gif"; headbutton2off = new Image(); headbutton2off.src = "images/button.contact.gif"; headbutton2over = new Image(); headbutton2over.src = "images/button.contact-over.gif"; headbutton2on = new Image(); headbutton2on.src = "images/button.contact-down.gif"; headbutton3off = new Image(); headbutton3off.src = "images/button.about.gif"; headbutton3over = new Image(); headbutton3over.src = "images/button.about-over.gif"; headbutton3on = new Image(); headbutton3on.src = "images/button.about-down.gif"; headbutton4off = new Image(); headbutton4off.src = "images/button.recent.gif"; headbutton4over = new Image(); headbutton4over.src = "images/button.recent-over.gif"; headbutton4on = new Image(); headbutton4on.src = "images/button.recent-down.gif"; headbutton5off = new Image(); headbutton5off.src = "images/button.web.gif"; headbutton5over = new Image(); headbutton5over.src = "images/button.web-over.gif"; headbutton5on = new Image(); headbutton5on.src = "images/button.web-down.gif"; headbutton6off = new Image(); headbutton6off.src = "images/button.print.gif"; headbutton6over = new Image(); headbutton6over.src = "images/button.print-over.gif"; headbutton6on = new Image(); headbutton6on.src = "images/button.print-down.gif"; headbutton7off = new Image(); headbutton7off.src = "images/button.branding.gif"; headbutton7over = new Image(); headbutton7over.src = "images/button.branding-over.gif"; headbutton7on = new Image(); headbutton7on.src = "images/button.branding-down.gif"; headbutton8off = new Image(); headbutton8off.src = "images/button.testimonials.gif"; headbutton8over = new Image(); headbutton8over.src = "images/button.testimonials-over.gif"; headbutton8on = new Image(); headbutton8on.src = "images/button.testimonials-down.gif"; headbutton9off = new Image(); headbutton9off.src = "images/button.training.gif"; headbutton9over = new Image(); headbutton9over.src = "images/button.training-over.gif"; headbutton9on = new Image(); headbutton9on.src = "images/button.training-down.gif"; headbutton10off = new Image(); headbutton10off.src = "images/button.newsletter.gif"; headbutton10over = new Image(); headbutton10over.src = "images/button.newsletter-over.gif"; headbutton10on = new Image(); headbutton10on.src = "images/button.newsletter-down.gif"; headbutton11off = new Image(); headbutton11off.src = "images/button.clients.gif"; headbutton11over = new Image(); headbutton11over.src = "images/button.clients-over.gif"; headbutton11on = new Image(); headbutton11on.src = "images/button.clients-down.gif"; headbutton12off = new Image(); headbutton12off.src = "images/button.awards.gif"; headbutton12over = new Image(); headbutton12over.src = "images/button.awards-over.gif"; headbutton12on = new Image(); headbutton12on.src = "images/button.awards-down.gif"; } function setOn(buttonname) { thismenuname = buttonname ; if (document.images) { changeImages("headbutton1","headbutton1off") ; changeImages("headbutton2","headbutton2off") ; changeImages("headbutton3","headbutton3off") ; changeImages("headbutton4","headbutton4off") ; changeImages("headbutton5","headbutton5off") ; changeImages("headbutton6","headbutton6off") ; changeImages("headbutton7","headbutton7off") ; changeImages("headbutton8","headbutton8off") ; changeImages("headbutton9","headbutton9off") ; changeImages("headbutton10","headbutton10off") ; changeImages("headbutton11","headbutton11off") ; changeImages("headbutton12","headbutton12off") ; hideAll(); if (buttonname=="headbutton1") { thismenuname="headbutton1" ; changeImages("headbutton1","headbutton1on") ; } if (buttonname=="headbutton2") { thismenuname="headbutton2" ; changeImages("headbutton2","headbutton2on") ; } if (buttonname=="headbutton3") { thismenuname="headbutton3" ; changeImages("headbutton3","headbutton3on") ; } if (buttonname=="headbutton4") { thismenuname="headbutton4" ; changeImages("headbutton4","headbutton4on") ; } if (buttonname=="headbutton5") { thismenuname="headbutton5" ; changeImages("headbutton5","headbutton5on") ; } if (buttonname=="headbutton6") { thismenuname="headbutton6" ; changeImages("headbutton6","headbutton6on") ; } if (buttonname=="headbutton7") { thismenuname="headbutton7" ; changeImages("headbutton7","headbutton7on") ; } if (buttonname=="headbutton8") { thismenuname="headbutton8" ; changeImages("headbutton8","headbutton8on") ; } if (buttonname=="headbutton9") { thismenuname="headbutton9" ; changeImages("headbutton9","headbutton9on") ; } if (buttonname=="headbutton10") { thismenuname="headbutton10" ; changeImages("headbutton10","headbutton10on") ; } if (buttonname=="headbutton11") { thismenuname="headbutton11" ; changeImages("headbutton11","headbutton11on") ; } if (buttonname=="headbutton12") { thismenuname="headbutton12" ; changeImages("headbutton12","headbutton12on") ; } } } function outCheck(bname) { if (document.images) { hideAll(); var showLayer = thismenuname + "Layer"; if (bname=="headbutton1") { if (thismenuname=="headbutton1") changeImages("headbutton1","headbutton1on") ; else changeImages("headbutton1","headbutton1off") ; } if (bname=="headbutton2") { if (thismenuname=="headbutton2") changeImages("headbutton2","headbutton2on") ; else changeImages("headbutton2","headbutton2off") ; } if (bname=="headbutton3") { if (thismenuname=="headbutton3") changeImages("headbutton3","headbutton3on") ; else changeImages("headbutton3","headbutton3off") ; } if (bname=="headbutton4") { if (thismenuname=="headbutton4") changeImages("headbutton4","headbutton4on") ; else changeImages("headbutton4","headbutton4off") ; } if (bname=="headbutton5") { if (thismenuname=="headbutton5") changeImages("headbutton5","headbutton5on") ; else changeImages("headbutton5","headbutton5off") ; } if (bname=="headbutton6") { if (thismenuname=="headbutton6") changeImages("headbutton6","headbutton6on") ; else changeImages("headbutton6","headbutton6off") ; } if (bname=="headbutton7") { if (thismenuname=="headbutton7") changeImages("headbutton7","headbutton7on") ; else changeImages("headbutton7","headbutton7off") ; } if (bname=="headbutton8") { if (thismenuname=="headbutton8") changeImages("headbutton8","headbutton8on") ; else changeImages("headbutton8","headbutton8off") ; } if (bname=="headbutton9") { if (thismenuname=="headbutton9") changeImages("headbutton9","headbutton9on") ; else changeImages("headbutton9","headbutton9off") ; } if (bname=="headbutton10") { if (thismenuname=="headbutton10") changeImages("headbutton10","headbutton10on") ; else changeImages("headbutton10","headbutton10off") ; } if (bname=="headbutton11") { if (thismenuname=="headbutton11") changeImages("headbutton11","headbutton11on") ; else changeImages("headbutton11","headbutton11off") ; } if (bname=="headbutton12") { if (thismenuname=="headbutton12") changeImages("headbutton12","headbutton12on") ; else changeImages("headbutton12","headbutton12off") ; } } } function overCheck(bname) { if (document.images) { if (bname=="headbutton1") { if (thismenuname=="headbutton1") changeImages("headbutton1","headbutton1on") ; else changeImages("headbutton1","headbutton1over"); hideAll(); } if (bname=="headbutton2") { if (thismenuname=="headbutton2") changeImages("headbutton2","headbutton2on") ; else changeImages("headbutton2","headbutton2over"); hideAll(); } if (bname=="headbutton3") { if (thismenuname=="headbutton3") changeImages("headbutton3","headbutton3on") ; else changeImages("headbutton3","headbutton3over"); hideAll(); MM_showHideLayers('headbutton3Layer','','show'); } if (bname=="headbutton4") { if (thismenuname=="headbutton4") changeImages("headbutton4","headbutton4on") ; else changeImages("headbutton4","headbutton4over"); hideAll(); } if (bname=="headbutton5") { if (thismenuname=="headbutton5") changeImages("headbutton5","headbutton5on") ; else changeImages("headbutton5","headbutton5over"); hideAll(); MM_showHideLayers('headbutton5Layer','','show'); } if (bname=="headbutton6") { if (thismenuname=="headbutton6") changeImages("headbutton6","headbutton6on") ; else changeImages("headbutton6","headbutton6over"); hideAll(); MM_showHideLayers('headbutton6Layer','','show'); } if (bname=="headbutton7") { if (thismenuname=="headbutton7") changeImages("headbutton7","headbutton7on") ; else changeImages("headbutton7","headbutton7over"); hideAll(); } if (bname=="headbutton8") { if (thismenuname=="headbutton8") changeImages("headbutton8","headbutton8on") ; else changeImages("headbutton8","headbutton8over"); hideAll(); MM_showHideLayers('headbutton8Layer','','show'); } if (bname=="headbutton9") { if (thismenuname=="headbutton9") changeImages("headbutton9","headbutton9on") ; else changeImages("headbutton9","headbutton9over"); hideAll(); MM_showHideLayers('headbutton9Layer','','show'); } if (bname=="headbutton10") { if (thismenuname=="headbutton10") changeImages("headbutton10","headbutton10on") ; else changeImages("headbutton10","headbutton10over"); hideAll(); } if (bname=="headbutton11") { if (thismenuname=="headbutton11") changeImages("headbutton11","headbutton11on") ; else changeImages("headbutton11","headbutton11over"); hideAll(); MM_showHideLayers('headbutton11Layer','','show'); } if (bname=="headbutton12") { if (thismenuname=="headbutton12") changeImages("headbutton12","headbutton12on") ; else changeImages("headbutton12","headbutton12over"); hideAll(); } } } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i"; } // popup window var popupwin=0; function popup() { if(popupwin) { popupwin.close(); } popupwin = open('', 'popupwin', 'scrollbars=yes,resizable=yes,width=640,height=500'); } function popupphotos() { if(popupwin) { popupwin.close(); } popupwin = open('', 'popupwin', 'scrollbars=yes,resizable=yes,width=700,height=700'); } // Detail popup window function popupDetail() { var newwin = window.open("","detailwindow","width=420,height=440,resizeable=yes"); }