function getProduct(id)
{
	switch(id)
	{
	case 3:return new Array(3,"SRP1","Impressive Gourmet Seafood Pack ",99.00,15.00,25.00,0.00,0.00,0.0000,0.0000,0.0000,new Array(1,2,3));
	case 4:return new Array(4,"SPR2","The Ultimate Entertainer Seafood Pack",199.00,0.00,0.00,0.00,0.00,0.0000,0.0000,0.0000,new Array(1,2,3));
	case 5:return new Array(5,"SPR3","Mulataga\'s Classic Seafood BBQ Pack",299.00,0.00,0.00,0.00,0.00,0.0000,0.0000,0.0000,new Array(1,2,3));
	case 6:return new Array(6,"SPR4","Massive Seafood Celebration Party Pack",399.00,0.00,0.00,0.00,0.00,0.0000,0.0000,0.0000,new Array(1,2,3,5));
	case 19:return new Array(19,"SRL","Live Southern Rock Lobsters",42.95,15.00,15.00,0.00,1.00,0.0000,0.0000,0.0000,new Array(4,""));
	case 8:return new Array(8,"GV1","Mulataga Seafood Gift Voucher Value A$100.00",100.00,0.00,0.00,0.00,0.00,0.0000,0.0000,0.0000,new Array());
	case 13:return new Array(13,"ZTC","Mulataga Commercial Yabby Trap",48.00,0.00,0.00,0.00,0.00,0.1000,0.1000,0.0000,new Array());
	case 14:return new Array(14,"ZTH","Mulataga Handy Yabby Trap",38.50,0.00,0.00,0.00,0.00,0.1000,0.1000,0.0000,new Array());
	case 15:return new Array(15,"ZTM","Mulataga Commercial Marron Trap",65.00,0.00,0.00,0.00,0.00,0.1000,0.1000,0.0000,new Array());
	case 16:return new Array(16,"ZCP "," Plastic Craypot ",38.50,0.00,0.00,0.00,0.00,0.1000,0.1000,0.0000,new Array());
	case 17:return new Array(17,"ZYG","Mulataga Yabby Grader",150.00,0.00,0.00,0.00,0.00,0.1000,0.1000,0.0000,new Array());
	case 18:return new Array(18,"YCP","A Code of Practice for the Farming and Handling of Yabbies Video and Manual",50.00,10.00,18.50,55.00,0.00,0.1000,0.1000,0.0000,new Array());

	}
	return null;
}
	function getCustomField(id)
	{
switch(id)
	{
	case 1:
		return "Preference on Style required";
	case 2:
		return "King Marrons or Rock Lobsters?";
	case 3:
		return "Halfshell Oysters or Scallops?";
	case 4:
		return "Select style for your lobsters";
	case 5:
		return "Deep Sea Crab or Select Fish?";
	}
return null;
}
