function addToCart(checked, multiple)

{
		document.all.addToCart.style.visibility="visible";
		
		window.setTimeout('1',1);
}