// JavaScript Document
function goAddCart(prodId) {
		window.location = 'cart_goadd.php?id='+prodId;
}