<!--
if (document.images) {
pson = new Image;
pson.src = "http://www.frogdreams.com/approvals/southgate/images/btn_5ps_2.jpg";
about_uson = new Image;
about_uson.src = "images/btn_about_us_2.jpg";
contacton = new Image;
contacton.src = "images/btn_contact_2.jpg";
galleryon = new Image;
galleryon.src = "images/btn_gallery_2.jpg";
catalogon = new Image;
catalogon.src = "images/btn_our_catalog_2.jpg";
sitemapon = new Image;
sitemapon.src = "images/btn_sitemap_2.jpg";



psoff = new Image;
psoff.src = "http://www.frogdreams.com/approvals/southgate/images/btn_5ps_1.jpg";
about_usoff = new Image;
about_usoff.src = "images/btn_about_us_1.jpg";
contactoff = new Image;
contactoff.src = "images/btn_contact_1.jpg";
galleryoff = new Image;
galleryoff.src = "images/btn_gallery_1.jpg";
catalogoff = new Image;
catalogoff.src = "images/btn_our_catalog_1.jpg";
sitemapoff = new Image;
sitemapoff.src = "images/btn_sitemap_1.jpg";



}

function img_act (imgName) {
  if (document.images) {
  imgOn = eval (imgName + "on.src");
  document [imgName].src = imgOn;
  }
}

function img_inact (imgName) {
  if (document.images) {
  imgOff = eval (imgName + "off.src");
  document [imgName].src = imgOff;
  }
}
//-->