function turnOn(imgName) { if (document.images) document[imgName].src = eval(imgName + 'on.src');}
function turnOff(imgName) { if (document.images) document[imgName].src = eval(imgName + 'off.src');}
if (document.images) {
var homeoff = new Image(); homeoff.src = "/images/nav/b_home_shop_01.gif";
var homeon = new Image(); homeon.src = "/images/nav/b_home_shop_02.gif";
var shop_shopoff = new Image(); shop_shopoff.src = "/images/nav/b_shop_shop_01.gif";
var shop_shopon = new Image(); shop_shopon.src = "/images/nav/b_shop_shop_02.gif";
var view_shopoff = new Image(); view_shopoff.src = "/images/nav/b_view_shop_01.gif";
var view_shopon = new Image(); view_shopon.src = "/images/nav/b_view_shop_02.gif";
var hair_shopoff = new Image(); hair_shopoff.src = "/images/nav/b_hair_shop_01.gif";
var hair_shopon = new Image(); hair_shopon.src = "/images/nav/b_hair_shop_02.gif";
var swatches_shopoff = new Image(); swatches_shopoff.src = "/images/nav/b_swatches_shop_01.gif";
var swatches_shopon = new Image(); swatches_shopon.src = "/images/nav/b_swatches_shop_02.gif";
var customer_shopoff = new Image(); customer_shopoff.src = "/images/nav/b_customer_shop_01.gif";
var customer_shopon = new Image(); customer_shopon.src = "/images/nav/b_customer_shop_02.gif";
var faq_shopoff = new Image(); faq_shopoff.src = "/images/nav/b_faq_shop_01.gif";
var faq_shopon = new Image(); faq_shopon.src = "/images/nav/b_faq_shop_02.gif";
var contact_shopoff = new Image(); contact_shopoff.src = "/images/nav/b_contact_shop_01.gif";
var contact_shopon = new Image(); contact_shopon.src = "/images/nav/b_contact_shop_02.gif";
}