

//preload all rollover images

carttopon = new Image (100,75);
carttopon.src = "http://www.belcourtbeads.com/includes/templates/classic/images/shopcarttop_btn_roll.gif";

carttopoff = new Image (100,75);
carttopoff.src = "http://www.belcourtbeads.com/includes/templates/classic/images/shopcarttop_btn.gif";

cartbottomon = new Image (73,55);
cartbottomon.src = "http://www.belcourtbeads.com/includes/templates/classic/images/shopcartbottom_btn_roll.gif";

cartbottomoff = new Image (73,55);
cartbottomoff.src = "http://www.belcourtbeads.com/includes/templates/classic/images/shopcartbottom_btn.gif";


checkouttopon = new Image (100,75);
checkouttopon.src = "http://www.belcourtbeads.com/includes/templates/classic/images/checkouttop_btn_roll.gif";

checkouttopoff = new Image (100,75);
checkouttopoff.src = "http://www.belcourtbeads.com/includes/templates/classic/images/checkouttop_btn.gif";

checkoutbottomon = new Image (73,55);
checkoutbottomon.src = "http://www.belcourtbeads.com/includes/templates/classic/images/checkoutbottom_btn_roll.gif";

checkoutbottomoff = new Image (73,55);
checkoutbottomoff.src = "http://www.belcourtbeads.com/includes/templates/classic/images/checkoutbottom_btn.gif";

backtotopon = new Image (73,55);
backtotopon.src = "http://www.belcourtbeads.com/includes/templates/classic/images/backtotop_roll.jpg";

backtotopoff = new Image (130,55);
backtotopoff.src = "http://www.belcourtbeads.com/includes/templates/classic/images/backtotop.jpg";




//preload the the target images


// rollover function to handle ALL rollovers
function rollover(imgname, imgrollfile){

document.getElementById(imgname).src = eval (imgrollfile + ".src");

}

function imagechange(imgname, imgrollfile){

document.getElementById(imgname).src = eval (imgrollfile + ".src");

}


