function rollover(img_name1, img_src1)
   {
   document[img_name1].src = img_src1;
   return false;
   }
   
   home_on = new Image();
home_on.src = "/templates/includes/nav_handler.php?image_state=off&text=Home";
home_off = new Image();
home_off.src = "/templates/includes/nav_handler.php?image_state=on&text=Home";

pre_qualify_on = new Image();
pre_qualify_on.src = "/templates/includes/nav_handler.php?image_state=on&text=Prequalify";
pre_qualify_off = new Image();
pre_qualify_off.src = "/templates/includes/nav_handler.php?image_state=off&text=Prequalify";

loan_calculator_on = new Image();
loan_calculator_on.src = "/templates/includes/nav_handler.php?image_state=on&text=Loan Calculator";
loan_calculator_off = new Image();
loan_calculator_off.src = "/templates/includes/nav_handler.php?image_state=off&text=Loan Calculator";

loan_forms_on = new Image();
loan_forms_on.src = "/templates/includes/nav_handler.php?image_state=on&text=Loan Forms";
loan_forms_off = new Image();
loan_forms_off.src = "/templates/includes/nav_handler.php?image_state=off&text=Loan Forms";

faq_on = new Image();
faq_on.src = "/templates/includes/nav_handler.php?image_state=on&text=FAQs";
faq_off = new Image();
faq_off.src = "/templates/includes/nav_handler.php?image_state=off&text=FAQs";

glossary_on = new Image();
glossary_on.src = "/templates/includes/nav_handler.php?image_state=on&text=Glossary";
glossary_off = new Image();
glossary_off.src = "/templates/includes/nav_handler.php?image_state=off&text=Glossary";

contact_on = new Image();
contact_on.src = "/templates/includes/nav_handler.php?image_state=on&text=Contact Us";
contact_off = new Image();
contact_off.src = "/templates/includes/nav_handler.php?image_state=off&text=Contact Us";
   

