function addToShoppingList(id){
			// alert(id);
			 var count = document.getElementById('count_'+id).value;
			// alert(count);
        document.recordform.count.value = count;
        //location.href="?action=addToShoppingList&amp;pid="+id+"&amp;count="+count;
        return 0;
      }
      
      



