// JavaScript Document



function openPageSoon() {
	alert("This part of the site is currently Underconstruction");
}
function isNumberKey(evt)
      {
         var charCode = (evt.which) ? evt.which : event.keyCode
         if (charCode > 31 && (charCode < 48 || charCode > 57))
            return false;

         return true;
 }


//add to shopping cart
function openPageReset(product){
	alert("Your Basket has been emptied");
	window.open(product,"_self");
}
function removeItem(itemSelected,product){
	
	if (itemSelected == "item_name_1") {
		
		//shift list up
		document.shoppingBasket.item_name_1.value = document.shoppingBasket.item_name_2.value;
		document.shoppingBasket.amount_1.value = document.shoppingBasket.amount_2.value;
		document.shoppingBasket.quantity_1.value = document.shoppingBasket.quantity_2.value;
		
		document.shoppingBasket.item_name_2.value = document.shoppingBasket.item_name_3.value;
		document.shoppingBasket.amount_2.value = document.shoppingBasket.amount_3.value;
		document.shoppingBasket.quantity_2.value = document.shoppingBasket.quantity_3.value;
		
		document.shoppingBasket.item_name_3.value = document.shoppingBasket.item_name_4.value;
		document.shoppingBasket.amount_3.value = document.shoppingBasket.amount_4.value;
		document.shoppingBasket.quantity_3.value = document.shoppingBasket.quantity_4.value;
		
		document.shoppingBasket.item_name_4.value = document.shoppingBasket.item_name_5.value;
		document.shoppingBasket.amount_4.value = document.shoppingBasket.amount_5.value;
		document.shoppingBasket.quantity_4.value = document.shoppingBasket.quantity_5.value;
		
		document.shoppingBasket.item_name_5.value = document.shoppingBasket.item_name_6.value;
		document.shoppingBasket.amount_5.value = document.shoppingBasket.amount_6.value;
		document.shoppingBasket.quantity_5.value = document.shoppingBasket.quantity_6.value;
		
		document.shoppingBasket.item_name_6.value = document.shoppingBasket.item_name_7.value;
		document.shoppingBasket.amount_6.value = document.shoppingBasket.amount_7.value;
		document.shoppingBasket.quantity_6.value = document.shoppingBasket.quantity_7.value;
		
		document.shoppingBasket.item_name_7.value = document.shoppingBasket.item_name_8.value;
		document.shoppingBasket.amount_7.value = document.shoppingBasket.amount_8.value;
		document.shoppingBasket.quantity_7.value = document.shoppingBasket.quantity_8.value;
		
		document.shoppingBasket.item_name_8.value = document.shoppingBasket.item_name_9.value;
		document.shoppingBasket.amount_8.value = document.shoppingBasket.amount_9.value;
		document.shoppingBasket.quantity_8.value = document.shoppingBasket.quantity_9.value;
		
		document.shoppingBasket.item_name_9.value = document.shoppingBasket.item_name_10.value;
		document.shoppingBasket.amount_9.value = document.shoppingBasket.amount_10.value;
		document.shoppingBasket.quantity_9.value = document.shoppingBasket.quantity_10.value;
		
		document.shoppingBasket.item_name_10.value = document.shoppingBasket.item_name_11.value;
		document.shoppingBasket.amount_10.value = document.shoppingBasket.amount_11.value;
		document.shoppingBasket.quantity_10.value = document.shoppingBasket.quantity_11.value;
		
		document.shoppingBasket.item_name_11.value = document.shoppingBasket.item_name_12.value;
		document.shoppingBasket.amount_11.value = document.shoppingBasket.amount_12.value;
		document.shoppingBasket.quantity_11.value = document.shoppingBasket.quantity_12.value;
		
		document.shoppingBasket.item_name_12.value = document.shoppingBasket.item_name_13.value;
		document.shoppingBasket.amount_12.value = document.shoppingBasket.amount_13.value;
		document.shoppingBasket.quantity_12.value = document.shoppingBasket.quantity_13.value;
		
		document.shoppingBasket.item_name_13.value = document.shoppingBasket.item_name_14.value;
		document.shoppingBasket.amount_13.value = document.shoppingBasket.amount_14.value;
		document.shoppingBasket.quantity_13.value = document.shoppingBasket.quantity_14.value;
		
		document.shoppingBasket.item_name_14.value = document.shoppingBasket.item_name_15.value;
		document.shoppingBasket.amount_14.value = document.shoppingBasket.amount_15.value;
		document.shoppingBasket.quantity_14.value = document.shoppingBasket.quantity_15.value;
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
		
	}
	
	if (itemSelected == "item_name_2") {
		
		//shift list up
		
		
		document.shoppingBasket.item_name_2.value = document.shoppingBasket.item_name_3.value;
		document.shoppingBasket.amount_2.value = document.shoppingBasket.amount_3.value;
		document.shoppingBasket.quantity_2.value = document.shoppingBasket.quantity_3.value;
		
		document.shoppingBasket.item_name_3.value = document.shoppingBasket.item_name_4.value;
		document.shoppingBasket.amount_3.value = document.shoppingBasket.amount_4.value;
		document.shoppingBasket.quantity_3.value = document.shoppingBasket.quantity_4.value;
		
		document.shoppingBasket.item_name_4.value = document.shoppingBasket.item_name_5.value;
		document.shoppingBasket.amount_4.value = document.shoppingBasket.amount_5.value;
		document.shoppingBasket.quantity_4.value = document.shoppingBasket.quantity_5.value;
		
		document.shoppingBasket.item_name_5.value = document.shoppingBasket.item_name_6.value;
		document.shoppingBasket.amount_5.value = document.shoppingBasket.amount_6.value;
		document.shoppingBasket.quantity_5.value = document.shoppingBasket.quantity_6.value;
		
		document.shoppingBasket.item_name_6.value = document.shoppingBasket.item_name_7.value;
		document.shoppingBasket.amount_6.value = document.shoppingBasket.amount_7.value;
		document.shoppingBasket.quantity_6.value = document.shoppingBasket.quantity_7.value;
		
		document.shoppingBasket.item_name_7.value = document.shoppingBasket.item_name_8.value;
		document.shoppingBasket.amount_7.value = document.shoppingBasket.amount_8.value;
		document.shoppingBasket.quantity_7.value = document.shoppingBasket.quantity_8.value;
		
		document.shoppingBasket.item_name_8.value = document.shoppingBasket.item_name_9.value;
		document.shoppingBasket.amount_8.value = document.shoppingBasket.amount_9.value;
		document.shoppingBasket.quantity_8.value = document.shoppingBasket.quantity_9.value;
		
		document.shoppingBasket.item_name_9.value = document.shoppingBasket.item_name_10.value;
		document.shoppingBasket.amount_9.value = document.shoppingBasket.amount_10.value;
		document.shoppingBasket.quantity_9.value = document.shoppingBasket.quantity_10.value;
		
		document.shoppingBasket.item_name_10.value = document.shoppingBasket.item_name_11.value;
		document.shoppingBasket.amount_10.value = document.shoppingBasket.amount_11.value;
		document.shoppingBasket.quantity_10.value = document.shoppingBasket.quantity_11.value;
		
		document.shoppingBasket.item_name_11.value = document.shoppingBasket.item_name_12.value;
		document.shoppingBasket.amount_11.value = document.shoppingBasket.amount_12.value;
		document.shoppingBasket.quantity_11.value = document.shoppingBasket.quantity_12.value;
		
		document.shoppingBasket.item_name_12.value = document.shoppingBasket.item_name_13.value;
		document.shoppingBasket.amount_12.value = document.shoppingBasket.amount_13.value;
		document.shoppingBasket.quantity_12.value = document.shoppingBasket.quantity_13.value;
		
		document.shoppingBasket.item_name_13.value = document.shoppingBasket.item_name_14.value;
		document.shoppingBasket.amount_13.value = document.shoppingBasket.amount_14.value;
		document.shoppingBasket.quantity_13.value = document.shoppingBasket.quantity_14.value;
		
		document.shoppingBasket.item_name_14.value = document.shoppingBasket.item_name_15.value;
		document.shoppingBasket.amount_14.value = document.shoppingBasket.amount_15.value;
		document.shoppingBasket.quantity_14.value = document.shoppingBasket.quantity_15.value;
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_3") {
		
		//shift list up
		
		document.shoppingBasket.item_name_3.value = document.shoppingBasket.item_name_4.value;
		document.shoppingBasket.amount_3.value = document.shoppingBasket.amount_4.value;
		document.shoppingBasket.quantity_3.value = document.shoppingBasket.quantity_4.value;
		
		document.shoppingBasket.item_name_4.value = document.shoppingBasket.item_name_5.value;
		document.shoppingBasket.amount_4.value = document.shoppingBasket.amount_5.value;
		document.shoppingBasket.quantity_4.value = document.shoppingBasket.quantity_5.value;
		
		document.shoppingBasket.item_name_5.value = document.shoppingBasket.item_name_6.value;
		document.shoppingBasket.amount_5.value = document.shoppingBasket.amount_6.value;
		document.shoppingBasket.quantity_5.value = document.shoppingBasket.quantity_6.value;
		
		document.shoppingBasket.item_name_6.value = document.shoppingBasket.item_name_7.value;
		document.shoppingBasket.amount_6.value = document.shoppingBasket.amount_7.value;
		document.shoppingBasket.quantity_6.value = document.shoppingBasket.quantity_7.value;
		
		document.shoppingBasket.item_name_7.value = document.shoppingBasket.item_name_8.value;
		document.shoppingBasket.amount_7.value = document.shoppingBasket.amount_8.value;
		document.shoppingBasket.quantity_7.value = document.shoppingBasket.quantity_8.value;
		
		document.shoppingBasket.item_name_8.value = document.shoppingBasket.item_name_9.value;
		document.shoppingBasket.amount_8.value = document.shoppingBasket.amount_9.value;
		document.shoppingBasket.quantity_8.value = document.shoppingBasket.quantity_9.value;
		
		document.shoppingBasket.item_name_9.value = document.shoppingBasket.item_name_10.value;
		document.shoppingBasket.amount_9.value = document.shoppingBasket.amount_10.value;
		document.shoppingBasket.quantity_9.value = document.shoppingBasket.quantity_10.value;
		
		document.shoppingBasket.item_name_10.value = document.shoppingBasket.item_name_11.value;
		document.shoppingBasket.amount_10.value = document.shoppingBasket.amount_11.value;
		document.shoppingBasket.quantity_10.value = document.shoppingBasket.quantity_11.value;
		
		document.shoppingBasket.item_name_11.value = document.shoppingBasket.item_name_12.value;
		document.shoppingBasket.amount_11.value = document.shoppingBasket.amount_12.value;
		document.shoppingBasket.quantity_11.value = document.shoppingBasket.quantity_12.value;
		
		document.shoppingBasket.item_name_12.value = document.shoppingBasket.item_name_13.value;
		document.shoppingBasket.amount_12.value = document.shoppingBasket.amount_13.value;
		document.shoppingBasket.quantity_12.value = document.shoppingBasket.quantity_13.value;
		
		document.shoppingBasket.item_name_13.value = document.shoppingBasket.item_name_14.value;
		document.shoppingBasket.amount_13.value = document.shoppingBasket.amount_14.value;
		document.shoppingBasket.quantity_13.value = document.shoppingBasket.quantity_14.value;
		
		document.shoppingBasket.item_name_14.value = document.shoppingBasket.item_name_15.value;
		document.shoppingBasket.amount_14.value = document.shoppingBasket.amount_15.value;
		document.shoppingBasket.quantity_14.value = document.shoppingBasket.quantity_15.value;
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_4") {
		
		//shift list up
		
		document.shoppingBasket.item_name_4.value = document.shoppingBasket.item_name_5.value;
		document.shoppingBasket.amount_4.value = document.shoppingBasket.amount_5.value;
		document.shoppingBasket.quantity_4.value = document.shoppingBasket.quantity_5.value;
		
		document.shoppingBasket.item_name_5.value = document.shoppingBasket.item_name_6.value;
		document.shoppingBasket.amount_5.value = document.shoppingBasket.amount_6.value;
		document.shoppingBasket.quantity_5.value = document.shoppingBasket.quantity_6.value;
		
		document.shoppingBasket.item_name_6.value = document.shoppingBasket.item_name_7.value;
		document.shoppingBasket.amount_6.value = document.shoppingBasket.amount_7.value;
		document.shoppingBasket.quantity_6.value = document.shoppingBasket.quantity_7.value;
		
		document.shoppingBasket.item_name_7.value = document.shoppingBasket.item_name_8.value;
		document.shoppingBasket.amount_7.value = document.shoppingBasket.amount_8.value;
		document.shoppingBasket.quantity_7.value = document.shoppingBasket.quantity_8.value;
		
		document.shoppingBasket.item_name_8.value = document.shoppingBasket.item_name_9.value;
		document.shoppingBasket.amount_8.value = document.shoppingBasket.amount_9.value;
		document.shoppingBasket.quantity_8.value = document.shoppingBasket.quantity_9.value;
		
		document.shoppingBasket.item_name_9.value = document.shoppingBasket.item_name_10.value;
		document.shoppingBasket.amount_9.value = document.shoppingBasket.amount_10.value;
		document.shoppingBasket.quantity_9.value = document.shoppingBasket.quantity_10.value;
		
		document.shoppingBasket.item_name_10.value = document.shoppingBasket.item_name_11.value;
		document.shoppingBasket.amount_10.value = document.shoppingBasket.amount_11.value;
		document.shoppingBasket.quantity_10.value = document.shoppingBasket.quantity_11.value;
		
		document.shoppingBasket.item_name_11.value = document.shoppingBasket.item_name_12.value;
		document.shoppingBasket.amount_11.value = document.shoppingBasket.amount_12.value;
		document.shoppingBasket.quantity_11.value = document.shoppingBasket.quantity_12.value;
		
		document.shoppingBasket.item_name_12.value = document.shoppingBasket.item_name_13.value;
		document.shoppingBasket.amount_12.value = document.shoppingBasket.amount_13.value;
		document.shoppingBasket.quantity_12.value = document.shoppingBasket.quantity_13.value;
		
		document.shoppingBasket.item_name_13.value = document.shoppingBasket.item_name_14.value;
		document.shoppingBasket.amount_13.value = document.shoppingBasket.amount_14.value;
		document.shoppingBasket.quantity_13.value = document.shoppingBasket.quantity_14.value;
		
		document.shoppingBasket.item_name_14.value = document.shoppingBasket.item_name_15.value;
		document.shoppingBasket.amount_14.value = document.shoppingBasket.amount_15.value;
		document.shoppingBasket.quantity_14.value = document.shoppingBasket.quantity_15.value;
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_5") {
		
		//shift list up
		
		document.shoppingBasket.item_name_5.value = document.shoppingBasket.item_name_6.value;
		document.shoppingBasket.amount_5.value = document.shoppingBasket.amount_6.value;
		document.shoppingBasket.quantity_5.value = document.shoppingBasket.quantity_6.value;
		
		document.shoppingBasket.item_name_6.value = document.shoppingBasket.item_name_7.value;
		document.shoppingBasket.amount_6.value = document.shoppingBasket.amount_7.value;
		document.shoppingBasket.quantity_6.value = document.shoppingBasket.quantity_7.value;
		
		document.shoppingBasket.item_name_7.value = document.shoppingBasket.item_name_8.value;
		document.shoppingBasket.amount_7.value = document.shoppingBasket.amount_8.value;
		document.shoppingBasket.quantity_7.value = document.shoppingBasket.quantity_8.value;
		
		document.shoppingBasket.item_name_8.value = document.shoppingBasket.item_name_9.value;
		document.shoppingBasket.amount_8.value = document.shoppingBasket.amount_9.value;
		document.shoppingBasket.quantity_8.value = document.shoppingBasket.quantity_9.value;
		
		document.shoppingBasket.item_name_9.value = document.shoppingBasket.item_name_10.value;
		document.shoppingBasket.amount_9.value = document.shoppingBasket.amount_10.value;
		document.shoppingBasket.quantity_9.value = document.shoppingBasket.quantity_10.value;
		
		document.shoppingBasket.item_name_10.value = document.shoppingBasket.item_name_11.value;
		document.shoppingBasket.amount_10.value = document.shoppingBasket.amount_11.value;
		document.shoppingBasket.quantity_10.value = document.shoppingBasket.quantity_11.value;
		
		document.shoppingBasket.item_name_11.value = document.shoppingBasket.item_name_12.value;
		document.shoppingBasket.amount_11.value = document.shoppingBasket.amount_12.value;
		document.shoppingBasket.quantity_11.value = document.shoppingBasket.quantity_12.value;
		
		document.shoppingBasket.item_name_12.value = document.shoppingBasket.item_name_13.value;
		document.shoppingBasket.amount_12.value = document.shoppingBasket.amount_13.value;
		document.shoppingBasket.quantity_12.value = document.shoppingBasket.quantity_13.value;
		
		document.shoppingBasket.item_name_13.value = document.shoppingBasket.item_name_14.value;
		document.shoppingBasket.amount_13.value = document.shoppingBasket.amount_14.value;
		document.shoppingBasket.quantity_13.value = document.shoppingBasket.quantity_14.value;
		
		document.shoppingBasket.item_name_14.value = document.shoppingBasket.item_name_15.value;
		document.shoppingBasket.amount_14.value = document.shoppingBasket.amount_15.value;
		document.shoppingBasket.quantity_14.value = document.shoppingBasket.quantity_15.value;
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_6") {
		
		//shift list up
		
		document.shoppingBasket.item_name_6.value = document.shoppingBasket.item_name_7.value;
		document.shoppingBasket.amount_6.value = document.shoppingBasket.amount_7.value;
		document.shoppingBasket.quantity_6.value = document.shoppingBasket.quantity_7.value;
		
		document.shoppingBasket.item_name_7.value = document.shoppingBasket.item_name_8.value;
		document.shoppingBasket.amount_7.value = document.shoppingBasket.amount_8.value;
		document.shoppingBasket.quantity_7.value = document.shoppingBasket.quantity_8.value;
		
		document.shoppingBasket.item_name_8.value = document.shoppingBasket.item_name_9.value;
		document.shoppingBasket.amount_8.value = document.shoppingBasket.amount_9.value;
		document.shoppingBasket.quantity_8.value = document.shoppingBasket.quantity_9.value;
		
		document.shoppingBasket.item_name_9.value = document.shoppingBasket.item_name_10.value;
		document.shoppingBasket.amount_9.value = document.shoppingBasket.amount_10.value;
		document.shoppingBasket.quantity_9.value = document.shoppingBasket.quantity_10.value;
		
		document.shoppingBasket.item_name_10.value = document.shoppingBasket.item_name_11.value;
		document.shoppingBasket.amount_10.value = document.shoppingBasket.amount_11.value;
		document.shoppingBasket.quantity_10.value = document.shoppingBasket.quantity_11.value;
		
		document.shoppingBasket.item_name_11.value = document.shoppingBasket.item_name_12.value;
		document.shoppingBasket.amount_11.value = document.shoppingBasket.amount_12.value;
		document.shoppingBasket.quantity_11.value = document.shoppingBasket.quantity_12.value;
		
		document.shoppingBasket.item_name_12.value = document.shoppingBasket.item_name_13.value;
		document.shoppingBasket.amount_12.value = document.shoppingBasket.amount_13.value;
		document.shoppingBasket.quantity_12.value = document.shoppingBasket.quantity_13.value;
		
		document.shoppingBasket.item_name_13.value = document.shoppingBasket.item_name_14.value;
		document.shoppingBasket.amount_13.value = document.shoppingBasket.amount_14.value;
		document.shoppingBasket.quantity_13.value = document.shoppingBasket.quantity_14.value;
		
		document.shoppingBasket.item_name_14.value = document.shoppingBasket.item_name_15.value;
		document.shoppingBasket.amount_14.value = document.shoppingBasket.amount_15.value;
		document.shoppingBasket.quantity_14.value = document.shoppingBasket.quantity_15.value;
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_7") {
		
		//shift list up
		
		document.shoppingBasket.item_name_7.value = document.shoppingBasket.item_name_8.value;
		document.shoppingBasket.amount_7.value = document.shoppingBasket.amount_8.value;
		document.shoppingBasket.quantity_7.value = document.shoppingBasket.quantity_8.value;
		
		document.shoppingBasket.item_name_8.value = document.shoppingBasket.item_name_9.value;
		document.shoppingBasket.amount_8.value = document.shoppingBasket.amount_9.value;
		document.shoppingBasket.quantity_8.value = document.shoppingBasket.quantity_9.value;
		
		document.shoppingBasket.item_name_9.value = document.shoppingBasket.item_name_10.value;
		document.shoppingBasket.amount_9.value = document.shoppingBasket.amount_10.value;
		document.shoppingBasket.quantity_9.value = document.shoppingBasket.quantity_10.value;
		
		document.shoppingBasket.item_name_10.value = document.shoppingBasket.item_name_11.value;
		document.shoppingBasket.amount_10.value = document.shoppingBasket.amount_11.value;
		document.shoppingBasket.quantity_10.value = document.shoppingBasket.quantity_11.value;
		
		document.shoppingBasket.item_name_11.value = document.shoppingBasket.item_name_12.value;
		document.shoppingBasket.amount_11.value = document.shoppingBasket.amount_12.value;
		document.shoppingBasket.quantity_11.value = document.shoppingBasket.quantity_12.value;
		
		document.shoppingBasket.item_name_12.value = document.shoppingBasket.item_name_13.value;
		document.shoppingBasket.amount_12.value = document.shoppingBasket.amount_13.value;
		document.shoppingBasket.quantity_12.value = document.shoppingBasket.quantity_13.value;
		
		document.shoppingBasket.item_name_13.value = document.shoppingBasket.item_name_14.value;
		document.shoppingBasket.amount_13.value = document.shoppingBasket.amount_14.value;
		document.shoppingBasket.quantity_13.value = document.shoppingBasket.quantity_14.value;
		
		document.shoppingBasket.item_name_14.value = document.shoppingBasket.item_name_15.value;
		document.shoppingBasket.amount_14.value = document.shoppingBasket.amount_15.value;
		document.shoppingBasket.quantity_14.value = document.shoppingBasket.quantity_15.value;
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_8") {
		
		//shift list up
		
		document.shoppingBasket.item_name_8.value = document.shoppingBasket.item_name_9.value;
		document.shoppingBasket.amount_8.value = document.shoppingBasket.amount_9.value;
		document.shoppingBasket.quantity_8.value = document.shoppingBasket.quantity_9.value;
		
		document.shoppingBasket.item_name_9.value = document.shoppingBasket.item_name_10.value;
		document.shoppingBasket.amount_9.value = document.shoppingBasket.amount_10.value;
		document.shoppingBasket.quantity_9.value = document.shoppingBasket.quantity_10.value;
		
		document.shoppingBasket.item_name_10.value = document.shoppingBasket.item_name_11.value;
		document.shoppingBasket.amount_10.value = document.shoppingBasket.amount_11.value;
		document.shoppingBasket.quantity_10.value = document.shoppingBasket.quantity_11.value;
		
		document.shoppingBasket.item_name_11.value = document.shoppingBasket.item_name_12.value;
		document.shoppingBasket.amount_11.value = document.shoppingBasket.amount_12.value;
		document.shoppingBasket.quantity_11.value = document.shoppingBasket.quantity_12.value;
		
		document.shoppingBasket.item_name_12.value = document.shoppingBasket.item_name_13.value;
		document.shoppingBasket.amount_12.value = document.shoppingBasket.amount_13.value;
		document.shoppingBasket.quantity_12.value = document.shoppingBasket.quantity_13.value;
		
		document.shoppingBasket.item_name_13.value = document.shoppingBasket.item_name_14.value;
		document.shoppingBasket.amount_13.value = document.shoppingBasket.amount_14.value;
		document.shoppingBasket.quantity_13.value = document.shoppingBasket.quantity_14.value;
		
		document.shoppingBasket.item_name_14.value = document.shoppingBasket.item_name_15.value;
		document.shoppingBasket.amount_14.value = document.shoppingBasket.amount_15.value;
		document.shoppingBasket.quantity_14.value = document.shoppingBasket.quantity_15.value;
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_9") {
		
		//shift list up
		
		document.shoppingBasket.item_name_9.value = document.shoppingBasket.item_name_10.value;
		document.shoppingBasket.amount_9.value = document.shoppingBasket.amount_10.value;
		document.shoppingBasket.quantity_9.value = document.shoppingBasket.quantity_10.value;
		
		document.shoppingBasket.item_name_10.value = document.shoppingBasket.item_name_11.value;
		document.shoppingBasket.amount_10.value = document.shoppingBasket.amount_11.value;
		document.shoppingBasket.quantity_10.value = document.shoppingBasket.quantity_11.value;
		
		document.shoppingBasket.item_name_11.value = document.shoppingBasket.item_name_12.value;
		document.shoppingBasket.amount_11.value = document.shoppingBasket.amount_12.value;
		document.shoppingBasket.quantity_11.value = document.shoppingBasket.quantity_12.value;
		
		document.shoppingBasket.item_name_12.value = document.shoppingBasket.item_name_13.value;
		document.shoppingBasket.amount_12.value = document.shoppingBasket.amount_13.value;
		document.shoppingBasket.quantity_12.value = document.shoppingBasket.quantity_13.value;
		
		document.shoppingBasket.item_name_13.value = document.shoppingBasket.item_name_14.value;
		document.shoppingBasket.amount_13.value = document.shoppingBasket.amount_14.value;
		document.shoppingBasket.quantity_13.value = document.shoppingBasket.quantity_14.value;
		
		document.shoppingBasket.item_name_14.value = document.shoppingBasket.item_name_15.value;
		document.shoppingBasket.amount_14.value = document.shoppingBasket.amount_15.value;
		document.shoppingBasket.quantity_14.value = document.shoppingBasket.quantity_15.value;
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_10") {
		
		//shift list up
		
		document.shoppingBasket.item_name_10.value = document.shoppingBasket.item_name_11.value;
		document.shoppingBasket.amount_10.value = document.shoppingBasket.amount_11.value;
		document.shoppingBasket.quantity_10.value = document.shoppingBasket.quantity_11.value;
		
		document.shoppingBasket.item_name_11.value = document.shoppingBasket.item_name_12.value;
		document.shoppingBasket.amount_11.value = document.shoppingBasket.amount_12.value;
		document.shoppingBasket.quantity_11.value = document.shoppingBasket.quantity_12.value;
		
		document.shoppingBasket.item_name_12.value = document.shoppingBasket.item_name_13.value;
		document.shoppingBasket.amount_12.value = document.shoppingBasket.amount_13.value;
		document.shoppingBasket.quantity_12.value = document.shoppingBasket.quantity_13.value;
		
		document.shoppingBasket.item_name_13.value = document.shoppingBasket.item_name_14.value;
		document.shoppingBasket.amount_13.value = document.shoppingBasket.amount_14.value;
		document.shoppingBasket.quantity_13.value = document.shoppingBasket.quantity_14.value;
		
		document.shoppingBasket.item_name_14.value = document.shoppingBasket.item_name_15.value;
		document.shoppingBasket.amount_14.value = document.shoppingBasket.amount_15.value;
		document.shoppingBasket.quantity_14.value = document.shoppingBasket.quantity_15.value;
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_11") {
		
		//shift list up
		
		document.shoppingBasket.item_name_11.value = document.shoppingBasket.item_name_12.value;
		document.shoppingBasket.amount_11.value = document.shoppingBasket.amount_12.value;
		document.shoppingBasket.quantity_11.value = document.shoppingBasket.quantity_12.value;
		
		document.shoppingBasket.item_name_12.value = document.shoppingBasket.item_name_13.value;
		document.shoppingBasket.amount_12.value = document.shoppingBasket.amount_13.value;
		document.shoppingBasket.quantity_12.value = document.shoppingBasket.quantity_13.value;
		
		document.shoppingBasket.item_name_13.value = document.shoppingBasket.item_name_14.value;
		document.shoppingBasket.amount_13.value = document.shoppingBasket.amount_14.value;
		document.shoppingBasket.quantity_13.value = document.shoppingBasket.quantity_14.value;
		
		document.shoppingBasket.item_name_14.value = document.shoppingBasket.item_name_15.value;
		document.shoppingBasket.amount_14.value = document.shoppingBasket.amount_15.value;
		document.shoppingBasket.quantity_14.value = document.shoppingBasket.quantity_15.value;
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_12") {
		
		//shift list up
		
		
		document.shoppingBasket.item_name_12.value = document.shoppingBasket.item_name_13.value;
		document.shoppingBasket.amount_12.value = document.shoppingBasket.amount_13.value;
		document.shoppingBasket.quantity_12.value = document.shoppingBasket.quantity_13.value;
		
		document.shoppingBasket.item_name_13.value = document.shoppingBasket.item_name_14.value;
		document.shoppingBasket.amount_13.value = document.shoppingBasket.amount_14.value;
		document.shoppingBasket.quantity_13.value = document.shoppingBasket.quantity_14.value;
		
		document.shoppingBasket.item_name_14.value = document.shoppingBasket.item_name_15.value;
		document.shoppingBasket.amount_14.value = document.shoppingBasket.amount_15.value;
		document.shoppingBasket.quantity_14.value = document.shoppingBasket.quantity_15.value;
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_13") {
		
		//shift list up
		
		document.shoppingBasket.item_name_13.value = document.shoppingBasket.item_name_14.value;
		document.shoppingBasket.amount_13.value = document.shoppingBasket.amount_14.value;
		document.shoppingBasket.quantity_13.value = document.shoppingBasket.quantity_14.value;
		
		document.shoppingBasket.item_name_14.value = document.shoppingBasket.item_name_15.value;
		document.shoppingBasket.amount_14.value = document.shoppingBasket.amount_15.value;
		document.shoppingBasket.quantity_14.value = document.shoppingBasket.quantity_15.value;
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_14") {
		
		//shift list up
		
		document.shoppingBasket.item_name_14.value = document.shoppingBasket.item_name_15.value;
		document.shoppingBasket.amount_14.value = document.shoppingBasket.amount_15.value;
		document.shoppingBasket.quantity_14.value = document.shoppingBasket.quantity_15.value;
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_15") {
		
		//shift list up
		
		document.shoppingBasket.item_name_15.value = document.shoppingBasket.item_name_16.value;
		document.shoppingBasket.amount_15.value = document.shoppingBasket.amount_16.value;
		document.shoppingBasket.quantity_15.value = document.shoppingBasket.quantity_16.value;
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_16") {
		
		//shift list up
		
		document.shoppingBasket.item_name_16.value = document.shoppingBasket.item_name_17.value;
		document.shoppingBasket.amount_16.value = document.shoppingBasket.amount_17.value;
		document.shoppingBasket.quantity_16.value = document.shoppingBasket.quantity_17.value;
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_17") {
		
		//shift list up
		
		document.shoppingBasket.item_name_17.value = document.shoppingBasket.item_name_18.value;
		document.shoppingBasket.amount_17.value = document.shoppingBasket.amount_18.value;
		document.shoppingBasket.quantity_17.value = document.shoppingBasket.quantity_18.value;
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_18") {
		
		//shift list up
		
		document.shoppingBasket.item_name_18.value = document.shoppingBasket.item_name_19.value;
		document.shoppingBasket.amount_18.value = document.shoppingBasket.amount_19.value;
		document.shoppingBasket.quantity_18.value = document.shoppingBasket.quantity_19.value;
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	
	if (itemSelected == "item_name_19") {
		
		//shift list up
		
		document.shoppingBasket.item_name_19.value = "";
		document.shoppingBasket.amount_19.value = "";
		document.shoppingBasket.quantity_19.value = "";
		
	}
	openPage(product);
	
}

function openPage(product){
	//alert(product);
	//window.open("morgannaEnchantment.htm","_self");
	//need to read variables from shopping list
	
	//alert(document.shoppingBasket.item_name_1.value);
	product = product + "?p1=" + escape(document.shoppingBasket.item_name_1.value) + "&a1=" + escape(document.shoppingBasket.amount_1.value)+ "&q1=" + escape(document.shoppingBasket.quantity_1.value);
	product = product + "&p2=" + escape(document.shoppingBasket.item_name_2.value) + "&a2=" + escape(document.shoppingBasket.amount_2.value)+ "&q2=" + escape(document.shoppingBasket.quantity_2.value);
	product = product + "&p3=" + escape(document.shoppingBasket.item_name_3.value) + "&a3=" + escape(document.shoppingBasket.amount_3.value)+ "&q3=" + escape(document.shoppingBasket.quantity_3.value);
	
	product = product + "&p4=" + escape(document.shoppingBasket.item_name_4.value) + "&a4=" + escape(document.shoppingBasket.amount_4.value)+ "&q4=" + escape(document.shoppingBasket.quantity_4.value);
	product = product + "&p5=" + escape(document.shoppingBasket.item_name_5.value) + "&a5=" + escape(document.shoppingBasket.amount_5.value)+ "&q5=" + escape(document.shoppingBasket.quantity_5.value);
	product = product + "&p6=" + escape(document.shoppingBasket.item_name_6.value) + "&a6=" + escape(document.shoppingBasket.amount_6.value)+ "&q6=" + escape(document.shoppingBasket.quantity_6.value);
	
	product = product + "&p7=" + escape(document.shoppingBasket.item_name_7.value) + "&a7=" + escape(document.shoppingBasket.amount_7.value)+ "&q7=" + escape(document.shoppingBasket.quantity_7.value);
	product = product + "&p8=" + escape(document.shoppingBasket.item_name_8.value) + "&a8=" + escape(document.shoppingBasket.amount_8.value)+ "&q8=" + escape(document.shoppingBasket.quantity_8.value);
	
	
	product = product + "&p9=" + escape(document.shoppingBasket.item_name_9.value) + "&a9=" + escape(document.shoppingBasket.amount_9.value)+ "&q9=" + escape(document.shoppingBasket.quantity_9.value);
	product = product + "&p10=" + escape(document.shoppingBasket.item_name_10.value) + "&a10=" + escape(document.shoppingBasket.amount_10.value)+ "&q10=" + escape(document.shoppingBasket.quantity_10.value);
	
	product = product + "&p11=" + escape(document.shoppingBasket.item_name_11.value) + "&a11=" + escape(document.shoppingBasket.amount_11.value)+ "&q11=" + escape(document.shoppingBasket.quantity_11.value);
	product = product + "&p12=" + escape(document.shoppingBasket.item_name_12.value) + "&a12=" + escape(document.shoppingBasket.amount_12.value)+ "&q12=" + escape(document.shoppingBasket.quantity_12.value);
	
	product = product + "&p13=" + escape(document.shoppingBasket.item_name_13.value) + "&a13=" + escape(document.shoppingBasket.amount_13.value)+ "&q13=" + escape(document.shoppingBasket.quantity_13.value);
	product = product + "&p14=" + escape(document.shoppingBasket.item_name_14.value) + "&a14=" + escape(document.shoppingBasket.amount_14.value)+ "&q14=" + escape(document.shoppingBasket.quantity_14.value);
	
	product = product + "&p15=" + escape(document.shoppingBasket.item_name_15.value) + "&a15=" + escape(document.shoppingBasket.amount_15.value)+ "&q15=" + escape(document.shoppingBasket.quantity_15.value);
	product = product + "&p16=" + escape(document.shoppingBasket.item_name_16.value) + "&a16=" + escape(document.shoppingBasket.amount_16.value)+ "&q16=" + escape(document.shoppingBasket.quantity_16.value);
	
	
	product = product + "&p17=" + escape(document.shoppingBasket.item_name_17.value) + "&a17=" + escape(document.shoppingBasket.amount_17.value)+ "&q17=" + escape(document.shoppingBasket.quantity_17.value);
	product = product + "&p18=" + escape(document.shoppingBasket.item_name_18.value) + "&a18=" + escape(document.shoppingBasket.amount_18.value)+ "&q18=" + escape(document.shoppingBasket.quantity_18.value);
	
	product = product + "&p19=" + escape(document.shoppingBasket.item_name_19.value) + "&a19=" + escape(document.shoppingBasket.amount_19.value)+ "&q19=" + escape(document.shoppingBasket.quantity_19.value);
	
	window.open(product,"_self");
}
function add(product) {
//alert(product);
//alert(document.fMorEnch.tQtyMorEnc.value);
if (product == "Morgannas Enchantment") 
	{product = "Morganna Enchantment(50g)"; 
		var amount = 24.99;
		var qty = document.fMorEnch.tQtyMorEnc.value;
		var partString = "Morganna Enchantm";
		
	}
	
if (product == "Morganna Elixir") 
	{product = "Morganna Elixir(30g)"; 
		var amount = 34.99;
		var qty = document.fMorElix.tQtyMorElix.value;
		var partString = "Morganna Elixir(3";
	}

if (product == "Morganna Elixir Plus") 
	{product = "Morganna Elixir Plus(30g)"; 
		
		var amount = 59.99;
		var qty = document.fMorElixPlus.tQtyMorElixPlus.value;
		var partString = "Morganna Elixir P";
	}
if (product == "Morganna Magic") 
	{product = "Morganna Magic(50g)"; 
		
		var amount = 39.99;
		var qty = document.fMorMagic.tQtyMorMagic.value;
		var partString = "Morganna Magic(50";
		
	}
if (product == "Morganna-Tox") 
	{product = "Morganna-Tox"; 
		
		var amount = 54.99;
		var qty = document.fMorTox.tQtyMorTox.value;
		var partString = "Morganna-Tox";
	}
if (product == "Morganna Brew") 
	{product = "Morganna Brew(85g)" ; 
		
		var amount = 24.99;
		var qty = document.fMorBrew.tQtyMorBrew.value;
		var partString = "Morganna Brew(85g";
	}
if (product == "Morganna Incantation") 
	{product = "Morganna Incantation"; 
		
		var amount = 39.99;
		var qty = document.fMorInc.tQtyMorInc.value;
		var partString = "Morganna Incantat";
	}
	
if (product == "Morganna Charm") 
	{product = "Morganna Charm(100g)"; 
		
		var amount = 29.99;
		var qty = document.fMorChar.tQtyMorChar.value;
		var partString = "Morganna Charm(10";
							
	}	
	
	
if (product == "Morganna Potion") 
	{product = "Morganna Potion(50g)"; 
		
		var amount = 34.99;
		var qty = document.fMorPot.tQtyMorPot.value;
		var partString = "Morganna Potion(5";
		
	}

if (product == "Morganna Cream") 
	{product = "Morganna Breast Firming Cream(100g)"; 
		
		var amount = 29.99;
		var qty = document.fMorCream.tQtyMorCream.value;
		var partString = "Morganna Breast F";
		
		
	}


if (product == "Tiger Balm Red") 
	{product = "Tiger Balm Red(19.4g)"; 
		
		var amount = 3.25;
		var qty = document.fTigBalmRed.tQtyTigBalmRed.value;
		var partString = "Tiger Balm Red(19";
		
	}
	
if (product == "Tiger Balm White") 
	{product = "Tiger Balm White(19.4g)"; 
		
		var amount = 3.00;
		var qty = document.fTigBalmWhite.tQtyTigBalmWhite.value;
		var partString = "Tiger Balm White(";
		
	}
	
if (product == "Tiger Cool") 
	{product = "Tiger Cool Medicated Plaster(2 pack)"; 
		
		var amount = 3.50;
		var qty = document.fTigCool.tQtyTigCool.value;
		var partString = "Tiger Cool Medica";   
		
	}
	
if (product == "Tiger Warm") 
	{product = "Tiger Warm Medicated Plaster(2 pack)"; 
		
		var amount = 3.50;
		var qty = document.fTigWarm.tQtyTigWarm.value;
		var partString = "Tiger Warm Medica";   
		
		
	}
	
if (product == "Tiger Men") 
	{product = "Mentopas Plaster"; 
		
		var amount = 2.50;
		var qty = document.fTigMen.tQtyTigMen.value;
		var partString = "Mentopas Plaster"; 
	}
	
if (product == "Tig Oil") 
	{
		
		if (document.fTigOil.oilRadGroup[0].checked == true){
				
				var amount = 5.50;
				product = "Kwan Loong Oil(57 Mls)"; 
				
				var partString = "Kwan Loong Oil(57";
				
				}
		if (document.fTigOil.oilRadGroup[1].checked == true){
				
				var amount = 4.50;
				product = "Kwan Loong Oil(28 Mls)"; 
				var partString = "Kwan Loong Oil(28";
				}
		if (document.fTigOil.oilRadGroup[2].checked == true){
				
				var amount = 3.50;
				product = "Kwan Loong Oil(15 Mls)";
				var partString = "Kwan Loong Oil(15";
				}
		if (document.fTigOil.oilRadGroup[3].checked == true){
				
				var amount = 2.00;
				product = "Kwan Loong Oil(3 Mls)";
				var partString = "Kwan Loong Oil(3 ";
				}
		
		var qty = document.fTigOil.tQtyQtyTigOil.value;
		
}
	
if ((qty.length == 0 )|| (qty == 0 )) 
	{
		alert("Please enter the quantity required(1 - 99)");
		return;
	}

updateList(product,amount,partString,qty);
//Assign item to blank slot or update existing slot

}

function updateList(product,amount,partString,qty) {
	//alert(partString);
	alert(product + " added to basket");
	
	if ((document.shoppingBasket.item_name_1.value == "") || (document.shoppingBasket.item_name_1.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_1.value = product; 
		document.shoppingBasket.amount_1.value =  amount;
		document.shoppingBasket.quantity_1.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_2.value == "") || (document.shoppingBasket.item_name_2.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_2.value = product;
		document.shoppingBasket.amount_2.value =  amount;
		document.shoppingBasket.quantity_2.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_3.value == "") || (document.shoppingBasket.item_name_3.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_3.value = product;
		document.shoppingBasket.amount_3.value =  amount;
		document.shoppingBasket.quantity_3.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_4.value == "") || (document.shoppingBasket.item_name_4.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_4.value = product;
		document.shoppingBasket.amount_4.value =  amount;
		document.shoppingBasket.quantity_4.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_5.value == "") || (document.shoppingBasket.item_name_5.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_5.value = product;
		document.shoppingBasket.amount_5.value =  amount;
		document.shoppingBasket.quantity_5.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_6.value == "") || (document.shoppingBasket.item_name_6.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_6.value = product;
		document.shoppingBasket.amount_6.value =  amount;
		document.shoppingBasket.quantity_6.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_7.value == "") || (document.shoppingBasket.item_name_7.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_7.value = product;
		document.shoppingBasket.amount_7.value =  amount;
		document.shoppingBasket.quantity_7.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_8.value == "") || (document.shoppingBasket.item_name_8.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_8.value = product;
		document.shoppingBasket.amount_8.value =  amount;
		document.shoppingBasket.quantity_8.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_9.value == "") || (document.shoppingBasket.item_name_9.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_9.value = product;
		document.shoppingBasket.amount_9.value =  amount;
		document.shoppingBasket.quantity_9.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_10.value == "") || (document.shoppingBasket.item_name_10.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_10.value = product;
		document.shoppingBasket.amount_10.value =  amount;
		document.shoppingBasket.quantity_10.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_11.value == "") || (document.shoppingBasket.item_name_11.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_11.value = product;
		document.shoppingBasket.amount_11.value =  amount;
		document.shoppingBasket.quantity_11.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_12.value == "") || (document.shoppingBasket.item_name_12.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_12.value = product;
		document.shoppingBasket.amount_12.value =  amount;
		document.shoppingBasket.quantity_12.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_13.value == "") || (document.shoppingBasket.item_name_13.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_13.value = product;
		document.shoppingBasket.amount_13.value =  amount;
		document.shoppingBasket.quantity_13.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_14.value == "") || (document.shoppingBasket.item_name_14.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_14.value = product;
		document.shoppingBasket.amount_14.value =  amount;
		document.shoppingBasket.quantity_14.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_15.value == "") || (document.shoppingBasket.item_name_15.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_15.value = product;
		document.shoppingBasket.amount_15.value =  amount;
		document.shoppingBasket.quantity_15.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_16.value == "") || (document.shoppingBasket.item_name_16.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_16.value = product;
		document.shoppingBasket.amount_16.value =  amount;
		document.shoppingBasket.quantity_16.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_17.value == "") || (document.shoppingBasket.item_name_17.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_17.value = product;
		document.shoppingBasket.amount_17.value =  amount;
		document.shoppingBasket.quantity_17.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_18.value == "") || (document.shoppingBasket.item_name_18.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_18.value = product;
		document.shoppingBasket.amount_18.value =  amount;
		document.shoppingBasket.quantity_18.value =  qty;
		return;
	}
	if ((document.shoppingBasket.item_name_19.value == "") || (document.shoppingBasket.item_name_19.value.substring(0,17) == partString))
	{ 	document.shoppingBasket.item_name_19.value = product;
		document.shoppingBasket.amount_19.value =  amount;
		document.shoppingBasket.quantity_19.value =  qty;
		return;
	}
}
