if(document.images) { indexoff = new Image(); indexoff.src = "images/button.index.gif"; indexover = new Image(); indexover.src = "images/button.index-over.gif"; indexon = new Image(); indexon.src = "images/button.index-down.gif"; aboutoff = new Image(); aboutoff.src = "images/button.about.gif"; aboutover = new Image(); aboutover.src = "images/button.about-over.gif"; abouton = new Image(); abouton.src = "images/button.about-down.gif"; howweworkoff = new Image(); howweworkoff.src = "images/button.howwework.gif"; howweworkover = new Image(); howweworkover.src = "images/button.howwework-over.gif"; howweworkon = new Image(); howweworkon.src = "images/button.howwework-down.gif"; servicesoff = new Image(); servicesoff.src = "images/button.services.gif"; servicesover = new Image(); servicesover.src = "images/button.services-over.gif"; serviceson = new Image(); serviceson.src = "images/button.services-down.gif"; conditionsoff = new Image(); conditionsoff.src = "images/button.conditions.gif"; conditionsover = new Image(); conditionsover.src = "images/button.conditions-over.gif"; conditionson = new Image(); conditionson.src = "images/button.conditions-down.gif"; nutritionconsultingoff = new Image(); nutritionconsultingoff.src = "images/button.nutritionconsulting.gif"; nutritionconsultingover = new Image(); nutritionconsultingover.src = "images/button.nutritionconsulting-over.gif"; nutritionconsultingon = new Image(); nutritionconsultingon.src = "images/button.nutritionconsulting-down.gif"; lasertherapyoff = new Image(); lasertherapyoff.src = "images/button.lasertherapy.gif"; lasertherapyover = new Image(); lasertherapyover.src = "images/button.lasertherapy-over.gif"; lasertherapyon = new Image(); lasertherapyon.src = "images/button.lasertherapy-down.gif"; faqsoff = new Image(); faqsoff.src = "images/button.faqs.gif"; faqsover = new Image(); faqsover.src = "images/button.faqs-over.gif"; faqson = new Image(); faqson.src = "images/button.faqs-down.gif"; testimonialsoff = new Image(); testimonialsoff.src = "images/button.testimonials.gif"; testimonialsover = new Image(); testimonialsover.src = "images/button.testimonials-over.gif"; testimonialson = new Image(); testimonialson.src = "images/button.testimonials-down.gif"; formsoff = new Image(); formsoff.src = "images/button.forms.gif"; formsover = new Image(); formsover.src = "images/button.forms-over.gif"; formson = new Image(); formson.src = "images/button.forms-down.gif"; } function setOn(buttonname) { if (document.images) { changeImages("index","indexoff") ; changeImages("about","aboutoff") ; changeImages("howwework","howweworkoff") ; changeImages("services","servicesoff") ; changeImages("conditions","conditionsoff") ; changeImages("nutritionconsulting","nutritionconsultingoff") ; changeImages("lasertherapy","lasertherapyoff") ; changeImages("faqs","faqsoff") ; changeImages("testimonials","testimonialsoff") ; changeImages("forms","formsoff") ; if (buttonname=="index") { window.menu="index" ; changeImages("index","indexon") ; } if (buttonname=="about") { window.menu="about" ; changeImages("about","abouton") ; } if (buttonname=="howwework") { window.menu="howwework" ; changeImages("howwework","howweworkon") ; } if (buttonname=="services") { window.menu="services" ; changeImages("services","serviceson") ; } if (buttonname=="conditions") { window.menu="conditions" ; changeImages("conditions","conditionson") ; } if (buttonname=="nutritionconsulting") { window.menu="nutritionconsulting" ; changeImages("nutritionconsulting","nutritionconsultingon") ; } if (buttonname=="lasertherapy") { window.menu="lasertherapy" ; changeImages("lasertherapy","lasertherapyon") ; } if (buttonname=="faqs") { window.menu="faqs" ; changeImages("faqs","faqson") ; } if (buttonname=="testimonials") { window.menu="testimonials" ; changeImages("testimonials","testimonialson") ; } if (buttonname=="forms") { window.menu="forms" ; changeImages("forms","formson") ; } } } function outCheck(bname) { if (document.images) { if (bname=="index") { if (window.menu=="index") changeImages("index","indexon") ; else changeImages("index","indexoff") ; } if (bname=="about") { if (window.menu=="about") changeImages("about","abouton") ; else changeImages("about","aboutoff") ; } if (bname=="howwework") { if (window.menu=="howwework") changeImages("howwework","howweworkon") ; else changeImages("howwework","howweworkoff") ; } if (bname=="services") { if (window.menu=="services") changeImages("services","serviceson") ; else changeImages("services","servicesoff") ; } if (bname=="conditions") { if (window.menu=="conditions") changeImages("conditions","conditionson") ; else changeImages("conditions","conditionsoff") ; } if (bname=="nutritionconsulting") { if (window.menu=="nutritionconsulting") changeImages("nutritionconsulting","nutritionconsultingon") ; else changeImages("nutritionconsulting","nutritionconsultingoff") ; } if (bname=="lasertherapy") { if (window.menu=="lasertherapy") changeImages("lasertherapy","lasertherapyon") ; else changeImages("lasertherapy","lasertherapyoff") ; } if (bname=="faqs") { if (window.menu=="faqs") changeImages("faqs","faqson") ; else changeImages("faqs","faqsoff") ; } if (bname=="testimonials") { if (window.menu=="testimonials") changeImages("testimonials","testimonialson") ; else changeImages("testimonials","testimonialsoff") ; } if (bname=="forms") { if (window.menu=="forms") changeImages("forms","formson") ; else changeImages("forms","formsoff") ; } } } function overCheck(bname) { if (document.images) { if (bname=="index") { if (window.menu=="index") changeImages("index","indexon") ; else changeImages("index","indexover") ; } if (bname=="about") { if (window.menu=="about") changeImages("about","abouton") ; else changeImages("about","aboutover") ; } if (bname=="howwework") { if (window.menu=="howwework") changeImages("howwework","howweworkon") ; else changeImages("howwework","howweworkover") ; } if (bname=="services") { if (window.menu=="services") changeImages("services","serviceson") ; else changeImages("services","servicesover") ; } if (bname=="conditions") { if (window.menu=="conditions") changeImages("conditions","conditionson") ; else changeImages("conditions","conditionsover") ; } if (bname=="nutritionconsulting") { if (window.menu=="nutritionconsulting") changeImages("nutritionconsulting","nutritionconsultingon") ; else changeImages("nutritionconsulting","nutritionconsultingover") ; } if (bname=="lasertherapy") { if (window.menu=="lasertherapy") changeImages("lasertherapy","lasertherapyon") ; else changeImages("lasertherapy","lasertherapyover") ; } if (bname=="faqs") { if (window.menu=="faqs") changeImages("faqs","faqson") ; else changeImages("faqs","faqsover") ; } if (bname=="testimonials") { if (window.menu=="testimonials") changeImages("testimonials","testimonialson") ; else changeImages("testimonials","testimonialsover") ; } if (bname=="forms") { if (window.menu=="forms") changeImages("forms","formson") ; else changeImages("forms","formsover") ; } } } function changeImages() { if (document.images) { for (var i=0; i"; } // popup window var popupwin=0; function popup() { if(popupwin) { popupwin.close(); } popupwin = open('', 'popupwin', 'scrollbars=yes,resizable=yes,width=600,height=450'); }