function getProduct9(id)
{
	switch(id)
	{
	case 3478:return new Array(3478,"gps105","Uniden GPS105 GPS and UHF Radio",430.00,0.00,0.00,0.00,3.00,0.1000,0.1000,0.0000,new Array());
	case 3908:return new Array(3908,"bt308bat","GlobalSat BT-308 & BT-308x spare battery",20.00,0.00,0.00,0.00,1.00,0.1000,0.1000,0.0000,new Array());
	case 3909:return new Array(3909,"bt338","GlobalSat BT-318, BT-318x, BT-338 spare battery",30.00,0.00,0.00,0.00,1.00,0.1000,0.1000,0.0000,new Array());

	}
	return null;
}
	function getCustomField(id)
	{
switch(id)
	{
	case 1:
		return "Frequency Range";
	case 2:
		return "Channel Spacing";
	case 3:
		return "T2000 fits";
	case 4:
		return "Configuration Options";
	case 5:
		return "C-Map NT+ Local Charts";
	case 6:
		return "C-Map NT+ Std Charts";
	case 7:
		return "C-Map NT+ Wide Charts";
	case 8:
		return "C-Map NT+ Super Wide Charts";
	case 9:
		return "accessory option";
	case 10:
		return "Colour Choice";
	case 11:
		return "Colour Choice";
	case 12:
		return "Colour Choice";
	case 13:
		return "ICM402 Colour Selection";
	case 14:
		return "Speaker Colour Selection";
	case 15:
		return "Carry Case";
	case 16:
		return "CR-100";
	case 17:
		return "Colour list for CR-100";
	case 18:
		return "GM-211 Connector Options";
	case 19:
		return "GM-210 Connector Options";
	case 20:
		return "C-Map MAX Wide";
	case 21:
		return "C-Map MAX Mega-Wide";
	case 22:
		return "C-Map MAX Local";
	case 23:
		return "Gilsson FME Adapter Cables";
	case 24:
		return "SMB-F Cable Lengths";
	case 25:
		return "Type of Card";
	case 26:
		return "Navionics Small Charts";
	case 27:
		return "Navionics Card Type";
	case 28:
		return "Navionics XL3 Charts";
	case 29:
		return "Travroute Cradle selector";
	case 30:
		return "Arkon Cradle for PDAs";
	case 31:
		return "Navionics XL Maps";
	case 32:
		return "NT+ Wide (New)";
	case 33:
		return "NT+ Local West";
	case 34:
		return "NT+ Local East";
	case 35:
		return "MAX Local + East";
	case 36:
		return "MAX Local + WEst";
	case 37:
		return "NT+ Local New Zealand";
	case 38:
		return "Etrace version";
	case 39:
		return "Type in Plotter & Model here";
	case 40:
		return "Classic Or Gold";
	case 41:
		return "Choose the GPS you have";
	case 42:
		return "Choose Telscope reticle illum.";
	case 43:
		return "PC Case Colour";
	case 44:
		return "Magellan XL Charts";
	case 45:
		return "Speaker Colour";
	case 46:
		return "Altitech Colours";
	}
return null;
}

