<!--

// JavaScript Programming by Jeff Lindeman, jeff@wavemedia.net ©2003


        browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 3 )))

        if ( browser) {
               homeon = new Image;
               homeon.src = "/images/homeon.gif";
               homeoff = new Image;
               homeoff.src = "/images/home.gif";
               abouton = new Image;
               abouton.src = "/images/abouton.gif";
               aboutoff = new Image;
               aboutoff.src = "/images/about.gif";
                              successon = new Image;
               successon.src = "/images/successon.gif";
               successoff = new Image;
               successoff.src = "/images/success.gif";                              pmson = new Image;
               pmson.src = "/images/pmson.gif";
               pmsoff = new Image;
               pmsoff.src = "/images/pms.gif";
                              proactiveon = new Image;
               proactiveon.src = "/images/proactiveon.gif";
               proactiveoff = new Image;
               proactiveoff.src = "/images/proactive.gif";
               howon = new Image;
               howon.src = "/images/howon.gif";
               howoff = new Image;
               howoff.src = "/images/how.gif";
               commonon = new Image;
               commonon.src = "/images/commonon.gif";
               commonoff = new Image;
               commonoff.src = "/images/common.gif";
               scientificon = new Image;
               scientificon.src = "/images/scientificon.gif";
               scientificoff = new Image;
               scientificoff.src = "/images/scientific.gif";
               printableon = new Image;
               printableon.src = "/images/printableon.gif";
               printableoff = new Image;
               printableoff.src = "/images/printable.gif";
               purchaseon = new Image;
               purchaseon.src = "/images/purchaseon.gif";
               purchaseoff = new Image;
               purchaseoff.src = "/images/purchase.gif";
               biographyon = new Image;
               biographyon.src = "/images/biographyon.gif";
               biographyoff = new Image;
               biographyoff.src = "/images/biography.gif";
               askon = new Image;
               askon.src = "/images/askon.gif";
               askoff = new Image;
               askoff.src = "/images/ask.gif";
               tipon = new Image;
               tipon.src = "/images/tipon.gif";
               tipoff = new Image;
               tipoff.src = "/images/tip.gif";
               boxon = new Image;
               boxon.src = "/images/boxon.jpg";
               boxoff = new Image;
               boxoff.src = "/images/boxoff.jpg";
               optinon = new Image;
               optinon.src = "/images/optinon.gif";
               optinoff = new Image;
               optinoff.src = "/images/optin.gif";
               emailon = new Image;
               emailon.src = "/images/emailon.gif";
               emailoff = new Image;
               emailoff.src = "/images/email.gif";
               companyon = new Image;
               companyon.src = "/images/companyon.gif";
               companyoff = new Image;
               companyoff.src = "/images/company.gif";
               testimonialson = new Image;
               testimonialson.src = "/images/testimonialson.gif";
               testimonialsoff = new Image;
               testimonialsoff.src = "/images/testimonials.gif";
               presson = new Image;
               presson.src = "/images/presson.gif";
               pressoff = new Image;
               pressoff.src = "/images/press.gif";
               privacyon = new Image;
               privacyon.src = "/images/privacyon.gif";
               privacyoff = new Image;
               privacyoff.src = "/images/privacy.gif";
               disclaimeron = new Image;
               disclaimeron.src = "/images/disclaimeron.gif";
               disclaimeroff = new Image;
               disclaimeroff.src = "/images/disclaimer.gif";
               contacton = new Image;
               contacton.src = "/images/contacton.gif";
               contactoff = new Image;
               contactoff.src = "/images/contact.gif";
               blinkson = new Image;
               blinkson.src = "/images/blinkson.gif";
               blinksoff = new Image;
               blinksoff.src = "/images/blinks.gif";                             warrioron = new Image;
               warrioron.src = "/images/banner_bookon.gif";
               warrioroff = new Image;
               warrioroff.src = "/images/banner_book.gif";
               
               NBcompanyon = new Image;
               NBcompanyon.src = "/images/buttons/bCompanyInfo_on.gif";
               NBcompanyoff = new Image;
               NBcompanyoff.src = "/images/buttons/bCompanyInfo_off.gif";
               NBtestimonialson = new Image;
               NBtestimonialson.src = "/images/buttons/bTestimonials_on.gif";
               NBtestimonialsoff = new Image;
               NBtestimonialsoff.src = "/images/buttons/bTestimonials_off.gif";
               NBpresson = new Image;
               NBpresson.src = "/images/buttons/bPressRoom_on.gif";
               NBpressoff = new Image;
               NBpressoff.src = "/images/buttons/bPressRoom_off.gif"; 
               NBdisclaimeron = new Image;
               NBdisclaimeron.src = "/images/buttons/bDisclaimer_on.gif";
               NBdisclaimeroff = new Image;
               NBdisclaimeroff.src = "/images/buttons/bDisclaimer_off.gif";
               NBcontacton = new Image;
               NBcontacton.src = "/images/buttons/bContact_on.gif";
               NBcontactoff = new Image;
               NBcontactoff.src = "/images/buttons/bContact_off.gif";
               NBlinkson = new Image;
               NBlinkson.src = "/images/buttons/bLinks_on.gif";
               NBlinksoff = new Image;
               NBlinksoff.src = "/images/buttons/bLinks_off.gif";  
               NBprivacyon = new Image;
               NBprivacyon.src = "/images/buttons/bPrivacyPolicy_on.gif";
               NBprivacyoff = new Image;
               NBprivacyoff.src = "/images/buttons/bPrivacyPolicy_off.gif";         
               
               }

       function img_act(imgName)
       {
               if ( browser) 
               {
               imgOn = eval(imgName + "on.src");
               document [imgName].src = imgOn;
               }
       }

       function img_inact(imgName)
       {
               if ( browser) 
               {
               imgOff = eval(imgName + "off.src");
               document [imgName].src = imgOff;
               }
       }
       
       function load(file,target)
       {
	       if (target != '')
		  target.window.location.href = file;
	       else
		  window.location.href = file;
			}
		
		function loadaskdr()
			{

				window.close();			
			}	

// -->
