
var arProducts = new Array(
// Strength
  new Array(
     'Spinning',
     // Level 0
	 new Array(
		new Array('E Spinner', 'images/sports/espinner_th.jpg','images/sports/espinner_full.jpg','<div style="text-align:left;margin-left:10px;"><ul><li>Expanding the Spinning experience beyond the studio and onto the cardio floor.</li><li>Built on the proven NXT Design Platform.</li><li>Integrated touch screen computer with digital TV tuner.</li><li>Integrated iPod connectivity with music and video.</li><li>USB charging station allows users to display personal content while charging media devices.</li><li>On board customized Spinning video classes. Proprietary randomization program creates over 1 million possible ride variations.</li><li>Star Tracs popular personal fan creates a more rewarding workout.</li><li>Motivational rider dashboard coaches and drives optimal performance with rider data including cadence and Heart Rate.</li><li>Polar compatible wireless Heart Rate.</li><li>Smart Release braking system provides safe, dependable performance for unsupervised riders.</li><li>Dual-sided pedals with larger platform and SPD compatibility.</li><li>Width 20" (51cm); Length 60" (152.4cm); Height 57" (144.78cm) </li></ul></div>'),
	   new Array('Star Trac Spinner Elite', 'images/sports/3825/Spinner_Eliteresize_thm.jpg','images/sports/Spinner_Eliteresize.jpg','The Spinner Elite features a no-slip grip design and dual water bottle holder that offers the ultimate in functionality and convenience. The saddle offers a flexible seat base with double-density padding and anatomical cutout to ensure comfort throughout any workout.'),
	   new Array('Star Trac NXT', 'images/sports/3825/Spinner_NXT_resize_thm.jpg','images/sports/Spinner_NXT_resize.jpg','The Spinner NXT features a striking design, same Spinner feel and even more user-friendly features you`ve come to expect, the Spinner NXT by Star Trac is truly the next generation of bikes. The wedge-shaped handlebar post provides extra stability and numerical markings with intuitive, easy-to-remember settings for the returning rider.'),
	   new Array('Star Trac Spinner Pro', 'images/sports/3825/Spinner_Pro_resize_thm.jpg','images/sports/Spinner_Pro_resize.jpg','The Spinner Pro bike features two water bottle holders to facility steady hydration throughout your ride. The saddles offers a flexible seat base with double-density padding and anatomical cutout to ensure comfort throughout any workout.'),
	   new Array('Star Trac V Bike', 'images/sports/3825/V_bike%20Spinner%20resize_thm.jpg','images/sports/V_bike%20Spinner%20resize.jpg',''),
		 new Array('Spinning Computer', 'images/sports/Spinning_Computer.jpg','images/sports/Spinning_Computer_resize.jpg','Created by Star Trac and Mad Dogg Athletics, the Spinning Computer makes the world`s original and most popular form of indoor group cycling an even better experience for your members. They get the ongoing feedback they need to get the results they want - you get an easy way to stay ahead of the pack')
	 )
   ) // Level 0
);

section = getParameter(self.document.location.href, 'section');
if (isNaN(section) || (section=='') || (section<0) || (section>arProducts.length))
  section = 0; 


var arLevels = new Array();
var level = '';
var i = 0;
while (true) {
  level = getParameter(self.document.location.href, 'level'+i);
  if (isNaN(level) || (level=='') || (level<0))
    break;
  else
    arLevels[i] = getParameter(self.document.location.href, 'level'+i);
  i++;
};


//if (arLevels.length==0)
//	arLevels[0] = 0;
