
if (document.images) {
loginoff=new Image();
loginoff.src= "images/menus/loginoff.png";
loginon=new Image();
loginon.src= "images/menus/loginon.png";
relatedlinksoff=new Image();
relatedlinksoff.src= "images/menus/relatedlinksoff.png";
relatedlinkson=new Image();
relatedlinkson.src= "images/menus/relatedlinkson.png";
directionsoff=new Image();
directionsoff.src= "images/menus/directionsoff.png";
directionson=new Image();
directionson.src= "images/menus/directionson.png";
couponstopoff=new Image();
couponstopoff.src= "images/menus/couponsoff.png";
couponstopon=new Image();
couponstopon.src= "images/menus/couponson.png";
emailoff=new Image();
emailoff.src= "images/menus/emailoff.png";
emailon=new Image();
emailon.src= "images/menus/emailon.png";


homeoff=new Image();
homeoff.src= "images/menus/homeoff.png";
homeon=new Image();
homeon.src= "images/menus/homeon.png";
aboutoff=new Image();
aboutoff.src= "images/menus/aboutoff.png";
abouton=new Image();
abouton.src= "images/menus/abouton.png";
directoryoff=new Image();
directoryoff.src= "images/menus/directoryoff.png";
directoryon=new Image();
directoryon.src= "images/menus/directoryon.png";
newsoff=new Image();
newsoff.src= "images/menus/newsoff.png";
newson=new Image();
newson.src= "images/menus/newson.png";
eventsoff=new Image();
eventsoff.src= "images/menus/eventsoff.png";
eventson=new Image();
eventson.src= "images/menus/eventson.png";
historyoff=new Image();
historyoff.src= "images/menus/historyoff.png";
historyon=new Image();
historyon.src= "images/menus/historyon.png";
contactoff=new Image();
contactoff.src= "images/menus/contactoff.png";
contacton=new Image();
contacton.src= "images/menus/contacton.png";



aboutpdaoff=new Image();
aboutpdaoff.src= "images/menus/about/aboutpdaoff.png";
aboutpdaon=new Image();
aboutpdaon.src= "images/menus/about/aboutpdaon.png";
membershipoff=new Image();
membershipoff.src= "images/menus/about/membershipoff.png";
membershipon=new Image();
membershipon.src= "images/menus/about/membershipon.png";
committeesoff=new Image();
committeesoff.src= "images/menus/about/committeesoff.png";
committeeson=new Image();
committeeson.src= "images/menus/about/committeeson.png";
pdaofficersoff=new Image();
pdaofficersoff.src= "images/menus/about/pdaofficersoff.png";
pdaofficerson=new Image();
pdaofficerson.src= "images/menus/about/pdaofficerson.png";
volunteeroff=new Image();
volunteeroff.src= "images/menus/about/volunteeroff.png";
volunteeron=new Image();
volunteeron.src= "images/menus/about/volunteeron.png";


doingbusoff=new Image();
doingbusoff.src= "images/menus/directory/doingbusoff.png";
doingbuson=new Image();
doingbuson.src= "images/menus/directory/doingbuson.png";
subdirectoryoff=new Image();
subdirectoryoff.src= "images/menus/directory/subdirectoryoff.png";
subdirectoryon=new Image();
subdirectoryon.src= "images/menus/directory/subdirectoryon.png";
newmembersoff=new Image();
newmembersoff.src= "images/menus/directory/newbusinessoff.png";
newmemberson=new Image();
newmemberson.src= "images/menus/directory/newbusinesson.png";
couponsoff=new Image();
couponsoff.src= "images/menus/directory/couponsoff.png";
couponson=new Image();
couponson.src= "images/menus/directory/couponson.png";
propertiesoff=new Image();
propertiesoff.src= "images/menus/directory/propertiesoff.png";
propertieson=new Image();
propertieson.src= "images/menus/directory/propertieson.png";

subeventsoff=new Image();
subeventsoff.src= "images/menus/event/subeventsoff.png";
subeventson=new Image();
subeventson.src= "images/menus/event/subeventson.png";
formsoff=new Image();
formsoff.src= "images/menus/event/formsoff.png";
formson=new Image();
formson.src= "images/menus/event/formson.png";


}

function imageOn (imagename){
  document[imagename].src=eval(imagename+"on.src");
 }
function imageOff (imagename){
  document[imagename].src=eval(imagename+"off.src");
 }
