function addToCart(productid,quantity){
	var popup=window.open("AddToCart.do?productId="+productid+"&quantity="+quantity,"cart","width=810,height=630,left=0,top=0,scrollbars=yes,status=yes,menubar=yes,toolbar=yes,location=yes,resizable=yes",true);//"menubar=no,toolbar=yes,location=no,directories=no,status=no,width=760,height=530,left=0,top=0,scrollbars=yes");
//	alert("ok");
	return;
}
