// product data


function shopItem(stockCode, productType, productDesign, engineType, bikeMake, alloyColour, colour, price, soldout) {
	this.stockCode		= stockCode;
	this.productType	= productType;
	this.productDesign	= productDesign;
	this.engineType 	= engineType;
	this.bikeMake 		= bikeMake;
	this.alloyColour	= alloyColour;
	this.colour			= colour;
	this.price			= price;
	this.soldout		= soldout;
}


var shopItems = new Array();


// quickgrip deluxe kit
shopItems[shopItems.length] = new shopItem( "F1RQGKIT001",	"QuickGrip deluxe kit",	null, 		"2-stroke", "Honda/KTM", 				"Red",			"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT002",	"QuickGrip deluxe kit", null, 		"2-stroke", "Honda/KTM", 				"Red",			"Grey", 		"99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT003",	"QuickGrip deluxe kit", null, 		"2-stroke", "Honda/KTM", 				"Blue",			"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT004",	"QuickGrip deluxe kit", null, 		"2-stroke", "Honda/KTM", 				"Blue",			"Grey", 		"99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT005",	"QuickGrip deluxe kit", null, 		"2-stroke", "Honda/KTM", 				"Champagne",	"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT006",	"QuickGrip deluxe kit", null, 		"2-stroke", "Honda/KTM", 				"Champagne",	"Grey", 		"99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT007",	"QuickGrip deluxe kit", null, 		"2-stroke", "Yamaha/Suzuki/Kawasaki", 	"Red", 			"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT008",	"QuickGrip deluxe kit", null, 		"2-stroke", "Yamaha/Suzuki/Kawasaki", 	"Red", 			"Grey", 		"99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT009",	"QuickGrip deluxe kit", null, 		"2-stroke", "Yamaha/Suzuki/Kawasaki", 	"Blue", 		"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT010",	"QuickGrip deluxe kit", null, 		"2-stroke", "Yamaha/Suzuki/Kawasaki", 	"Blue", 		"Grey", 		"99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT011",	"QuickGrip deluxe kit", null, 		"2-stroke", "Yamaha/Suzuki/Kawasaki", 	"Champagne", 	"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT012",	"QuickGrip deluxe kit", null, 		"2-stroke", "Yamaha/Suzuki/Kawasaki", 	"Champagne", 	"Grey", 		"99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT013",	"QuickGrip deluxe kit", null, 		"4-stroke", "Honda", 					"Red", 			"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT014",	"QuickGrip deluxe kit", null, 		"4-stroke", "Honda", 					"Red", 			"Grey", 		"99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT015",	"QuickGrip deluxe kit", null, 		"4-stroke", "Honda", 					"Blue", 		"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT016",	"QuickGrip deluxe kit", null, 		"4-stroke", "Honda", 					"Blue", 		"Grey", 		"99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT017",	"QuickGrip deluxe kit", null, 		"4-stroke", "Honda", 					"Champagne", 	"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT018",	"QuickGrip deluxe kit", null, 		"4-stroke", "Honda", 					"Champagne", 	"Grey", 		"99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT019",	"QuickGrip deluxe kit", null, 		"4-stroke", "KTM", 						"Red", 			"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT020",	"QuickGrip deluxe kit", null, 		"4-stroke", "KTM", 						"Red", 			"Grey", 		"99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT021",	"QuickGrip deluxe kit", null, 		"4-stroke", "KTM", 						"Blue", 		"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT022",	"QuickGrip deluxe kit", null, 		"4-stroke", "KTM", 						"Blue", 		"Grey", 		"99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT023",	"QuickGrip deluxe kit", null, 		"4-stroke", "KTM", 						"Champagne", 	"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT024",	"QuickGrip deluxe kit", null, 		"4-stroke", "KTM", 						"Champagne", 	"Grey", 		"99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT025",	"QuickGrip deluxe kit", null, 		"4-stroke", "Yamaha/Suzuki/Kawasaki", 	"Red", 			"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT026",	"QuickGrip deluxe kit", null, 		"4-stroke", "Yamaha/Suzuki/Kawasaki", 	"Red", 			"Grey", 		"99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT027",	"QuickGrip deluxe kit", null, 		"4-stroke", "Yamaha/Suzuki/Kawasaki", 	"Blue", 		"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT028",	"QuickGrip deluxe kit", null, 		"4-stroke", "Yamaha/Suzuki/Kawasaki", 	"Blue", 		"Grey", 		"99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT029",	"QuickGrip deluxe kit", null, 		"4-stroke", "Yamaha/Suzuki/Kawasaki", 	"Champagne", 	"White & Grey", "99.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGKIT030",	"QuickGrip deluxe kit", null, 		"4-stroke", "Yamaha/Suzuki/Kawasaki", 	"Champagne", 	"Grey", 		"99.95", 	false);

// grips
shopItems[shopItems.length] = new shopItem( "F1RQGRG001",	"QuickGrip grips", 		"Regular", 	null, 		null, 						"Red", 			"Grey", 		"19.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGRG002",	"QuickGrip grips", 		"Regular", 	null, 		null, 						"Red", 			"White", 		"19.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGRG003",	"QuickGrip grips", 		"Regular", 	null, 		null, 						"Blue", 		"Grey", 		"19.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGRG004",	"QuickGrip grips", 		"Regular", 	null, 		null, 						"Blue", 		"White", 		"19.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGRG005",	"QuickGrip grips", 		"Regular", 	null, 		null, 						"Champagne",	"Grey", 		"19.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGRG006",	"QuickGrip grips", 		"Regular", 	null, 		null, 						"Champagne",	"White", 		"19.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGRG007",	"QuickGrip grips", 		"Extreme", 	null, 		null, 						"Red", 			"Grey", 		"19.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGRG008",	"QuickGrip grips", 		"Extreme", 	null, 		null, 						"Blue", 		"Grey", 		"19.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RQGRG009",	"QuickGrip grips", 		"Extreme", 	null, 		null, 						"Champagne",	"Grey", 		"19.95",	false);

// mud strippers
shopItems[shopItems.length] = new shopItem( "F1RMS001",		"Mud Strippers", 		null, 		null, 		null, 						null,			"Grey", 		"4.95",		false);
shopItems[shopItems.length] = new shopItem( "F1RMS002",		"Mud Strippers", 		null, 		null, 		null, 						null,			"White", 		"4.95", 	false);

// thumb savers
shopItems[shopItems.length] = new shopItem( "F1RTS001",		"Thumb Savers", 		null, 		null, 		null, 						null,			"Grey", 		"4.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RTS002",		"Thumb Savers", 		null, 		null, 		null, 						null,			"White", 		"4.95", 	false);

// workshop covers
shopItems[shopItems.length] = new shopItem( "F1RWC001",		"Workshop Covers", 		null, 		null, 		null, 						null,			"Blue", 		"4.95", 	false);

// spare rotors
shopItems[shopItems.length] = new shopItem( "F1RROTOR001",	"Throttle rotor", 		null, 		"2-stroke", "Honda/KTM", 				null, 			null, 			"24.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RROTOR002",	"Throttle rotor", 		null, 		"2-stroke", "Yamaha/Suzuki/Kawasaki",	null, 			null, 			"24.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RROTOR003",	"Throttle rotor", 		null, 		"4-stroke", "Honda", 					null, 			null, 			"24.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RROTOR004",	"Throttle rotor", 		null, 		"4-stroke", "KTM", 						null, 			null, 			"24.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RROTOR005",	"Throttle rotor", 		null, 		"4-stroke", "Yamaha/Suzuki/Kawasaki", 	null, 			null, 			"24.95", 	false);

// spare clamps
shopItems[shopItems.length] = new shopItem( "F1RCLAMP001",	"Clutch-side clamp",	null, 		null, 		null, 						"Red",			null, 			"19.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RCLAMP002",	"Clutch-side clamp",	null, 		null, 		null, 						"Blue",			null, 			"19.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RCLAMP003",	"Clutch-side clamp",	null, 		null, 		null, 						"Champagne",	null, 			"19.95", 	false);

// alloy end plugs
shopItems[shopItems.length] = new shopItem( "F1RAPLUG001",	"Alloy end plugs", 		null, 		null, 		null, 						"Red",			null, 			"9.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RAPLUG002",	"Alloy end plugs", 		null, 		null, 		null, 						"Blue",			null, 			"9.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RAPLUG003",	"Alloy end plugs", 		null, 		null, 		null, 						"Champagne",	null, 			"9.95", 	false);

// plastic end plugs
shopItems[shopItems.length] = new shopItem( "F1RPPLUG001",	"Plastic end plugs", 	null, 		null, 		null, 						null,			"Grey", 		"0.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RPPLUG002",	"Plastic end plugs", 	null, 		null, 		null, 						null,			"Black",		"0.95", 	false);

// fitting kits
shopItems[shopItems.length] = new shopItem( "F1RFKIT001",	"QuickGrip fitting kit",null, 		"2-stroke", "Honda/KTM", 				"Red",			null, 			"39.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RFKIT002",	"QuickGrip fitting kit",null, 		"2-stroke", "Honda/KTM", 				"Blue",			null, 			"39.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RFKIT003",	"QuickGrip fitting kit",null, 		"2-stroke", "Honda/KTM", 				"Champagne",	null, 			"39.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RFKIT004",	"QuickGrip fitting kit",null, 		"2-stroke", "Yamaha/Suzuki/Kawasaki",	"Red", 			null, 			"39.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RFKIT005",	"QuickGrip fitting kit",null, 		"2-stroke", "Yamaha/Suzuki/Kawasaki", 	"Blue", 		null, 			"39.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RFKIT006",	"QuickGrip fitting kit",null, 		"2-stroke", "Yamaha/Suzuki/Kawasaki", 	"Champagne", 	null, 			"39.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RFKIT007",	"QuickGrip fitting kit",null, 		"4-stroke", "Honda", 					"Red", 			null, 			"39.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RFKIT008",	"QuickGrip fitting kit",null, 		"4-stroke", "Honda", 					"Blue", 		null, 			"39.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RFKIT009",	"QuickGrip fitting kit",null, 		"4-stroke", "Honda", 					"Champagne", 	null, 			"39.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RFKIT010",	"QuickGrip fitting kit",null, 		"4-stroke", "KTM", 						"Red", 			null, 			"39.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RFKIT011",	"QuickGrip fitting kit",null, 		"4-stroke", "KTM", 						"Blue", 		null, 			"39.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RFKIT012",	"QuickGrip fitting kit",null, 		"4-stroke", "KTM", 						"Champagne", 	null, 			"39.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RFKIT013",	"QuickGrip fitting kit",null, 		"4-stroke", "Yamaha/Suzuki/Kawasaki", 	"Red", 			null, 			"39.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RFKIT014",	"QuickGrip fitting kit",null, 		"4-stroke", "Yamaha/Suzuki/Kawasaki", 	"Blue", 		null, 			"39.95", 	false);
shopItems[shopItems.length] = new shopItem( "F1RFKIT015",	"QuickGrip fitting kit",null, 		"4-stroke", "Yamaha/Suzuki/Kawasaki", 	"Champagne", 	null, 			"39.95", 	false);


