if (document.images) {
      
news_off = new Image();
news_off.src = "images/news.gif"
   
identity_off = new Image();
identity_off.src = "images/identity.gif"

website_off = new Image();
website_off.src = "images/website.gif"

vehicular_off = new Image();
vehicular_off.src = "images/vehicular.gif"

promotional_off = new Image();
promotional_off.src = "images/promotional.gif"

publication_off = new Image();
publication_off.src = "images/publication.gif"

signagetradeshow_off = new Image();
signagetradeshow_off.src = "images/signagetradeshow.gif"

contact_off = new Image();
contact_off.src = "images/contact.gif"

news_on = new Image();
news_on.src = "images/news2.gif"

identity_on = new Image();
identity_on.src = "images/identity2.gif"

website_on = new Image();
website_on.src = "images/website2.gif"

vehicular_on = new Image();
vehicular_on.src = "images/vehicular2.gif"

promotional_on = new Image();
promotional_on.src = "images/promotional2.gif"

publication_on = new Image();
publication_on.src = "images/publication2.gif"

signagetradeshow_on = new Image();
signagetradeshow_on.src = "images/signagetradeshow2.gif"

contact_on = new Image();
contact_on.src = "images/contact2.gif"

}

function buttonOff(imgName) {
   document[imgName].src = eval(imgName + "_off.src");
}

function buttonOn(imgName) {
   document[imgName].src = eval(imgName + "_on.src");
}


function popUp(url,name,width,height) {
   var properties = "toolbar = 0, location = 0, height = " + height;
   properties = properties + ", width=" + width;
   popupHandle = open(url,name,properties);
}

if (top.location != self.location) {
top.location = self.location.href
}

