var lists = new Array();

// First set of text and values for Length
lists['TLength']    = new Array();
lists['TLength'][0] = new Array(
	'Select Length',	'10\'',	'12\'',	'14\'',	'16\'',	'18\'',	'20\'',	'22\'',	'24\'',	'Other'
);
lists['TLength'][1] = new Array(
	'', 	'10',	'12',	'14',	'16',	'18',	'20',	'22',	'24',	'Other'
);

// Second set of text and values for Length
lists['GLength']    = new Array();
lists['GLength'][0] = new Array(
	'Select Length',	'10\'',	'12\'',	'14\'',	'16\'',	'18\'',	'20\'',	'22\'',	'24\'',	'26\'',	'28\'',	'30\'',	'32\'',	'Other'
);
lists['GLength'][1] = new Array(
	'', 	'10',	'12',	'14',	'16',	'18',	'20',	'22',	'24',	'26',	'28',	'30',	'32',	'Other'
);

// First set of text and values for Width
lists['TWidth']    = new Array();
lists['TWidth'][0] = new Array(
	'Select Width',	'6\'         (72\')',	'6\'8"     (80\') (STD.)',	'7\'         (84\')',	'7\'6"     (90\')',	'8\'         (96\')'
);
lists['TWidth'][1] = new Array(
	'', '6', 	'6_8',	'7',	'7_6',	'8'
);

// Second set of text and values for Width
lists['GWidth']    = new Array();

 lists['GWidth'][0] = new Array(
	'Select Width','6\'8"     (80\')',	'7\'         (84\')',	'7\'6"     (90\')',	'8\'         (96\')'
);
lists['GWidth'][1] = new Array(
	'', '6_8',	'7',	'7_6',	'8'
);

// First set of text and values for Axles
lists['GAxles']    = new Array();

 lists['GAxles'][0] = new Array(
	'Select Number of Axles','1 - 3,500 lb',	'2 - 3,500 lb',	'2 - 6,000 lb',	'2 - 7,000 lb', '3 - 7,000 lb', '2 - 10,000 lb', 'Other', 'Not sure, recommend'
);
lists['GAxles'][1] = new Array(
	'', '1_3500',	'2_3500',	'2_6000',	'2_7000', '3_7000', '2_10000', 'Other', 'Not Sure'
);
// 2nd set of text and values for Axles
lists['GAxles1']    = new Array();

 lists['GAxles1'][0] = new Array(
	'2 - 3,500 lb','Other', 'Not sure, recommend'
);
lists['GAxles1'][1] = new Array(
	'2_3500','Other', 'Not Sure'
);
// 3rd set of text and values for Axles
lists['GAxles2']    = new Array();

 lists['GAxles2'][0] = new Array(
	'2 - 6,000 lb','Other', 'Not sure, recommend'
);
lists['GAxles2'][1] = new Array(
	'2_6000','Other', 'Not Sure'
);
// 4th set of text and values for Axles
lists['GAxles3']    = new Array();

 lists['GAxles3'][0] = new Array(
	'2 - 7,000 lb','Other', 'Not sure, recommend'
);
lists['GAxles3'][1] = new Array(
	'2_7000','Other', 'Not Sure'
);
// 5th set of text and values for Axles
lists['GAxles4']    = new Array();

 lists['GAxles4'][0] = new Array(
		'2 - 7,000 lb', '3 - 7,000 lb','Other', 'Not sure, recommend'
);
lists['GAxles4'][1] = new Array(
	 '2_7000', '3_7000','Other', 'Not Sure'
);
// 6th set of text and values for Axles
lists['GAxles5']    = new Array();

 lists['GAxles5'][0] = new Array(
	'3 - 7,000 lb', 'Other', 'Not sure, recommend'
);
lists['GAxles5'][1] = new Array(
	'3_7000', 'Other', 'Not Sure'
);
// 7th set of text and values for Axles
lists['GAxles6']    = new Array();

 lists['GAxles6'][0] = new Array(
	 '3 - 7,000 lb', '2 - 10,000 lb', 'Other', 'Not sure, recommend'
);
lists['GAxles6'][1] = new Array(
	'3_7000', '2_10000', 'Other', 'Not Sure'
);
// 1st set of text and values for Door Options
lists['DoorOpt1']    = new Array();

 lists['DoorOpt1'][0] = new Array(
	 '1/2 Slide Full Swing, open on top', 'Full enclosure for 1/2 slide Full swing door', 'Full enclosure for 1/2 slide Full swing door', 'One Piece Swing door', 'Cargo Style Door 60/40', 'Cargo Style Door 50/50', 'Ramp Style Door'
);
lists['DoorOpt1'][1] = new Array(
	'DOhalfSlideTag', 'DOfullencTag2', 'DOfullEncGoose', 'DOonePieceS', 'DOcargo6040', 'DOcargo5050', 'DOrampStyle'
);


