<!-- BLOCK OLD BROWSERS                 == Coded by The Doc ==

/*
 *              This code is copyright (c) 1997-2001 Sharp Designs.
 *              This code is reusable BY PERMISSION ONLY!
 *              If you are interested in using the code, contact
 *              webmaster@sharpdesigns.com
 */

//*****************************************************************

	if (document.images) {
            link_1_over = new Image();
            link_1_over.src = "images/logo-hi-1.gif";
            link_2_over = new Image();
            link_2_over.src = "images/logo-hi-2.gif";
            link_3_over = new Image();
            link_3_over.src = "images/logo-hi-3.gif";
            main_out = new Image();
            main_out.src = "images/logo.gif";
            
						
			icon_1_over = new Image();
			icon_1_over.src = "images/button-hi-1.gif";
			icon_1_out = new Image();
			icon_1_out.src = "images/button-1.gif";
			icon_2_over = new Image();
			icon_2_over.src = "images/button-hi-2.gif";
			icon_2_out = new Image();
			icon_2_out.src = "images/button-2.gif";
			icon_3_over = new Image();
			icon_3_over.src = "images/button-hi-3.gif";
			icon_3_out = new Image();
			icon_3_out.src = "images/button-3.gif";
			icon_4_over = new Image();
			icon_4_over.src = "images/button-hi-4.gif";
			icon_4_out = new Image();
			icon_4_out.src = "images/button-4.gif";
			faq_over = new Image();
			faq_over.src = "images/faq-hi.gif";
			faq_out = new Image();
			faq_out.src = "images/faq.gif";
			email_over = new Image();
			email_over.src = "images/email-hi.gif";
			email_out = new Image();
			email_out.src = "images/email.gif";

			
	}
      function image_over(imageName, imageDoc){
        if (document.images) {     
             imageOver = eval(imageName + "_over.src");
             document [imageDoc].src = imageOver;
            }
       }

     function image_out(imageName){
        if (document.images) {     	
             imageOut = eval(imageName + "_out.src");
             document [imageName].src = imageOut;
             }
      }

//*****************************************************************

//  BLOCK OLD BROWSERS  -->