

var shoppingPage = "no";

var homePage = "no";


var winWidth = 0;
var winWidth2 = 0;
function getInsideWindowWidth() {
	isIE6CSS = (document.compatMode && document.compatMode.indexOf("CSS1") >= 0) ? true : false;
	if (window.innerWidth) {
		return window.innerWidth;
	}
	else if (isIE6CSS) {
		// measure the html element's clientWidtht
		return document.documentElement.clientWidth;
	}
	else if (document.body && document.body.clientWidth) {
		return document.body.clientWidth;
	}
	return 1; // 0 could lead to dividing 0 by 2.
}



var agt = navigator.userAgent.toLowerCase(); 

var idExp8 = "no";
var agt2 = new String(navigator.userAgent.toLowerCase());
if (agt2.indexOf("msie 8.0;") != -1) {
	idExp8 = "yes";
}

var idExp6 = "no";
var agt3 = new String(navigator.userAgent.toLowerCase());
if (agt3.indexOf("msie 6.0;") != -1) {
	idExp6 = "yes";
}

var idMac = "no";
var agt4 = new String(navigator.userAgent.toLowerCase());
if (agt4.indexOf("mac") != -1) {
	idMac = "yes";
}



var locPrice = 0;





function resetStyleSheet() {
	winWidth = getInsideWindowWidth();


	if (homePage == "yes") {
		if (document.styleSheets[0].rules) { // IE
				document.styleSheets[0].rules[12].style.display = "none"
				document.styleSheets[0].rules[13].style.top = "590px"
		}
		else { // MOZILLA
				document.styleSheets[0].cssRules[12].style.display = "none"
				document.styleSheets[0].cssRules[13].style.top = "590px"

		}
		browserCheck(navigator.userAgent.toLowerCase());
	}
	
	if (winWidth > 1250) {
		if (homePage == "yes") {
			if (document.styleSheets[0].rules) { // IE
				document.styleSheets[0].rules[2].style.height = "940px"
				document.styleSheets[0].rules[7].style.top = "910px"
				document.styleSheets[0].rules[8].style.top = "900px"
				document.styleSheets[0].rules[9].style.top = "910px"
				document.styleSheets[0].rules[9].style.left = "735px"
				document.styleSheets[0].rules[3].style.height = "890px"
				document.styleSheets[0].rules[10].style.height = "890px"
				document.styleSheets[0].rules[11].style.height = "890px"
			}
			else { // MOZILLA.
				document.styleSheets[0].cssRules[2].style.height = "940px"
				document.styleSheets[0].cssRules[7].style.top = "910px"
				document.styleSheets[0].cssRules[8].style.top = "900px"
				document.styleSheets[0].cssRules[9].style.top = "910px"
				document.styleSheets[0].cssRules[9].style.left = "735px"
				document.styleSheets[0].cssRules[3].style.height = "890px"
				document.styleSheets[0].cssRules[10].style.height = "890px"
				document.styleSheets[0].cssRules[11].style.height = "890px"
			}
		}
		if (document.styleSheets[0].rules) { // IE
			document.styleSheets[0].rules[6].style.display = "none"
			document.styleSheets[0].rules[8].style.left = "1040px"
			document.styleSheets[0].rules[15].style.display = "none"
			document.styleSheets[0].rules[2].style.width = "1237px"
			if (shoppingPage == "no") {
				document.styleSheets[0].rules[16].style.left = "1px"
			}
		}
		else { // MOZILLA
			document.styleSheets[0].cssRules[6].style.display = "none"
			document.styleSheets[0].cssRules[8].style.left = "1040px"
			document.styleSheets[0].cssRules[15].style.display = "none"
			document.styleSheets[0].cssRules[2].style.width = "1237px"
			if (shoppingPage == "no") {
				document.styleSheets[0].cssRules[16].style.left = "1px"
			}
		}
	}
	else if (homePage == "no") {
		if (document.styleSheets[0].rules) { // IE
			document.styleSheets[0].rules[2].style.height = "1400px"
			document.styleSheets[0].rules[6].style.display = "block"
			document.styleSheets[0].rules[3].style.display = "none"
			document.styleSheets[0].rules[5].style.left = "810px"
			document.styleSheets[0].rules[5].style.top = "1090px"
			document.styleSheets[0].rules[4].style.left = "310px"
			document.styleSheets[0].rules[4].style.top = "1120px"
			document.styleSheets[0].rules[7].style.top = "1370px"
			document.styleSheets[0].rules[8].style.top = "1370px"
			document.styleSheets[0].rules[9].style.top = "1370px"
			document.styleSheets[0].rules[16].style.display = "none"


		}
		else { // MOZILLA
			document.styleSheets[0].cssRules[2].style.height = "1400px"
			document.styleSheets[0].cssRules[6].style.display = "block"
			document.styleSheets[0].cssRules[3].style.display = "none"
			document.styleSheets[0].cssRules[5].style.left = "760px"
			document.styleSheets[0].cssRules[5].style.top = "1090px"
			document.styleSheets[0].cssRules[4].style.left = "310px"
			document.styleSheets[0].cssRules[4].style.top = "1120px"
			document.styleSheets[0].cssRules[7].style.top = "1370px"
			document.styleSheets[0].cssRules[8].style.top = "1370px"
			document.styleSheets[0].cssRules[9].style.top = "1370px"
			document.styleSheets[0].cssRules[16].style.display = "none"
		}
	}
	else if (homePage == "yes") {
		if (document.styleSheets[0].rules) { // IE
			document.styleSheets[0].rules[2].style.height = "950px"
			document.styleSheets[0].rules[3].style.display = "none"
			document.styleSheets[0].rules[5].style.display = "none"
			document.styleSheets[0].rules[4].style.display = "none"
			document.styleSheets[0].rules[7].style.top = "920px"
			document.styleSheets[0].rules[8].style.top = "910px"
			document.styleSheets[0].rules[9].style.top = "920px"
			document.styleSheets[0].rules[10].style.height = "890px"
			document.styleSheets[0].rules[11].style.height = "890px"
			document.styleSheets[0].rules[14].style.display = "none"
//			document.styleSheets[0].rules[16].style.display = "none"

		}
		else { // MOZILLA
			document.styleSheets[0].cssRules[2].style.height = "950px"
			document.styleSheets[0].cssRules[3].style.display = "none"
			document.styleSheets[0].cssRules[5].style.display = "none"
			document.styleSheets[0].cssRules[4].style.display = "none"
			document.styleSheets[0].cssRules[7].style.top = "920px"
			document.styleSheets[0].cssRules[8].style.top = "910px"
			document.styleSheets[0].cssRules[9].style.top = "920px"
			document.styleSheets[0].cssRules[10].style.height = "890px"
			document.styleSheets[0].cssRules[11].style.height = "890px"
			document.styleSheets[0].cssRules[14].style.display = "none"
//			document.styleSheets[0].cssRules[16].style.display = "none"
		}
	}
}







var arPri = new Array();
var arPri2 = new Array();
var arDec = new Array();


arPri[0] = "";
arPri[1] = "";
arPri[2] = "15.95";
arPri[3] = "7.34";
arPri[4] = "77.00";
arPri[5] = "";
arPri[6] = "3.04";
arPri[7] = "";
arPri[8] = "4.50";
arPri2[8] = "9.00"; // per kg
arPri[9] = "11.95";
arPri[10] = "";
arPri[11] = "61.00";
arPri[12] = "";
arPri[13] = "";
arPri[14] = "";
arPri[15] = "";
arPri[16] = "";
arPri[17] = "";
arPri[18] = "13.60";
arPri[19] = "";
arPri[20] = "";
arPri[21] = "8.96";
arPri[22] = "";
arPri[23] = "10.95";
arPri[24] = "";
arPri[25] = "2.25";
arPri[26] = "5.27";
arPri[27] = "6.95";
arPri[28] = "12.95";
arPri[29] = "";
arPri[30] = "26.93";
arPri2[30] = "17.95"; // per kg
arPri[31] = "9.95";
arPri[32] = "14.21";
arPri2[32] = "18.95"; // per kg
arPri[33] = "32.25";
arPri2[33] = "21.50"; // per kg
arPri[34] = "";
arPri[35] = "9.95";
arPri[36] = "";
arPri[37] = "19.95";
arPri[38] = "";
arPri[39] = "29.93";
arPri2[39] = "19.95"; // per kg
arPri[40] = "23.93";
arPri2[40] = "15.95"; // per kg
arPri[41] = "32.93";
arPri2[41] = "21.95"; // per kg
arPri[42] = "";
arPri[43] = "19.95";
arPri[44] = "";
arPri[45] = "27.60";
arPri[46] = "14.50";
arPri[47] = "";
arPri[48] = "";
arPri[49] = "0.97";
arPri[50] = "";
arPri[51] = "12.95";
arPri[52] = "";
arPri[53] = "31.33";
arPri2[53] = "8.95"; // per kg
arPri[54] = "";
arPri[55] = "2.75";
arPri[56] = "";
arPri[57] = "6.95";
arPri[58] = "";
arPri[59] = "10.95";
arPri[60] = "5.80";
arPri[61] = "";
arPri[62] = "";
arPri[63] = "16.95";
arPri[64] = "12.95";
arPri[65] = "";
arPri[66] = "";
arPri[67] = "";
arPri[68] = "8.95";
arPri[69] = "25.95";
arPri[70] = "";
arPri[71] = "";
arPri[72] = "";
arPri[73] = "";
arPri[74] = "";
arPri[75] = "";
arPri[76] = "13.95";
arPri[77] = "4.65";
arPri[78] = "2.52";
arPri[79] = "";
arPri[80] = "5.37";
arPri[81] = "";
arPri[82] = "";
arPri[83] = "";
arPri[84] = "11.75";
arPri[85] = "14.95";
arPri[86] = "";
arPri[87] = "5.97";
arPri[88] = "";
arPri[89] = "17.37";
arPri2[89] = "28.95"; // per kg
arPri[90] = "20.27";
arPri2[90] = "28.95"; // per kg
arPri[91] = "28.95";
arPri2[91] = "28.95"; // per kg
arPri[92] = "36.19";
arPri2[92] = "28.95"; // per kg
arPri[93] = "";
arPri[94] = "23.16";
arPri2[94] = "28.95"; // per kg
arPri[95] = "";
arPri[96] = "";
arPri[97] = "5.95";
arPri[98] = "8.95";
arPri[99] = "";
arPri[100] = "";
arPri[101] = "4.95";
arPri[102] = "0.98";
arPri[103] = "0.70";
arPri[104] = "7.95";
arPri[105] = "";
arPri[106] = "";
arPri[107] = "";
arPri[108] = "19.95";
arPri[109] = "9.95";
arPri[110] = "6.50";
arPri[111] = "13.20";
arPri[112] = "4.95";
arPri[113] = "7.95";
arPri[114] = "5.90";
arPri[115] = "2.70";
arPri[116] = "";
arPri[117] = "";
arPri[118] = "7.50";
arPri[119] = "2.57";
arPri[120] = "5.68";
arPri[121] = "17.50";
arPri[122] = "6.41";
arPri[123] = "12.69";
arPri[124] = "29.96";
arPri[125] = "2.36";
arPri[126] = "4.90";
arPri[127] = "3.20";
arPri[128] = "9.95";
arPri[129] = "8.95";
arPri[130] = "13.95";
arPri[131] = "11.12";
arPri[132] = "4.75";
arPri[133] = "9.00";
arPri[134] = "0.88";
arPri[135] = "19.95";
arPri[136] = "39.90";
arPri[137] = "16.80";
arPri[138] = "3.90";
arPri[139] = "";
arPri[140] = "";
arPri[141] = "";
arPri[142] = "2.50";
arPri[143] = "";
arPri[144] = "5.95";
arPri[145] = "8.95";
arPri[146] = "3.45";
arPri[147] = "";
arPri[148] = "3.95";
arPri[149] = "";
arPri[150] = "";
arPri[151] = "2.48";
arPri[152] = "";
arPri[153] = "";
arPri[154] = "";
arPri[155] = "3.59";
arPri[156] = "38.00";
arPri[157] = "65.00";
arPri[158] = "50.00";
arPri[159] = "50.00";
arPri[160] = "50.00";
arPri[161] = "60.00";
arPri[162] = "39.95";
arPri[163] = "";
arPri[164] = "";
arPri[165] = "";
arPri[166] = "";
arPri[167] = "";
arPri[168] = "19.95";
arPri[169] = "";
arPri[170] = "";
arPri[171] = "";
arPri[172] = "28.00";
arPri[173] = "";
arPri[174] = "";
arPri[175] = "";
arPri[176] = "12.95";
arPri[177] = "";
arPri[178] = "5.23";
arPri[179] = "10.95";
arPri[180] = "16.95";
arPri[181] = "";
arPri[182] = "";
arPri[183] = "2.99";
arPri[184] = "";
arPri[185] = "";
arPri[186] = "";
arPri[187] = "";
arPri[188] = "";
arPri[189] = "3.59";
arPri[190] = "4.25";
arPri[191] = "8.75";
arPri[192] = "40.00";
arPri[193] = "2.31";
arPri[194] = "2.31";
arPri[195] = "";
arPri[196] = "5.64";
arPri[197] = "";
arPri[198] = "27.00";
arPri[199] = "";
arPri[200] = "";
arPri[201] = "3.95";
arPri[202] = "3.95";
arPri[203] = "25.20";
arPri[204] = "";
arPri[205] = "11.40";
arPri[210] = "25.00";
arPri[211] = "50.00";
arPri[212] = "40.00";
arPri[213] = "25.00";
arPri[214] = "50.00";
arPri[215] = "75.00";
arPri[216] = "100.00";
arPri[217] = "125.00";
arPri[218] = "150.00";
arPri[219] = "200.00";
arPri[220] = "250.00";
arPri[221] = "12.95";
arPri[222] = "40.00";
arPri[223] = "75.00";
arPri[224] = "8.95";
arPri[225] = "19.99";
arPri[226] = "9.95";
arPri[227] = "5.95";
arPri[228] = "9.95";
arPri[229] = "16.95";
arPri[230] = "2.50";
arPri[231] = "14.95";
arPri[232] = "10.95";
arPri[233] = "9.95";
arPri[234] = "1.00";
arPri[235] = "9.95";
arPri[236] = "5.50";




arDec[0] = "";
arDec[1] = "";
arDec[2] = "Kg Fresh Cornish Cod Fillets Large";
arDec[3] = "Fresh Cornish Cod Fillets 1lb";
arDec[4] = "6.8kg block/s Cod Fillets (Frozen at Sea skinless/boneless)";
arDec[5] = "";
arDec[6] = "Cod Steaks (Bone in 200gm portions)";
arDec[7] = "";
arDec[8] = "Luxury Fresh Fish Pie Mix";
arDec[9] = "Kg Cornish Fresh Haddock Fillets";
arDec[10] = "";
arDec[11] = "Haddock Fillets (frozen at Sea) 6.8 Kg Block";
arDec[12] = "FF Box: 2 plaice filleted";
arDec[13] = "FF Box: 2 lemon sole filleted";
arDec[14] = "FF Box: 1kg mackerel fillets";
arDec[15] = "FF Box: 1kg cod fillets";
arDec[16] = "FF Box: 1kg salmon fillets";
arDec[17] = "FF Box: 1kg luxury pie mix";
arDec[18] = "Fresh Pollack Fillet Kg";
arDec[19] = "";
arDec[20] = "";
arDec[21] = "Kg Cornish Fresh Whiting Medium Fillets";
arDec[22] = "";
arDec[23] = "Kg Skate/Ray Wings";
arDec[24] = "";
arDec[25] = "Tartare Sauce";
arDec[26] = "Mackerel Fillets 1lb";
arDec[27] = "Kg Fresh MSC Mackerel Whole";
arDec[28] = "Kg Fresh MSC Mackerel Fillets";
arDec[29] = "";
arDec[30] = "1.5 kg Fresh Brill";
arDec[31] = "Kg Fresh Sea Bream (approx. 2 fish/kg)";
arDec[32] = "750g Fresh Sea Bass Wild Medium";
arDec[33] = "1.5kg Fresh Sea Bass Wild Large";
arDec[34] = "";
arDec[35] = "Kg Sea Bass Whole Farmed (app 2 fish/kg)";
arDec[36] = "";
arDec[37] = "Kg Fresh Red Mullet";
arDec[38] = "";
arDec[39] = "1.5kg Fresh Cornish Turbot";
arDec[40] = "1.5kg Frozen Whole Cornish Turbot";
arDec[41] = "1.5Kg Fresh John Dory";
arDec[42] = "";
arDec[43] = "Kg Fresh Monkfish";
arDec[44] = "";
arDec[45] = "Kg Monk Fish Tails Filleted and skinned";
arDec[46] = "0.5kg Monkfish Tails Frozen";
arDec[47] = "";
arDec[48] = "";
arDec[49] = "Fresh Cut Large Cornish Scallops";
arDec[50] = "";
arDec[51] = "Kg Scottish Salmon (Sea farmed) Fillet";
arDec[52] = "";
arDec[53] = "3.5kg Scottish Salmon (Sea farmed) Whole Fish";
arDec[54] = "";
arDec[55] = "Salmon Steaks (Sea farmed app 250gm)";
arDec[56] = "";
arDec[57] = "Kg Fresh Plaice";
arDec[58] = "";
arDec[59] = "Kg Fresh Plaice Fillets";
arDec[60] = "Plaice Fillets 1lb";
arDec[61] = "";
arDec[62] = "";
arDec[63] = "Kg Fresh Lemon Soles";
arDec[64] = "Kg Lemon Soles Whole Frozen";
arDec[65] = "Kids Box: 2kg fresh fish fillets";
arDec[66] = "Kids Box: 1kg fish pie mix";
arDec[67] = "Kids Box: 1kg white fish goujons";
arDec[68] = "Kg Frozen Megrim Soles";
arDec[69] = "Kg Fresh Dover Soles";
arDec[70] = "";
arDec[71] = "";
arDec[72] = "";
arDec[73] = "";
arDec[74] = "";
arDec[75] = "";
arDec[76] = "Kg Haddock Smoked Fillets";
arDec[77] = "Haddock Smoked Fillet";
arDec[78] = "Smoked Kipper Fillets Pair";
arDec[79] = "";
arDec[80] = "Smoked Whole Kippers Pair";
arDec[81] = "";
arDec[82] = "";
arDec[83] = "";
arDec[84] = "Salmon Smoked 454g";
arDec[85] = "Side Smoked Salmon sliced";
arDec[86] = "";
arDec[87] = "Salmon Smoked 225g";
arDec[88] = "";
arDec[89] = "Cornish Lobster 0.6 Kg";
arDec[90] = "Cornish Lobster 0.7Kg";
arDec[91] = "Cornish Lobster 1.0Kg";
arDec[92] = "Cornish Lobster 1.25Kg";
arDec[93] = "";
arDec[94] = "Cornish Lobster 0.8Kg";
arDec[95] = "";
arDec[96] = "";
arDec[97] = "Kg Fresh Cornish Brown Crabs";
arDec[98] = "250g Pack Cornish Cocktail Claws";
arDec[99] = "";
arDec[100] = "";
arDec[101] = "Kg Live Wild Cornish Mussels";
arDec[102] = "Live Cornish Native Oysters";
arDec[103] = "Live Pacific/Rock Oysters";
arDec[104] = "Live Pacific/Rock Oysters 1 Dozen";
arDec[105] = "";
arDec[106] = "";
arDec[107] = "";
arDec[108] = "Crab Meat White Fresh picked 500g bag";
arDec[109] = "Crab Meat White Fresh picked 250g bag";
arDec[110] = "Crab Meat Fresh Brown 500g";
arDec[111] = "Mixed Fresh Cornish Crab Meat 500g";
arDec[112] = "Small Fresh Dressed Crab";
arDec[113] = "Large Fresh Dressed Crab";
arDec[114] = "Squid Tubes Kg";
arDec[115] = "Squid Calamari (small whole Frozen) 1lb";
arDec[116] = "";
arDec[117] = "";
arDec[118] = "Cockle meat 1lb Bag";
arDec[119] = "Mussels meat small";
arDec[120] = "500gm bag/s Whelk meat (frozen)";
arDec[121] = "Crab Meat 500gm";
arDec[122] = "1lb Arctic Royal Large Peeled Prawns (frozen)";
arDec[123] = "Kg Arctic Royal Large Peeled Prawns (frozen)";
arDec[124] = "2.5kg bag/s of Arctic Royal Whole Prawns peeled";
arDec[125] = "Shell on Prawns (frozen) 1lb";
arDec[126] = "Kg Shell on Prawns (frozen)";
arDec[127] = "Crab Flavour Stix (frozen) (32pcs)";
arDec[128] = "Box/s Raw Langoustines Whole (frozen) 21-30 pcs";
arDec[129] = "Raw Tiger Prawns Large (frozen) (21-30)";
arDec[130] = "Raw Tiger Prawns Extra Large (frozen) (16-20)";
arDec[131] = "Kg Cod Fillets (Frozen at Sea skinless/boneless)";
arDec[132] = "Coley fillets (Frozen at Sea skinless/boneless) 1 Kg";
arDec[133] = "Haddock Fillets (Frozen at Sea) 1 Kg";
arDec[134] = "Crevettes Frozen Large (singles)";
arDec[135] = "Kg Crevettes Large (21-30)";
arDec[136] = "2kg bag/s Crevettes Large Cooked (21-30)";
arDec[137] = "Kg Crevettes Cooked (frozen) (31-40)";
arDec[138] = "Whitebait (frozen) 1lb bag";
arDec[139] = "";
arDec[140] = "";
arDec[141] = "";
arDec[142] = "Portion of Tuna Steak";
arDec[143] = "";
arDec[144] = "Halibut Steak 6-8 oz (approx 200gm frozen)";
arDec[145] = "Sardines Cornish Butterfly Filleted (frozen) Kg Bag";
arDec[146] = "Swordfish steak Portion";
arDec[147] = "";
arDec[148] = "Sardines (frozen) Kg Bag";
arDec[149] = "";
arDec[150] = "";
arDec[151] = "Tub/s Potted Brown Shrimps";
arDec[152] = "";
arDec[153] = "";
arDec[154] = "";
arDec[155] = "Jellied Eels (Frozen) app 227gm (8oz)Tub";
arDec[156] = "Lobsters For Two (2 x 700g)";
arDec[157] = "Lobsters For Four (4 x 600g)";
arDec[158] = "Shellfish Lovers Box";
arDec[159] = "Lobster & Shellfish Box";
arDec[160] = "Smoked Salmon and Shellfish Box";
arDec[161] = "Box Filleted Fresh Fish";
arDec[162] = "Luxury Smoked Fish Box";
arDec[163] = "";
arDec[164] = "";
arDec[165] = "";
arDec[166] = "";
arDec[167] = "";
arDec[168] = "Kg Fresh Tuna Loin";
arDec[169] = "";
arDec[170] = "";
arDec[171] = "";
arDec[172] = "Kg Crevettes Extra Large (10-20)";
arDec[173] = "";
arDec[174] = "";
arDec[175] = "";
arDec[176] = "pack/s Raw Tiger Prawns Shell Off";
arDec[177] = "";
arDec[178] = "1lb Mussels meat NZ";
arDec[179] = "Plaice Fillets Kg Frozen";
arDec[180] = "Kg Lemon Sole Fillets Frozen";
arDec[181] = "";
arDec[182] = "";
arDec[183] = "Portion Red Snapper Fillets";
arDec[184] = "";
arDec[185] = "";
arDec[186] = "";
arDec[187] = "";
arDec[188] = "";
arDec[189] = "Hot Smoked Trout Fillets";
arDec[190] = "Smoked Salmon Offcuts";
arDec[191] = "Kg Hake Fillets (Frozen at Sea skinless/boneless)";
arDec[192] = "Local Frozen Fish Box";
arDec[193] = "Smoked Mackerel Fillets Pair";
arDec[194] = "Smoked Mackerel Fillets Peppered Pair";
arDec[195] = "";
arDec[196] = "1kg Mussels meat NZ half shell";
arDec[197] = "";
arDec[198] = "Kg Fresh Cut Scallops Large Wild";
arDec[199] = "";
arDec[200] = "";
arDec[201] = "Cornish Crab Bisque";
arDec[202] = "Smoked Haddock Chowder";
arDec[203] = "800gm pack/s XXL Tiger Prawns (2-4)";
arDec[204] = "";
arDec[205] = "Kg Frozen Queen Scallops";
arDec[210] = "BBQ Box for 4";
arDec[211] = "BBQ Box for 8";
arDec[212] = "Kids Fish Box";
arDec[213] = "25 Pound Gift Token";
arDec[214] = "50 Pound Gift Token";
arDec[215] = "75 Pound Gift Token";
arDec[216] = "100 Pound Gift Token";
arDec[217] = "125 Pound Gift Token";
arDec[218] = "150 Pound Gift Token";
arDec[219] = "200 Pound Gift Token";
arDec[220] = "250 Pound Gift Token";
arDec[221] = "Kg Cooked Crab Claws";
arDec[222] = "Exotic Frozen Fish Box";
arDec[223] = "Combination Freezer Fish Box";
arDec[224] = "Kg Frozen Skate/Ray Wings";
arDec[225] = "Kg Fresh Smoked Salmon";
arDec[226] = "Kg Fresh Gurnard";
arDec[227] = "Kg Whole Fresh Cornish Sardines";
arDec[228] = "Kg Filleted Fresh Cornish Sardines";
arDec[229] = "Avruga Caviar";
arDec[230] = "Mylor Prawns 100g";
arDec[231] = "Kg Fresh Live Clams";
arDec[232] = "Kg Fresh Silver Mullet";
arDec[233] = "2lb bag of Cooked and Peeled Tail on Tigers";
arDec[234] = "6 Scallop Shells";
arDec[235] = "Kg Fish Goujons";
arDec[236] = "0.5kg Crab Meat Brown Frozen";





function addToBasket2(productNo) {
	var unitPrice = 0;
	var anyComments = "";
	var anyCommentsNew = "";
	var quantityReqd = 0;
	var prodDesc = "";

	if (productNo == 2) { unitPrice = parseFloat(arPri[2]); quantityReqd = document.forms[0].sizeprod2.value; anyComments = document.forms[0].commentsprod2.value; prodDesc = arDec[2]; anyCommentsNew = document.forms[0].newcomments2.value; }
	else if (productNo == 3) { unitPrice = parseFloat(arPri[3]); quantityReqd = document.forms[0].sizeprod3.value; anyComments = document.forms[0].commentsprod3.value; prodDesc = arDec[3]; anyCommentsNew = document.forms[0].newcomments3.value; }
	else if (productNo == 4) { unitPrice = parseFloat(arPri[4]); quantityReqd = document.forms[0].sizeprod4.value;  prodDesc = arDec[4]; anyCommentsNew = document.forms[0].newcomments4.value; }
	else if (productNo == 6) { unitPrice = parseFloat(arPri[6]); quantityReqd = document.forms[0].sizeprod6.value;  prodDesc = arDec[6]; anyCommentsNew = document.forms[0].newcomments6.value; }
	else if (productNo == 8) { unitPrice = parseFloat(arPri[8]); quantityReqd = document.forms[0].sizeprod8.value; anyComments = document.forms[0].commentsprod8.value; prodDesc = arDec[8]; anyCommentsNew = document.forms[0].newcomments8.value;}
	else if (productNo == 9) { unitPrice = parseFloat(arPri[9]); quantityReqd = document.forms[0].sizeprod9.value; anyComments = document.forms[0].commentsprod9.value; prodDesc = arDec[9]; anyCommentsNew = document.forms[0].newcomments9.value;}
	else if (productNo == 11) { unitPrice = parseFloat(arPri[11]); quantityReqd = document.forms[0].sizeprod11.value;  prodDesc = arDec[11]; anyCommentsNew = document.forms[0].newcomments11.value;}
	else if (productNo == 18) { unitPrice = parseFloat(arPri[18]); quantityReqd = document.forms[0].sizeprod18.value; anyComments = document.forms[0].commentsprod18.value; prodDesc = arDec[18]; anyCommentsNew = document.forms[0].newcomments18.value;}
	else if (productNo == 21) { unitPrice = parseFloat(arPri[21]); quantityReqd = document.forms[0].sizeprod21.value; anyComments = document.forms[0].commentsprod21.value; prodDesc = arDec[21]; anyCommentsNew = document.forms[0].newcomments21.value;}
	else if (productNo == 23) { unitPrice = parseFloat(arPri[23]); quantityReqd = document.forms[0].sizeprod23.value; anyComments = document.forms[0].commentsprod23.value; prodDesc = arDec[23]; anyCommentsNew = document.forms[0].newcomments23.value;}
	else if (productNo == 25) { unitPrice = parseFloat(arPri[25]); quantityReqd = document.forms[0].sizeprod25.value;  prodDesc = arDec[25]; anyCommentsNew = document.forms[0].newcomments25.value;}
	else if (productNo == 26) { unitPrice = parseFloat(arPri[26]); quantityReqd = document.forms[0].sizeprod26.value; anyComments = document.forms[0].commentsprod26.value; prodDesc = arDec[26]; anyCommentsNew = document.forms[0].newcomments26.value;}
	else if (productNo == 27) { unitPrice = parseFloat(arPri[27]); quantityReqd = document.forms[0].sizeprod27.value; anyComments = document.forms[0].commentsprod27.value; prodDesc = arDec[27]; anyCommentsNew = document.forms[0].newcomments27.value;}
	else if (productNo == 28) { unitPrice = parseFloat(arPri[28]); quantityReqd = document.forms[0].sizeprod28.value; anyComments = document.forms[0].commentsprod28.value; prodDesc = arDec[28]; anyCommentsNew = document.forms[0].newcomments28.value;}
	else if (productNo == 30) { unitPrice = parseFloat(arPri[30]); quantityReqd = document.forms[0].sizeprod30.value; anyComments = document.forms[0].commentsprod30.value; prodDesc = arDec[30]; anyCommentsNew = document.forms[0].newcomments30.value;}
	else if (productNo == 31) { unitPrice = parseFloat(arPri[31]); quantityReqd = document.forms[0].sizeprod31.value; anyComments = document.forms[0].commentsprod31.value; prodDesc = arDec[31]; anyCommentsNew = document.forms[0].newcomments31.value;}
	else if (productNo == 32) { unitPrice = parseFloat(arPri[32]); quantityReqd = document.forms[0].sizeprod32.value; anyComments = document.forms[0].commentsprod32.value; prodDesc = arDec[32]; anyCommentsNew = document.forms[0].newcomments32.value;}
	else if (productNo == 33) { unitPrice = parseFloat(arPri[33]); quantityReqd = document.forms[0].sizeprod33.value; anyComments = document.forms[0].commentsprod33.value; prodDesc = arDec[33]; anyCommentsNew = document.forms[0].newcomments33.value;}
	else if (productNo == 35) { unitPrice = parseFloat(arPri[35]); quantityReqd = document.forms[0].sizeprod35.value; anyComments = document.forms[0].commentsprod35.value; prodDesc = arDec[35]; anyCommentsNew = document.forms[0].newcomments35.value;}
	else if (productNo == 37) { unitPrice = parseFloat(arPri[37]); quantityReqd = document.forms[0].sizeprod37.value; anyComments = document.forms[0].commentsprod37.value; prodDesc = arDec[37]; anyCommentsNew = document.forms[0].newcomments37.value;}
	else if (productNo == 39) { unitPrice = parseFloat(arPri[39]); quantityReqd = document.forms[0].sizeprod39.value; anyComments = document.forms[0].commentsprod39.value; prodDesc = arDec[39]; anyCommentsNew = document.forms[0].newcomments39.value;}
	else if (productNo == 40) { unitPrice = parseFloat(arPri[40]); quantityReqd = document.forms[0].sizeprod40.value; prodDesc = arDec[40]; anyCommentsNew = document.forms[0].newcomments40.value;}
	else if (productNo == 41) { unitPrice = parseFloat(arPri[41]); quantityReqd = document.forms[0].sizeprod41.value; anyComments = document.forms[0].commentsprod41.value; prodDesc = arDec[41]; anyCommentsNew = document.forms[0].newcomments41.value;}
	else if (productNo == 43) { unitPrice = parseFloat(arPri[43]); quantityReqd = document.forms[0].sizeprod43.value; anyComments = document.forms[0].commentsprod43.value; prodDesc = arDec[43]; anyCommentsNew = document.forms[0].newcomments43.value;}
	else if (productNo == 45) { unitPrice = parseFloat(arPri[45]); quantityReqd = document.forms[0].sizeprod45.value; anyComments = document.forms[0].commentsprod45.value; prodDesc = arDec[45]; anyCommentsNew = document.forms[0].newcomments45.value;}
	else if (productNo == 46) { unitPrice = parseFloat(arPri[46]); quantityReqd = document.forms[0].sizeprod46.value;  prodDesc = arDec[46]; anyCommentsNew = document.forms[0].newcomments46.value;}
	else if (productNo == 49) { unitPrice = parseFloat(arPri[49]); quantityReqd = document.forms[0].sizeprod49.value;  prodDesc = arDec[49]; anyCommentsNew = document.forms[0].newcomments49.value;}
	else if (productNo == 51) { unitPrice = parseFloat(arPri[51]); quantityReqd = document.forms[0].sizeprod51.value; anyComments = document.forms[0].commentsprod51.value; prodDesc = arDec[51]; anyCommentsNew = document.forms[0].newcomments51.value;}
	else if (productNo == 53) { unitPrice = parseFloat(arPri[53]); quantityReqd = document.forms[0].sizeprod53.value; anyComments = document.forms[0].commentsprod53.value; prodDesc = arDec[53]; anyCommentsNew = document.forms[0].newcomments53.value;}
	else if (productNo == 55) { unitPrice = parseFloat(arPri[55]); quantityReqd = document.forms[0].sizeprod55.value; anyComments = document.forms[0].commentsprod55.value; prodDesc = arDec[55]; anyCommentsNew = document.forms[0].newcomments55.value;}
	else if (productNo == 57) { unitPrice = parseFloat(arPri[57]); quantityReqd = document.forms[0].sizeprod57.value; anyComments = document.forms[0].commentsprod57.value; prodDesc = arDec[57]; anyCommentsNew = document.forms[0].newcomments57.value;}
	else if (productNo == 59) { unitPrice = parseFloat(arPri[59]); quantityReqd = document.forms[0].sizeprod59.value; anyComments = document.forms[0].commentsprod59.value; prodDesc = arDec[59]; anyCommentsNew = document.forms[0].newcomments59.value;}
	else if (productNo == 60) { unitPrice = parseFloat(arPri[60]); quantityReqd = document.forms[0].sizeprod60.value; anyComments = document.forms[0].commentsprod60.value; prodDesc = arDec[60]; anyCommentsNew = document.forms[0].newcomments60.value;}
	else if (productNo == 63) { unitPrice = parseFloat(arPri[63]); quantityReqd = document.forms[0].sizeprod63.value; anyComments = document.forms[0].commentsprod63.value; prodDesc = arDec[63]; anyCommentsNew = document.forms[0].newcomments63.value;}
	else if (productNo == 64) { unitPrice = parseFloat(arPri[64]); quantityReqd = document.forms[0].sizeprod64.value; prodDesc = arDec[64]; anyCommentsNew = document.forms[0].newcomments64.value;}
	else if (productNo == 68) { unitPrice = parseFloat(arPri[68]); quantityReqd = document.forms[0].sizeprod68.value; anyComments = document.forms[0].commentsprod68.value; prodDesc = arDec[68]; anyCommentsNew = document.forms[0].newcomments68.value;}
	else if (productNo == 69) { unitPrice = parseFloat(arPri[69]); quantityReqd = document.forms[0].sizeprod69.value; anyComments = document.forms[0].commentsprod69.value; prodDesc = arDec[69]; anyCommentsNew = document.forms[0].newcomments69.value;}
	else if (productNo == 76) { unitPrice = parseFloat(arPri[76]); quantityReqd = document.forms[0].sizeprod76.value; prodDesc = arDec[76]; anyCommentsNew = document.forms[0].newcomments76.value;}
	else if (productNo == 77) { unitPrice = parseFloat(arPri[77]); quantityReqd = document.forms[0].sizeprod77.value; prodDesc = arDec[77]; anyCommentsNew = document.forms[0].newcomments77.value;}
	else if (productNo == 78) { unitPrice = parseFloat(arPri[78]); quantityReqd = document.forms[0].sizeprod78.value; prodDesc = arDec[78]; anyCommentsNew = document.forms[0].newcomments78.value;}
	else if (productNo == 80) { unitPrice = parseFloat(arPri[80]); quantityReqd = document.forms[0].sizeprod80.value; prodDesc = arDec[80]; anyCommentsNew = document.forms[0].newcomments80.value;}
	else if (productNo == 84) { unitPrice = parseFloat(arPri[84]); quantityReqd = document.forms[0].sizeprod84.value; prodDesc = arDec[84]; anyCommentsNew = document.forms[0].newcomments84.value;}
	else if (productNo == 85) { unitPrice = parseFloat(arPri[85]); quantityReqd = document.forms[0].sizeprod85.value; prodDesc = arDec[85]; anyCommentsNew = document.forms[0].newcomments85.value;}
	else if (productNo == 87) { unitPrice = parseFloat(arPri[87]); quantityReqd = document.forms[0].sizeprod87.value; prodDesc = arDec[87]; anyCommentsNew = document.forms[0].newcomments87.value;}
	else if (productNo == 89) { unitPrice = parseFloat(arPri[89]); quantityReqd = document.forms[0].sizeprod89.value; anyComments = document.forms[0].commentsprod89.value; prodDesc = arDec[89]; anyCommentsNew = document.forms[0].newcomments89.value;}
	else if (productNo == 90) { unitPrice = parseFloat(arPri[90]); quantityReqd = document.forms[0].sizeprod90.value; anyComments = document.forms[0].commentsprod90.value; prodDesc = arDec[90]; anyCommentsNew = document.forms[0].newcomments90.value;}
	else if (productNo == 91) { unitPrice = parseFloat(arPri[91]); quantityReqd = document.forms[0].sizeprod91.value; anyComments = document.forms[0].commentsprod91.value; prodDesc = arDec[91]; anyCommentsNew = document.forms[0].newcomments91.value;}
	else if (productNo == 92) { unitPrice = parseFloat(arPri[92]); quantityReqd = document.forms[0].sizeprod92.value; anyComments = document.forms[0].commentsprod92.value; prodDesc = arDec[92]; anyCommentsNew = document.forms[0].newcomments92.value;}
	else if (productNo == 94) { unitPrice = parseFloat(arPri[94]); quantityReqd = document.forms[0].sizeprod94.value; anyComments = document.forms[0].commentsprod94.value; prodDesc = arDec[94]; anyCommentsNew = document.forms[0].newcomments94.value;}
	else if (productNo == 97) { unitPrice = parseFloat(arPri[97]); quantityReqd = document.forms[0].sizeprod97.value; anyComments = document.forms[0].commentsprod97.value; prodDesc = arDec[97]; anyCommentsNew = document.forms[0].newcomments97.value;}
	else if (productNo == 98) { unitPrice = parseFloat(arPri[98]); quantityReqd = document.forms[0].sizeprod98.value;  prodDesc = arDec[98]; anyCommentsNew = document.forms[0].newcomments98.value;}
	else if (productNo == 101) { unitPrice = parseFloat(arPri[101]); quantityReqd = document.forms[0].sizeprod101.value;  prodDesc = arDec[101]; anyCommentsNew = document.forms[0].newcomments101.value;}
	else if (productNo == 102) { unitPrice = parseFloat(arPri[102]); quantityReqd = document.forms[0].sizeprod102.value; prodDesc = arDec[102]; anyCommentsNew = document.forms[0].newcomments102.value;}
	else if (productNo == 103) { unitPrice = parseFloat(arPri[103]); quantityReqd = document.forms[0].sizeprod103.value;  prodDesc = arDec[103]; anyCommentsNew = document.forms[0].newcomments103.value;}
	else if (productNo == 104) { unitPrice = parseFloat(arPri[104]); quantityReqd = document.forms[0].sizeprod104.value;  prodDesc = arDec[104]; anyCommentsNew = document.forms[0].newcomments104.value;}
	else if (productNo == 108) { unitPrice = parseFloat(arPri[108]); quantityReqd = document.forms[0].sizeprod108.value;  prodDesc = arDec[108]; anyCommentsNew = document.forms[0].newcomments108.value;}
	else if (productNo == 109) { unitPrice = parseFloat(arPri[109]); quantityReqd = document.forms[0].sizeprod109.value;  prodDesc = arDec[109]; anyCommentsNew = document.forms[0].newcomments109.value;}
	else if (productNo == 110) { unitPrice = parseFloat(arPri[110]); quantityReqd = document.forms[0].sizeprod110.value;  prodDesc = arDec[110]; anyCommentsNew = document.forms[0].newcomments110.value;}
	else if (productNo == 111) { unitPrice = parseFloat(arPri[111]); quantityReqd = document.forms[0].sizeprod111.value;  prodDesc = arDec[111]; anyCommentsNew = document.forms[0].newcomments111.value;}
	else if (productNo == 112) { unitPrice = parseFloat(arPri[112]); quantityReqd = document.forms[0].sizeprod112.value; prodDesc = arDec[112]; anyCommentsNew = document.forms[0].newcomments112.value;}
	else if (productNo == 113) { unitPrice = parseFloat(arPri[113]); quantityReqd = document.forms[0].sizeprod113.value; prodDesc = arDec[113]; anyCommentsNew = document.forms[0].newcomments113.value;}
	else if (productNo == 114) { unitPrice = parseFloat(arPri[114]); quantityReqd = document.forms[0].sizeprod114.value;  prodDesc = arDec[114]; anyCommentsNew = document.forms[0].newcomments114.value;}
	else if (productNo == 115) { unitPrice = parseFloat(arPri[115]); quantityReqd = document.forms[0].sizeprod115.value;  prodDesc = arDec[115]; anyCommentsNew = document.forms[0].newcomments115.value;}
	else if (productNo == 118) { unitPrice = parseFloat(arPri[118]); quantityReqd = document.forms[0].sizeprod118.value;  prodDesc = arDec[118]; anyCommentsNew = document.forms[0].newcomments118.value;}
	else if (productNo == 119) { unitPrice = parseFloat(arPri[119]); quantityReqd = document.forms[0].sizeprod119.value;  prodDesc = arDec[119]; anyCommentsNew = document.forms[0].newcomments119.value;}
	else if (productNo == 120) { unitPrice = parseFloat(arPri[120]); quantityReqd = document.forms[0].sizeprod120.value;  prodDesc = arDec[120]; anyCommentsNew = document.forms[0].newcomments120.value;}
	else if (productNo == 121) { unitPrice = parseFloat(arPri[121]); quantityReqd = document.forms[0].sizeprod121.value;  prodDesc = arDec[121]; anyCommentsNew = document.forms[0].newcomments121.value;}
	else if (productNo == 122) { unitPrice = parseFloat(arPri[122]); quantityReqd = document.forms[0].sizeprod122.value;  prodDesc = arDec[122]; anyCommentsNew = document.forms[0].newcomments122.value;}
	else if (productNo == 123) { unitPrice = parseFloat(arPri[123]); quantityReqd = document.forms[0].sizeprod123.value;  prodDesc = arDec[123]; anyCommentsNew = document.forms[0].newcomments123.value;}
	else if (productNo == 124) { unitPrice = parseFloat(arPri[124]); quantityReqd = document.forms[0].sizeprod124.value;  prodDesc = arDec[124]; anyCommentsNew = document.forms[0].newcomments124.value;}
	else if (productNo == 125) { unitPrice = parseFloat(arPri[125]); quantityReqd = document.forms[0].sizeprod125.value;  prodDesc = arDec[125]; anyCommentsNew = document.forms[0].newcomments125.value;}
	else if (productNo == 126) { unitPrice = parseFloat(arPri[126]); quantityReqd = document.forms[0].sizeprod126.value;  prodDesc = arDec[126]; anyCommentsNew = document.forms[0].newcomments126.value;}
	else if (productNo == 127) { unitPrice = parseFloat(arPri[127]); quantityReqd = document.forms[0].sizeprod127.value;  prodDesc = arDec[127]; anyCommentsNew = document.forms[0].newcomments127.value;}
	else if (productNo == 128) { unitPrice = parseFloat(arPri[128]); quantityReqd = document.forms[0].sizeprod128.value;  prodDesc = arDec[128]; anyCommentsNew = document.forms[0].newcomments128.value;}
	else if (productNo == 129) { unitPrice = parseFloat(arPri[129]); quantityReqd = document.forms[0].sizeprod129.value;  prodDesc = arDec[129]; anyCommentsNew = document.forms[0].newcomments129.value;}
	else if (productNo == 130) { unitPrice = parseFloat(arPri[130]); quantityReqd = document.forms[0].sizeprod130.value;  prodDesc = arDec[130]; anyCommentsNew = document.forms[0].newcomments130.value;}
	else if (productNo == 131) { unitPrice = parseFloat(arPri[131]); quantityReqd = document.forms[0].sizeprod131.value;  prodDesc = arDec[131]; anyCommentsNew = document.forms[0].newcomments131.value;}
	else if (productNo == 132) { unitPrice = parseFloat(arPri[132]); quantityReqd = document.forms[0].sizeprod132.value;  prodDesc = arDec[132]; anyCommentsNew = document.forms[0].newcomments132.value;}
	else if (productNo == 133) { unitPrice = parseFloat(arPri[133]); quantityReqd = document.forms[0].sizeprod133.value;  prodDesc = arDec[133]; anyCommentsNew = document.forms[0].newcomments133.value;}
	else if (productNo == 134) { unitPrice = parseFloat(arPri[134]); quantityReqd = document.forms[0].sizeprod134.value;  prodDesc = arDec[134]; anyCommentsNew = document.forms[0].newcomments134.value;}
	else if (productNo == 135) { unitPrice = parseFloat(arPri[135]); quantityReqd = document.forms[0].sizeprod135.value;  prodDesc = arDec[135]; anyCommentsNew = document.forms[0].newcomments135.value;}
	else if (productNo == 136) { unitPrice = parseFloat(arPri[136]); quantityReqd = document.forms[0].sizeprod136.value;  prodDesc = arDec[136]; anyCommentsNew = document.forms[0].newcomments136.value;}
	else if (productNo == 137) { unitPrice = parseFloat(arPri[137]); quantityReqd = document.forms[0].sizeprod137.value;  prodDesc = arDec[137]; anyCommentsNew = document.forms[0].newcomments137.value;}
	else if (productNo == 138) { unitPrice = parseFloat(arPri[138]); quantityReqd = document.forms[0].sizeprod138.value;  prodDesc = arDec[138]; anyCommentsNew = document.forms[0].newcomments138.value;}
	else if (productNo == 142) { unitPrice = parseFloat(arPri[142]); quantityReqd = document.forms[0].sizeprod142.value;  prodDesc = arDec[142]; anyCommentsNew = document.forms[0].newcomments142.value;}
	else if (productNo == 144) { unitPrice = parseFloat(arPri[144]); quantityReqd = document.forms[0].sizeprod144.value;  prodDesc = arDec[144]; anyCommentsNew = document.forms[0].newcomments144.value;}
	else if (productNo == 145) { unitPrice = parseFloat(arPri[145]); quantityReqd = document.forms[0].sizeprod145.value;  prodDesc = arDec[145]; anyCommentsNew = document.forms[0].newcomments145.value;}
	else if (productNo == 146) { unitPrice = parseFloat(arPri[146]); quantityReqd = document.forms[0].sizeprod146.value;  prodDesc = arDec[146]; anyCommentsNew = document.forms[0].newcomments146.value;}
	else if (productNo == 148) { unitPrice = parseFloat(arPri[148]); quantityReqd = document.forms[0].sizeprod148.value;  prodDesc = arDec[148]; anyCommentsNew = document.forms[0].newcomments148.value;}
	else if (productNo == 151) { unitPrice = parseFloat(arPri[151]); quantityReqd = document.forms[0].sizeprod151.value;  prodDesc = arDec[151]; anyCommentsNew = document.forms[0].newcomments151.value;}
	else if (productNo == 155) { unitPrice = parseFloat(arPri[155]); quantityReqd = document.forms[0].sizeprod155.value;  prodDesc = arDec[155]; anyCommentsNew = document.forms[0].newcomments155.value;}
	else if (productNo == 156) { unitPrice = parseFloat(arPri[156]); quantityReqd = document.forms[0].sizeprod156.value;  prodDesc = arDec[156]; anyCommentsNew = document.forms[0].newcomments156.value;}
	else if (productNo == 157) { unitPrice = parseFloat(arPri[157]); quantityReqd = document.forms[0].sizeprod157.value;  prodDesc = arDec[157]; anyCommentsNew = document.forms[0].newcomments157.value;}
	else if (productNo == 158) { unitPrice = parseFloat(arPri[158]); quantityReqd = document.forms[0].sizeprod158.value; prodDesc = arDec[158]; anyCommentsNew = document.forms[0].newcomments158.value;}
	else if (productNo == 159) { unitPrice = parseFloat(arPri[159]); quantityReqd = document.forms[0].sizeprod159.value;  prodDesc = arDec[159]; anyCommentsNew = document.forms[0].newcomments159.value;}
	else if (productNo == 160) { unitPrice = parseFloat(arPri[160]); quantityReqd = document.forms[0].sizeprod160.value;  prodDesc = arDec[160]; anyCommentsNew = document.forms[0].newcomments160.value;}
	else if (productNo == 161) {
		var dislikesForFreshBox = "Dislikes: ";
		if (document.forms[0].plaice.checked == false) {
			dislikesForFreshBox += "Plaice ";
		}
		if (document.forms[0].sole.checked == false) {
			dislikesForFreshBox += "Sole ";
		}
		if (document.forms[0].mackerel.checked == false) {
			dislikesForFreshBox += "Mackerel ";
		}
		if (document.forms[0].cod.checked == false) {
			dislikesForFreshBox += "Cod ";
		}
		if (document.forms[0].salmon.checked == false) {
			dislikesForFreshBox += "Salmon ";
		}
		if (dislikesForFreshBox == "Dislikes: " ) {
			dislikesForFreshBox += "None";
		}
		unitPrice = parseFloat(arPri[161]);
		quantityReqd = document.forms[0].sizeprod161.value;
		anyComments = dislikesForFreshBox;
		prodDesc = arDec[161];
		anyCommentsNew = document.forms[0].newcomments161.value;
	}
	else if (productNo == 162) { unitPrice = parseFloat(arPri[162]); quantityReqd = document.forms[0].sizeprod162.value; prodDesc = arDec[162]; anyCommentsNew = document.forms[0].newcomments162.value;}
	else if (productNo == 168) { unitPrice = parseFloat(arPri[168]); quantityReqd = document.forms[0].sizeprod168.value; anyComments = document.forms[0].commentsprod168.value; prodDesc = arDec[168]; anyCommentsNew = document.forms[0].newcomments168.value;}
	else if (productNo == 172) { unitPrice = parseFloat(arPri[172]); quantityReqd = document.forms[0].sizeprod172.value;  prodDesc = arDec[172]; anyCommentsNew = document.forms[0].newcomments172.value;}
	else if (productNo == 176) { unitPrice = parseFloat(arPri[176]); quantityReqd = document.forms[0].sizeprod176.value;  prodDesc = arDec[176]; anyCommentsNew = document.forms[0].newcomments176.value;}
	else if (productNo == 178) { unitPrice = parseFloat(arPri[178]); quantityReqd = document.forms[0].sizeprod178.value;  prodDesc = arDec[178]; anyCommentsNew = document.forms[0].newcomments178.value;}
	else if (productNo == 179) { unitPrice = parseFloat(arPri[179]); quantityReqd = document.forms[0].sizeprod179.value;  prodDesc = arDec[179]; anyCommentsNew = document.forms[0].newcomments179.value;}
	else if (productNo == 180) { unitPrice = parseFloat(arPri[180]); quantityReqd = document.forms[0].sizeprod180.value;  prodDesc = arDec[180]; anyCommentsNew = document.forms[0].newcomments180.value;}
	else if (productNo == 183) { unitPrice = parseFloat(arPri[183]); quantityReqd = document.forms[0].sizeprod183.value;  prodDesc = arDec[183]; anyCommentsNew = document.forms[0].newcomments183.value;}
	else if (productNo == 189) { unitPrice = parseFloat(arPri[189]); quantityReqd = document.forms[0].sizeprod189.value;  prodDesc = arDec[189]; anyCommentsNew = document.forms[0].newcomments189.value;}
	else if (productNo == 190) { unitPrice = parseFloat(arPri[190]); quantityReqd = document.forms[0].sizeprod190.value;  prodDesc = arDec[190]; anyCommentsNew = document.forms[0].newcomments190.value;}
	else if (productNo == 191) { unitPrice = parseFloat(arPri[191]); quantityReqd = document.forms[0].sizeprod191.value; anyComments = document.forms[0].commentsprod191.value; prodDesc = arDec[191]; anyCommentsNew = document.forms[0].newcomments191.value;}
	else if (productNo == 192) { unitPrice = parseFloat(arPri[192]); quantityReqd = document.forms[0].sizeprod192.value;  prodDesc = arDec[192]; anyCommentsNew = document.forms[0].newcomments192.value;}
	else if (productNo == 193) { unitPrice = parseFloat(arPri[193]); quantityReqd = document.forms[0].sizeprod193.value;  prodDesc = arDec[193]; anyCommentsNew = document.forms[0].newcomments193.value;}
	else if (productNo == 194) { unitPrice = parseFloat(arPri[194]); quantityReqd = document.forms[0].sizeprod194.value;  prodDesc = arDec[194]; anyCommentsNew = document.forms[0].newcomments194.value;}
	else if (productNo == 196) { unitPrice = parseFloat(arPri[196]); quantityReqd = document.forms[0].sizeprod196.value;  prodDesc = arDec[196]; anyCommentsNew = document.forms[0].newcomments196.value;}
	else if (productNo == 198) { unitPrice = parseFloat(arPri[198]); quantityReqd = document.forms[0].sizeprod198.value;  prodDesc = arDec[198]; anyCommentsNew = document.forms[0].newcomments198.value;}
	else if (productNo == 201) { unitPrice = parseFloat(arPri[201]); quantityReqd = document.forms[0].sizeprod201.value;  prodDesc = arDec[201]; anyCommentsNew = document.forms[0].newcomments201.value;}
	else if (productNo == 202) { unitPrice = parseFloat(arPri[202]); quantityReqd = document.forms[0].sizeprod202.value;  prodDesc = arDec[202]; anyCommentsNew = document.forms[0].newcomments202.value;}
	else if (productNo == 203) { unitPrice = parseFloat(arPri[203]); quantityReqd = document.forms[0].sizeprod203.value;  prodDesc = arDec[203]; anyCommentsNew = document.forms[0].newcomments203.value;}
	else if (productNo == 205) { unitPrice = parseFloat(arPri[205]); quantityReqd = document.forms[0].sizeprod205.value;  prodDesc = arDec[205]; anyCommentsNew = document.forms[0].newcomments205.value;}
	else if (productNo == 210) { unitPrice = parseFloat(arPri[210]); quantityReqd = document.forms[0].sizeprod210.value;  prodDesc = arDec[210]; anyCommentsNew = document.forms[0].newcomments210.value;}
	else if (productNo == 211) { unitPrice = parseFloat(arPri[211]); quantityReqd = document.forms[0].sizeprod211.value;  prodDesc = arDec[211]; anyCommentsNew = document.forms[0].newcomments211.value;}
	else if (productNo == 212) { unitPrice = parseFloat(arPri[212]); quantityReqd = document.forms[0].sizeprod212.value; prodDesc = arDec[212]; anyCommentsNew = document.forms[0].newcomments212.value;}
	else if (productNo == 213 && document.forms[0].sizeprod213.value == "1plus" ) { unitPrice = parseFloat(arPri[213])+7.95; quantityReqd = 1; prodDesc = arDec[213] + " with Free Delivery"; anyCommentsNew = document.forms[0].newcomments213.value;}
	else if (productNo == 213) { unitPrice = parseFloat(arPri[213]); quantityReqd = document.forms[0].sizeprod213.value; prodDesc = arDec[213]; anyCommentsNew = document.forms[0].newcomments213.value;}
	else if (productNo == 214 && document.forms[0].sizeprod214.value == "1plus" ) { unitPrice = parseFloat(arPri[214])+7.95; quantityReqd = 1; prodDesc = arDec[214] + " with Free Delivery"; anyCommentsNew = document.forms[0].newcomments214.value;}
	else if (productNo == 214) { unitPrice = parseFloat(arPri[214]); quantityReqd = document.forms[0].sizeprod214.value; prodDesc = arDec[214]; anyCommentsNew = document.forms[0].newcomments214.value;}
	else if (productNo == 215 && document.forms[0].sizeprod215.value == "1plus" ) { unitPrice = parseFloat(arPri[215])+7.95; quantityReqd = 1; prodDesc = arDec[215] + " with Free Delivery"; anyCommentsNew = document.forms[0].newcomments215.value;}
	else if (productNo == 215) { unitPrice = parseFloat(arPri[215]); quantityReqd = document.forms[0].sizeprod215.value; prodDesc = arDec[215]; anyCommentsNew = document.forms[0].newcomments215.value;}
	else if (productNo == 216) { unitPrice = parseFloat(arPri[216]); quantityReqd = document.forms[0].sizeprod216.value; prodDesc = arDec[216]; anyCommentsNew = document.forms[0].newcomments216.value;}
	else if (productNo == 217) { unitPrice = parseFloat(arPri[217]); quantityReqd = document.forms[0].sizeprod217.value; prodDesc = arDec[217]; anyCommentsNew = document.forms[0].newcomments217.value;}
	else if (productNo == 218) { unitPrice = parseFloat(arPri[218]); quantityReqd = document.forms[0].sizeprod218.value; prodDesc = arDec[218]; anyCommentsNew = document.forms[0].newcomments218.value;}
	else if (productNo == 219) { unitPrice = parseFloat(arPri[219]); quantityReqd = document.forms[0].sizeprod219.value; prodDesc = arDec[219]; anyCommentsNew = document.forms[0].newcomments219.value;}
	else if (productNo == 220) { unitPrice = parseFloat(arPri[220]); quantityReqd = document.forms[0].sizeprod220.value; prodDesc = arDec[220]; anyCommentsNew = document.forms[0].newcomments220.value;}
	else if (productNo == 221) { unitPrice = parseFloat(arPri[221]); quantityReqd = document.forms[0].sizeprod221.value;  prodDesc = arDec[221]; anyCommentsNew = document.forms[0].newcomments221.value;}
	else if (productNo == 222) { unitPrice = parseFloat(arPri[222]); quantityReqd = document.forms[0].sizeprod222.value;  prodDesc = arDec[222]; anyCommentsNew = document.forms[0].newcomments222.value;}
	else if (productNo == 223) { unitPrice = parseFloat(arPri[223]); quantityReqd = document.forms[0].sizeprod223.value;  prodDesc = arDec[223]; anyCommentsNew = document.forms[0].newcomments223.value;}
	else if (productNo == 224) { unitPrice = parseFloat(arPri[224]); quantityReqd = document.forms[0].sizeprod224.value;  prodDesc = arDec[224]; anyCommentsNew = document.forms[0].newcomments224.value;}
	else if (productNo == 225) { unitPrice = parseFloat(arPri[225]); quantityReqd = document.forms[0].sizeprod225.value;  prodDesc = arDec[225]; anyCommentsNew = document.forms[0].newcomments225.value;}
	else if (productNo == 226) { unitPrice = parseFloat(arPri[226]); quantityReqd = document.forms[0].sizeprod226.value; anyComments = document.forms[0].commentsprod226.value; prodDesc = arDec[226]; anyCommentsNew = document.forms[0].newcomments226.value;}
	else if (productNo == 227) { unitPrice = parseFloat(arPri[227]); quantityReqd = document.forms[0].sizeprod227.value;  prodDesc = arDec[227]; anyCommentsNew = document.forms[0].newcomments227.value;}
	else if (productNo == 228) { unitPrice = parseFloat(arPri[228]); quantityReqd = document.forms[0].sizeprod228.value;  prodDesc = arDec[228]; anyCommentsNew = document.forms[0].newcomments228.value;}
	else if (productNo == 229) { unitPrice = parseFloat(arPri[229]); quantityReqd = document.forms[0].sizeprod229.value;  prodDesc = arDec[229]; anyCommentsNew = document.forms[0].newcomments229.value;}
	else if (productNo == 230) { unitPrice = parseFloat(arPri[230]); quantityReqd = document.forms[0].sizeprod230.value;  prodDesc = arDec[230]; anyCommentsNew = document.forms[0].newcomments230.value;}
	else if (productNo == 231) { unitPrice = parseFloat(arPri[231]); quantityReqd = document.forms[0].sizeprod231.value;  prodDesc = arDec[231]; anyCommentsNew = document.forms[0].newcomments231.value;}
	else if (productNo == 232) { unitPrice = parseFloat(arPri[232]); quantityReqd = document.forms[0].sizeprod232.value;  prodDesc = arDec[232]; anyCommentsNew = document.forms[0].newcomments232.value;}
	else if (productNo == 233) { unitPrice = parseFloat(arPri[233]); quantityReqd = document.forms[0].sizeprod233.value;  prodDesc = arDec[233]; anyCommentsNew = document.forms[0].newcomments233.value;}
	else if (productNo == 234) { unitPrice = parseFloat(arPri[234]); quantityReqd = document.forms[0].sizeprod234.value;  prodDesc = arDec[234]; anyCommentsNew = document.forms[0].newcomments234.value;}
	else if (productNo == 235) { unitPrice = parseFloat(arPri[235]); quantityReqd = document.forms[0].sizeprod235.value;  prodDesc = arDec[235]; anyCommentsNew = document.forms[0].newcomments235.value;}
	else if (productNo == 236) { unitPrice = parseFloat(arPri[236]); quantityReqd = document.forms[0].sizeprod236.value;  prodDesc = arDec[236]; anyCommentsNew = document.forms[0].newcomments236.value;}

	var anyCommentsNew2 = new String(anyCommentsNew);
	anyCommentsNew2 = anyCommentsNew2.replace(/Comments\?/g, "");

	var anyComments2 = new String(anyComments);
	anyComments2 = anyComments2.replace(/Comments\?/g, "");
	if (anyCommentsNew2 == "") { // need this to stop undefined
		anyCommentsNew2 = " "
	}
	if (anyComments2 == "") {
		anyComments2 = "No special instructions"
	}
	if (quantityReqd == "Void") {
		alert("Please select a quantity before clicking this button")
	}
	else if ( anyComments2 == "Void" ) {
		alert("Please select from the Preparation menu before clicking this button")
	}
	else {
			var productDetails = "";
			productDetails = productNo + "__" + unitPrice + "__" + quantityReqd + "__" + prodDesc + "__" + anyComments2 + "__" + anyCommentsNew2;
			addItemToBasketArray(productDetails);

			var divNameTemp = "subcontent" + rememberLittlePicNo;

			dropdowncontent.hidediv(divNameTemp)

			locPrice = knockOffSomeDecPlaces(parseFloat(unitPrice)*parseFloat(quantityReqd),2);
			// alert("Q:" + quantityReqd + "P:" + unitPrice + "T:" + unitPrice*quantityReqd + "C:" + anyComments2)
			fillBasketDiv(locPrice); // adds to Total etc

	}

}


