var t = new Array (3);

t[0] = new Array ('Health & Fitness <br> Workout Tips');

t[1] = new Array ('Catalogue','New Products','Point Of Purchase','Product Care','Glove and Belt Sizing Charts');

t[2] = new Array ('New Products','Press Release','Upcoming Tradeshows','Past Events/Pictures');

t[3] = new Array ('Customer Service','Return/Exchange Policy','Warantee Registration');

t[4] = new Array ('Dealer Login','Why Become a <br> Dealer','Become a Dealer','Add Your Store','Point Of Purchase');



var l = new Array (3);

l[0] = new Array ('/workouttips.html');

l[1] = new Array ('http://progryp.com/Merchant2/merchant.mv?Screen=SFNT&Store_Code=PT','/newproducts.html','/purchase.html','/productcare.html','javascript:SizingChart()');

l[2] = new Array ('/newproducts.html','/pressreleases.html','/tradeshows.html','/pictures.html');

l[3] = new Array ('/customerservice.html','/return_exchange.html','javascript:WaranteeRegistration()');

l[4] = new Array ('/dealer.html','/becomeadealer.html','/becomeadealerform.html','/addyourstore.html', '/purchase.html');





var c = new Array (4);

  for (z=0;x[z];z++) {

	c[z] = '<table border=0 cellpadding=0 cellspacing=1 bgcolor=#6699CC><tr><td><table border=0 cellpadding=4 cellspacing=0>';

		

	for (u=0;t[z][u];u++) {

	  if (z==4){

	  	bgcolor='dropdown_dealer';

		bglink='ddnav_dealer';

	  }

	  else {

	  	bgcolor='dropdown';

		bglink='ddnav';

	  }

	  c[z] = c[z] + '<tr><td class='+bgcolor+'><a href="'+l[z][u]+'" class='+bglink+'>';

	  c[z] = c[z] + t[z][u]+'</a></td></tr>';

	}



	c[z] = c[z] + '</table></td></tr></table>';

  }
  
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function SizingChart() { //v2.0
MM_openBrWindow('/sizingchart.html','','scrollbars=yes,resizable=yes,width=590,height=440')
}

function WaranteeRegistration() { //v2.0
MM_openBrWindow('/waranteeregistration.html','','scrollbars=yes,resizable=yes,width=580,height=430')
}