function closeCart(){ document.getElementById('cart').style.height="25px"; questAjax("http://www.p-tzofit.co.il/site/store/hideCart.php", "", "cart", "GET"); } function openCart(){ document.getElementById('cart').style.height="220px"; questAjax("http://www.p-tzofit.co.il/site/store/getCart.php", "", "cart", "GET"); } function storeAddItem(id, objName){ if(!objName){ objName='storeItem'; } flytobasket(objName+id); document.getElementById('cart').style.height="220px"; questAjax("http://www.p-tzofit.co.il/site/store/getCart.php", "add="+id, "cart", "GET"); } function storeRemItem(id){ questAjax("http://www.p-tzofit.co.il/site/store/getCart.php", "sub="+id, "cart", "GET"); } function checkOut(id){ document.location="http://www.p-tzofit.co.il/?p=14"; } function isNum(parm) { var val = '0123456789'; if (parm == "") return true; for (i=0; i