// Created: 08/08/09 15:27:18 by strass

function cartbuttonhover(buttonid){
var mybutton;
mybutton=document.getElementById(buttonid);
mybutton.className="addtocarthover borderBR";
}  //end function
//******************************************************************

function cartbuttonplain(buttonid){
var mybutton;
mybutton=document.getElementById(buttonid);
mybutton.className="addtocart borderTL";
}  //end function
//******************************************************************


