function AddToCart() { } function RemoveFromCart() { } function ManageCart() { var strOutput = "" + "" + "" + "" + "" + ""; strOutput += "
QtyItemPrice
Su Carrito De Compras Esta Vacio
"; document.write(strOutput); document.close(); }