function AddToCart() { } function RemoveFromCart() { } function ManageCart() { var strOutput = "" + "" + "" + "" + "" + ""; strOutput += "
QtyItemPrice
Your cart is empty
"; document.write(strOutput); document.close(); }