function turnOn(imageName) { if (document.images && (loaded == 1) && (document[imageName])) { document[imageName].src = eval(imageName + "_on.src"); } } function turnOff(imageName) { if (document.images && (loaded == 1) && (document[imageName])) { document[imageName].src = eval(imageName + "_off.src"); } } var loaded = 0; function LoadImgs () { if (document.images) { home_on = new Image(); home_on.src = "http://www.adifferentangle.net/images/home_on.gif"; home_off = new Image(); home_off.src = "http://www.adifferentangle.net/images/home_off.gif"; aboutus_on = new Image(); aboutus_on.src = "http://www.adifferentangle.net/images/aboutus_on.gif"; aboutus_off = new Image(); aboutus_off.src = "http://www.adifferentangle.net/images/aboutus_off.gif"; // digitalstudio_on = new Image(); // digitalstudio_on.src = "http://www.adifferentangle.net/images/digitalstudio_on.gif"; // digitalstudio_off = new Image(); // digitalstudio_off.src = "http://www.adifferentangle.net/images/digitalstudio_off.gif"; contact_on = new Image(); contact_on.src = "http://www.adifferentangle.net/images/contact_on.gif"; contact_off = new Image(); contact_off.src = "http://www.adifferentangle.net/images/contact_off.gif"; // giftcert_on = new Image(); // giftcert_on.src = "http://www.adifferentangle.net/images/giftcert_on.gif"; // giftcert_off = new Image(); // giftcert_off.src = "http://www.adifferentangle.net/images/giftcert_off.gif"; whatsnew_on = new Image(); whatsnew_on.src = "http://www.adifferentangle.net/images/whatsnew_on.gif"; whatsnew_off = new Image(); whatsnew_off.src = "http://www.adifferentangle.net/images/whatsnew_off.gif"; collections_on = new Image(); collections_on.src = "http://www.adifferentangle.net/images/collections_on.gif"; collections_off = new Image(); collections_off.src = "http://www.adifferentangle.net/images/collections_off.gif"; basket_on = new Image(); basket_on.src = "http://www.adifferentangle.net/images/basket_on.gif"; basket_off = new Image(); basket_off.src = "http://www.adifferentangle.net/images/basket_off.gif"; update_on = new Image(); update_on.src = "http://www.adifferentangle.net/images/update_on.gif"; update_off = new Image(); update_off.src = "http://www.adifferentangle.net/images/update_off.gif"; continue_on = new Image(); continue_on.src = "http://www.adifferentangle.net/images/continue_on.gif"; continue_off = new Image(); continue_off.src = "http://www.adifferentangle.net/images/continue_off.gif"; checkout_on = new Image(); checkout_on.src = "http://www.adifferentangle.net/images/checkout_on.gif"; checkout_off = new Image(); checkout_off.src = "http://www.adifferentangle.net/images/checkout_off.gif"; submit_on = new Image(); submit_on.src = "http://www.adifferentangle.net/images/submit_on.gif"; submit_off = new Image(); submit_off.src = "http://www.adifferentangle.net/images/submit_off.gif"; privacy_on = new Image(); privacy_on.src = "http://www.adifferentangle.net/images/privacy_on.gif"; privacy_off = new Image(); privacy_off.src = "http://www.adifferentangle.net/images/privacy_off.gif"; copyright_on = new Image(); copyright_on.src = "http://www.adifferentangle.net/images/copyright_on.gif"; copyright_off = new Image(); copyright_off.src = "http://www.adifferentangle.net/images/copyright_off.gif"; artistprofiles_on = new Image(); artistprofiles_on.src = "http://www.adifferentangle.net/images/artistprofiles_on.gif"; artistprofiles_off = new Image(); artistprofiles_off.src = "http://www.adifferentangle.net/images/artistprofiles_off.gif"; shippinginfo_on = new Image(); shippinginfo_on.src = "http://www.adifferentangle.net/images/shippinginfo_on.gif"; shippinginfo_off = new Image(); shippinginfo_off.src = "http://www.adifferentangle.net/images/shippinginfo_off.gif"; commercial_on = new Image(); commercial_on.src = "http://www.adifferentangle.net/images/commercial_on.gif"; commercial_off = new Image(); commercial_off.src = "http://www.adifferentangle.net/images/commercial_off.gif"; loaded = 1; } }