if(document.images){ collection_on = new Image(); collection_on.src = "/graphics/nav/collection_on.gif" collection_off = new Image(); collection_off.src = "/graphics/nav/collection_off.gif" collection_hvr = new Image(); collection_hvr.src = "/graphics/nav/collection_hvr.gif" handicrafts_on = new Image(); handicrafts_on.src = "/graphics/nav/handicrafts_on.gif" handicrafts_off = new Image(); handicrafts_off.src = "/graphics/nav/handicrafts_off.gif" handicrafts_hvr = new Image(); handicrafts_hvr.src = "/graphics/nav/handicrafts_hvr.gif" aboutbd_on = new Image(); aboutbd_on.src = "/graphics/nav/aboutbd_on.gif" aboutbd_off = new Image(); aboutbd_off.src = "/graphics/nav/aboutbd_off.gif" aboutbd_hvr = new Image(); aboutbd_hvr.src = "/graphics/nav/aboutbd_hvr.gif" cart_on = new Image(); cart_on.src = "/graphics/nav/cart_on.gif" cart_off = new Image(); cart_off.src = "/graphics/nav/cart_off.gif" cart_hvr = new Image(); cart_hvr.src = "/graphics/nav/cart_hvr.gif" creator_on = new Image(); creator_on.src = "/graphics/nav/creator_on.gif" creator_off = new Image(); creator_off.src = "/graphics/nav/creator_off.gif" creator_hvr = new Image(); creator_hvr.src = "/graphics/nav/creator_hvr.gif" testimonials_on = new Image(); testimonials_on.src = "/graphics/nav/testimonials_on.gif" testimonials_off = new Image(); testimonials_off.src = "/graphics/nav/testimonials_off.gif" testimonials_hvr = new Image(); testimonials_hvr.src = "/graphics/nav/testimonials_hvr.gif" directions_on = new Image(); directions_on.src = "/graphics/nav/directions_on.gif" directions_off = new Image(); directions_off.src = "/graphics/nav/directions_off.gif" directions_hvr = new Image(); directions_hvr.src = "/graphics/nav/directions_hvr.gif" contact_on = new Image(); contact_on.src = "/graphics/nav/contact_on.gif" contact_off = new Image(); contact_off.src = "/graphics/nav/contact_off.gif" contact_hvr = new Image(); contact_hvr.src = "/graphics/nav/contact_hvr.gif" map_on = new Image(); map_on.src = "/graphics/nav/map_on.gif" map_off = new Image(); map_off.src = "/graphics/nav/map_off.gif" map_hvr = new Image(); map_hvr.src = "/graphics/nav/map_hvr.gif" privacy_on = new Image(); privacy_on.src = "/graphics/nav/privacy_on.gif" privacy_off = new Image(); privacy_off.src = "/graphics/nav/privacy_off.gif" privacy_hvr = new Image(); privacy_hvr.src = "/graphics/nav/privacy_hvr.gif" } function button_off( buttonname, state ) { if (document.images) { document[ buttonname ].src = eval( buttonname + state + ".src" ); } } function button_on ( buttonname ) { if (document.images) { document[ buttonname ].src = eval( buttonname + "_hvr.src" ); } }