
if (document.images) {
// START OF ROLLOVER FOR BUTTONS
    img1_off = new Image();
    img1_off.src = "images/home_mango_bag.jpg";
    img1_on = new Image();
    img1_on.src = "images/home_mango_bag_on.jpg";
	img2_off = new Image();
    img2_off.src = "images/home_apple_bag.jpg";
    img2_on = new Image();
    img2_on.src = "images/home_apple_bag_on.jpg";
	img3_off = new Image();
    img3_off.src = "images/home_plum_bag.jpg";
    img3_on = new Image();
    img3_on.src = "images/home_plum_bag_on.jpg";
	img4_off = new Image();
    img4_off.src = "images/home_guava_bag.jpg";
    img4_on = new Image();
    img4_on.src = "images/home_guava_bag_on.jpg";
	img5_off = new Image();
    img5_off.src = "images/home_pomegranate_bag.jpg";
    img5_on = new Image();
    img5_on.src = "images/home_pomegranate_bag_on.jpg";
	img6_off = new Image();
    img6_off.src = "images/home_fig_bag.jpg";
    img6_on = new Image();
    img6_on.src = "images/home_fig_bag_on.jpg";
	img7_off = new Image();
    img7_off.src = "images/home_pear_bag.jpg";
    img7_on = new Image();
    img7_on.src = "images/home_pear_bag_on.jpg";
	img8_off = new Image();
    img8_off.src = "images/nav_myaccount_off.gif";
    img8_on = new Image();
    img8_on.src = "images/nav_myaccount_on.gif";
	img9_off = new Image();
    img9_off.src = "images/nav_shoppingbag_off.gif";
    img9_on = new Image();
    img9_on.src = "images/nav_shoppingbag_on.gif";
	img10_off = new Image();
    img10_off.src = "images/nav_shoponline_off.gif";
    img10_on = new Image();
    img10_on.src = "images/nav_shoponline_on.gif";
	img11_off = new Image();
    img11_off.src = "images/nav_shopbyscent_off.gif";
    img11_on = new Image();
    img11_on.src = "images/nav_shopbyscent_on.gif";
	img12_off = new Image();
    img12_off.src = "images/nav_aboutcarreras_off.gif";
    img12_on = new Image();
    img12_on.src = "images/nav_aboutcarreras_on.gif";
	img13_off = new Image();
    img13_off.src = "images/nav_corporateaccounts_off.gif";
    img13_on = new Image();
    img13_on.src = "images/nav_corporateaccounts_on.gif";
	img14_off = new Image();
    img14_off.src = "images/nav_contactus_off.gif";
    img14_on = new Image();
    img14_on.src = "images/nav_contactus_on.gif";
	img15_off = new Image();
    img15_off.src = "images/home_yearroundgift.gif";
    img15_on = new Image();
    img15_on.src = "images/home_yearroundgift_on.gif";
	img16_off = new Image();
    img16_off.src = "images/home_candles.gif";
    img16_on = new Image();
    img16_on.src = "images/home_candles_on.gif";
	img17_off = new Image();
    img17_off.src = "images/home_pillows.gif";
    img17_on = new Image();
    img17_on.src = "images/home_pillows_on.gif";
	img18_off = new Image();
    img18_off.src = "images/home_shoponline.gif";
    img18_on = new Image();
    img18_on.src = "images/home_shoponline_on.gif";
	img19_off = new Image();
    img19_off.src = "images/home_main.jpg";
    img19_on = new Image();
    img19_on.src = "images/home_giftables.jpg";
	img20_off = new Image();
    img20_off.src = "images/home_main.jpg";
    img20_on = new Image();
    img20_on.src = "images/home_candles.jpg";
	img21_off = new Image();
    img21_off.src = "images/home_main.jpg";
    img21_on = new Image();
    img21_on.src = "images/home_pillows.jpg";
	img22_off = new Image();
    img22_off.src = "images/home_main.jpg";
    img22_on = new Image();
    img22_on.src = "images/home_shoponline.jpg";
	img23_off = new Image();
    img23_off.src = "images/welcometocarreras.gif";
    img23_on = new Image();
    img23_on.src = "images/welcometocarreras.gif";
	img24_off = new Image();
    img24_off.src = "images/home_main.jpg";
    img24_on = new Image();
    img24_on.src = "images/home_main.jpg";
	img25_off = new Image();
    img25_off.src = "images/home_chocolate.gif";
    img25_on = new Image();
    img25_on.src = "images/home_chocolate_on.gif";
	img26_off = new Image();
    img26_off.src = "images/home_main.jpg";
    img26_on = new Image();
    img26_on.src = "images/home_chocolate_rollover.jpg";
	
}
function hiLite(imgDocID,imgObjName) {
        if (document.images) {
                document.images[imgDocID].src = eval(imgObjName + ".src");
        }
}
function gotoUrl(url) { location.href = url; 
}
