if (document.images) {

 cookieson = new Image();
 cookieson.src = "/images/menu_cookies_on.gif";

 cookiesoff = new Image();
 cookiesoff.src = "/images/menu_cookies_off.gif";

 danish_pastryon = new Image();
 danish_pastryon.src = "/images/menu_danish_pastry_on.gif";

 danish_pastryoff = new Image();
 danish_pastryoff.src = "/images/menu_danish_pastry_off.gif";

 gingerbreadon = new Image();
 gingerbreadon.src = "/images/menu_gingerbread_on.gif";

 gingerbreadoff = new Image();
 gingerbreadoff.src = "/images/menu_gingerbread_off.gif";

 gourmet_giftson = new Image();
 gourmet_giftson.src = "/images/menu_gourmet_gifts_on.gif";

 gourmet_giftsoff = new Image();
 gourmet_giftsoff.src = "/images/menu_gourmet_gifts_off.gif";

 weddingcakeson = new Image();
 weddingcakeson.src = "/images/menu_weddingcakes_on.gif";

 weddingcakesoff = new Image();
 weddingcakesoff.src = "/images/menu_weddingcakes_off.gif";

 abouton = new Image();
 abouton.src = "/images/menu_about_on.gif";

 aboutoff = new Image();
 aboutoff.src = "/images/menu_about_off.gif";

 contactuson = new Image();
 contactuson.src = "/images/menu_contactus_on.gif";

 contactusoff = new Image();
 contactusoff.src = "/images/menu_contactus_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) {
var width=550;
var height=550;
LeftPosition = (screen.width) ? (screen.width-width)/2 : 0;
TopPosition = (screen.height) ? (screen.height-height)/2 : 0;
OpenWin = this.open(page,"PopupWindow","toolbar=no,width="+width+",height="+height+",left="+LeftPosition+",top="+TopPosition+",directories=no,status=no,scrollbars=no,resize=no,menubar=no")
}
