var qtyItemsInCart = 0; var totalAmountInCart = 0; function AddToCart() { } function RemoveFromCart() { } function ManageCart() { var strOutput = "
" + "" + "" + "" + "" + ""; var strremove = "http://www.chemistrystore.com/removeitem.cgi?product=62234&group=432&configID=1"; strOutput += ""; strOutput += ""; strOutput += ""; var strremove = "http://www.chemistrystore.com/removeitem.cgi?product=16026&group=640&configID=1"; strOutput += ""; strOutput += ""; strOutput += ""; strOutput += ""; strOutput += ""; strOutput += "
QtyItemPrice
1
8oz Low Profile PET Jars w/Black Smooth Lids w/ Li"; strOutput += ""; strOutput += "
$ 9.80
1
Chocolate Indulgence Fragrance Oil *"; strOutput += ""; strOutput += "
$ 7.75
TOTAL:$ 17.55
"; strOutput += "
 
"; document.write(strOutput); document.close(); } function cartTotals() { strOutput1 = "
2 Items ($ 17.55)
"; document.write(strOutput1); document.close(); } function onlyValues() { qtyItemsInCart = 2; var totalAmountInCart = "17.55"; } function cartQtys() { strOutput1 = "
2 Items
"; document.write(strOutput1); document.close(); } function ImageCart() { var strOutput2 = ''; document.write(strOutput2); document.close(); }