if (document.images) {

 our_neighborhoodson = new Image();
 our_neighborhoodson.src = "/images/menu_our_neighborhoods_on.gif";

 our_neighborhoodsoff = new Image();
 our_neighborhoodsoff.src = "/images/menu_our_neighborhoods_off.gif";

 the_companyon = new Image();
 the_companyon.src = "/images/menu_the_company_on.gif";

 the_companyoff = new Image();
 the_companyoff.src = "/images/menu_the_company_off.gif";

 foundationon = new Image();
 foundationon.src = "/images/menu_foundation_on.gif";

 foundationoff = new Image();
 foundationoff.src = "/images/menu_foundation_off.gif";

 housing_newson = new Image();
 housing_newson.src = "/images/menu_housing_news_on.gif";

 housing_newsoff = new Image();
 housing_newsoff.src = "/images/menu_housing_news_off.gif";

 customer_serviceon = new Image();
 customer_serviceon.src = "/images/menu_customer_service_on.gif";

 customer_serviceoff = new Image();
 customer_serviceoff.src = "/images/menu_customer_service_off.gif";

 resourceson = new Image();
 resourceson.src = "/images/menu_resources_on.gif";

 resourcesoff = new Image();
 resourcesoff.src = "/images/menu_resources_off.gif";

 contact_uson = new Image();
 contact_uson.src = "/images/menu_contact_us_on.gif";

 contact_usoff = new Image();
 contact_usoff.src = "/images/menu_contact_us_off.gif";

 homeon = new Image();
 homeon.src = "/images/menu_home_on.gif";

 homeoff = new Image();
 homeoff.src = "/images/menu_home_off.gif";

 }

function Open(page,width,height) {
LeftPosition = (screen.width) ? (screen.width-width)/2 : 0;
TopPosition = (screen.height) ? (screen.height-height)/2 : 0;
OpenWin = 
this.open(page,"PicWindow","toolbar=no,width="+width+",height="+height+",left="+LeftPosition+",top="+TopPosition+",directories=no,status=no,scrollbars=no,resize=no,menubar=no")
}
    

