<!-- //begin javascript rollover code
  if (document.images)
   {
     home_off= new Image(230,27);
     home_off.src="/images/nav_homepage_off_2.gif";
     home_hover= new Image(230,27);
     home_hover.src="/images/nav_homepage_hover_2.gif";
     home_on= new Image(230,27);
     home_on.src="/images/nav_homepage_on_2.gif";
	 
     about_off= new Image(230,27);
     about_off.src="/images/nav_about_off_2.gif";
     about_hover= new Image(230,27);
     about_hover.src="/images/nav_about_hover_2.gif";
     about_on= new Image(230,27);
     about_on.src="/images/nav_about_on_2.gif";

     clients_off= new Image(230,27);
     clients_off.src="/images/nav_clients_off_2.gif";
     clients_hover= new Image(230,27);
     clients_hover.src="/images/nav_clients_hover_2.gif";
     clients_on= new Image(230,27);
     clients_on.src="/images/nav_clients_on_2.gif";
	 
     articles_off= new Image(230,27);
     articles_off.src="/images/nav_articles_off_2.gif";
     articles_hover= new Image(230,27);
     articles_hover.src="/images/nav_articles_hover_2.gif";
     articles_on= new Image(230,27);
     articles_on.src="/images/nav_articles_on.gif_2";
	 
     calendar_off= new Image(230,27);
     calendar_off.src="/images/nav_calendar_off_2.gif";
     calendar_hover= new Image(230,27);
     calendar_hover.src="/images/nav_calendar_hover_2.gif";
     calendar_on= new Image(230,27);
     calendar_on.src="/images/nav_calendar_on_2.gif";
	 
     contactus_off= new Image(230,27);
     contactus_off.src="/images/nav_contactus_off_2.gif";
     contactus_hover= new Image(230,27);
     contactus_hover.src="/images/nav_contactus_hover_2.gif";
     contactus_on= new Image(230,27);
     contactus_on.src="/images/nav_contactus_on_2.gif";

     sitemap_off= new Image(230,27);
     sitemap_off.src="/images/nav_sitemap_off_2.gif";
     sitemap_hover= new Image(230,27);
     sitemap_hover.src="/images/nav_sitemap_hover_2.gif";
     sitemap_on= new Image(230,27);
     sitemap_on.src="/images/nav_sitemap_on_2.gif";
	 
 }

function change1(picName,imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + ".src");
      document[picName].src= imgOn;
    }
 }
// end javascript rollover code-->