if (document.images)
{
  pic1on= new Image(120,41);
  pic1on.src="/images/2nd/2nd_nav_about_on.jpg";  

  pic1off= new Image(120,41);
  pic1off.src="/images/2nd/2nd_nav_about.jpg";
  
  pic2on= new Image(134,41);
  pic2on.src="/images/2nd/2nd_nav_properties_on.jpg";  

  pic2off= new Image(134,41);
  pic2off.src="/images/2nd/2nd_nav_properties.jpg";
  
  pic3on= new Image(239,41);
  pic3on.src="/images/2nd/2nd_nav_getaways_on.jpg";  

  pic3off= new Image(239,41);
  pic3off.src="/images/2nd/2nd_nav_getaways.jpg";
  
  pic4on= new Image(98,41);
  pic4on.src="/images/2nd/2nd_nav_press_on.jpg";  

  pic4off= new Image(98,41);
  pic4off.src="/images/2nd/2nd_nav_press.jpg";
  
  pic5on= new Image(98,41);
  pic5on.src="/images/2nd/2nd_nav_events_on.jpg";  

  pic5off= new Image(98,41);
  pic5off.src="/images/2nd/2nd_nav_events.jpg";
  
  pic6on= new Image(120,41);
  pic6on.src="/images/2nd/2nd_nav_contact_on.jpg";  

  pic6off= new Image(120,41);
  pic6off.src="/images/2nd/2nd_nav_contact.jpg";
  
  pic7on= new Image(121,41);
  pic7on.src="/images/2nd/2nd_nav_home_on.jpg";  

  pic7off= new Image(121,41);
  pic7off.src="/images/2nd/2nd_nav_home.jpg";
  
  homepic1on= new Image(121,41);
  homepic1on.src="/images/home/homenav_about_on.gif";  

  homepic1off= new Image(121,41);
  homepic1off.src="/images/home/homenav_about.gif";
  
  homepic2on= new Image(121,41);
  homepic2on.src="/images/home/homenav_properties_on.gif";  

  homepic2off= new Image(121,41);
  homepic2off.src="/images/home/homenav_properties.gif";
  
  homepic3on= new Image(121,41);
  homepic3on.src="/images/home/homenav_press_on.jpg";  

  homepic3off= new Image(121,41);
  homepic3off.src="/images/home/homenav_press.jpg";
  
  homepic4on= new Image(121,41);
  homepic4on.src="/images/home/homenav_events_on.gif";  

  homepic4off= new Image(121,41);
  homepic4off.src="/images/home/homenav_events.gif";
  
  homepic5on= new Image(121,41);
  homepic5on.src="/images/home/homenav_contact_on.gif";  

  homepic5off= new Image(121,41);
  homepic5off.src="/images/home/homenav_contact.gif";
  
  homepic6on= new Image(121,41);
  homepic6on.src="/images/home/homenav_home_on.gif";  

  homepic6off= new Image(121,41);
  homepic6off.src="/images/home/homenav_home.gif";
}

function lightup(imgName)
{
  if (document.images)
  {
    imgOn=eval(imgName + "on.src");
    $(imgName).src= imgOn;
  }
}

function turnoff(imgName)
{
  if (document.images)
  {
    imgOff=eval(imgName + "off.src");
    $(imgName).src= imgOff;
  }
}
