/* 

- if you going to wrap items text into html it is better idea to write wrapper
	functions than repeating html in structure for items with similar formatting.
	function may look like:
		function wrap1 (text) { return ('<center>' + text + '</center>'); }
	then it may be used in structure like this:
		[wrap1('centered text'), 'http://...', null]
['visible text and formatting', 'url link', null]	
*/
function wrap0 (text){	return('<table valign=top><tr><td valign=top><img src="images/nav.tri.gif" width=20 height=20></td><td valign=top><b><span class=navlink>' + text + '</span></b></td></tr></table>');}
function wrap1 (text){	return('<table valign=top><tr><td valign=top><img src="images/arrow.gif" width=16 height=12></td><td valign=top><b><span class=navlink1>' + text + '</span></b></td></tr></table>');}
var MENU_ITEMS = [
	[wrap0('Junior Tennis'), 'programs.asp?id=42', null,
		[wrap1('USTA'), ['http://www.ustamidwestsoutheasternmichigan.com','_blank',''], null],
		[wrap1('Class Registration'), '/ProgramRegistration.asp', null],
		[wrap1('Private Instruction'), 'Programs.asp?ID=56#Tennis_Pro', null],
		[wrap1('Brochure'), ['/uploadedfiles/N-JrTennis.pdf','_blank',''], null],
	],
	[wrap0('Swimming'), 'programs.asp?id=44', null,
		[wrap1('USS-Michigan'), ['http://www.uss-michigan.com','_blank',''], null],
		[wrap1('Swim Team Site'), ['http://www.novisturgeons.com','_blank',''], null],
		[wrap1('Class Registration'), '/ProgramRegistration.asp', null],
		[wrap1('Private Instruction'), 'Programs.asp?ID=56#Swim_Coach', null],
		[wrap1('Youth Brochure'), ['/uploadedfiles/N-YouthSwim.pdf','_blank',''], null],
		[wrap1('Team Brochure'), ['/uploadedfiles/N-SwimTeam.pdf','_blank',''], null],
	],
	[wrap0('Gymnastics'), 'programs.asp?id=46', null,
		[wrap1('USA Gymnastics'), ['http://www.usa-gymnastics.org','_blank',''], null],
		[wrap1('Gymnastics Team'), ['http://www.youthsports.com/hamilton/members/nscgym','_blank',''], null],
		[wrap1('Class Registration'), '/ProgramRegistration.asp', null],
		[wrap1('Private Instruction'), 'Programs.asp?ID=56#Gymnastic_Coach', null],
		[wrap1('Brochure'), ['/uploadedfiles/N-Gym.pdf','_blank',''], null],
	],
	[wrap0('Dance'), 'programs.asp?id=48', null,
		[wrap1('Class Registration'), '/ProgramRegistration.asp', null],
		[wrap1('Private Instruction'), 'Programs.asp?ID=56#Dance_Instructor', null],
		[wrap1('Brochure'), ['/uploadedfiles/N-Dance.pdf','_blank',''], null],
	],
	[wrap0('Martial Arts'), 'programs.asp?id=50', null,
		[wrap1('Class Registration'), '/ProgramRegistration.asp', null],
		[wrap1('Private Instruction'), 'Programs.asp?ID=56#Martial_Arts_Instructor', null],
		[wrap1('Brochure'), ['/uploadedfiles/N-MartialArts.pdf','_blank',''], null],
	],
	[wrap0('Tennis Leagues'), 'programs.asp?id=52', null,
		[wrap1('League Registration'), '/ProgramRegistration.asp', null],
		[wrap1('Whats My Level'), 'Programs.asp?ID=88', null],
		[wrap1('Private Instruction'), 'Programs.asp?ID=56#Tennis_Pro', null],
		[wrap1('Brochure'), ['/uploadedfiles/N-TennisLeague.pdf','_blank',''], null],
	],
	[wrap0('Tennis Clinics'), 'programs.asp?id=54', null,
		[wrap1('Class Registration'), '/ProgramRegistration.asp', null],
		[wrap1('Private Instruction'), 'Programs.asp?ID=56#Tennis_Pro', null],
		[wrap1('Brochure'), ['/uploadedfiles/N-TennisClinic.PDF','_blank',''], null],
	],
	[wrap0('Private Sports Instruction'), 'programs.asp?id=56', [0,35,120,35],
	],
	[wrap0('Holiday/ Summer Camps'), 'programs.asp?id=58', [0,40,120,60],
		[wrap1('Class Registration'), '/ProgramRegistration.asp', null],
		[wrap1('Brochure'), ['/uploadedfiles/N-Holcamp.pdf','_blank',''], null],
	],
	[wrap0('Preschool Camp'), 'programs.asp?id=60', [0,60,120,50],
		[wrap1('Class Registration'), '/ProgramRegistration.asp', null],
		[wrap1('Brochure'), ['/uploadedfiles/N-PreschoolCamp.pdf','_blank',''], null],
	],
	[wrap0('Parties'), 'programs.asp?id=62', [0,50,120,35],
		[wrap1('Brochure'), ['/uploadedfiles/N-BirthdayParty.pdf','_blank',''], null],
	],
	[wrap0('Contact a Programming Manager'), 'programs.asp?id=64', [0,35,120,60],
	],
];
var MENU_ITEMS1 = [
	[wrap0('Logout'), 'logout.asp', [2,615,120,35],],
];
/*<!--
<b><a class="NavLink" href="programs.asp?id=42" name="menu0" id="menu0" onmouseover="showMenu(event)" onmouseout="hideMenu(event)">Junior Tennis</a></b>
	DQM_subdesc0_0 = "USTA"
	DQM_urltarget0_0 = "_new"
	DQM_subdesc0_1 = "Class Registration"
	DQM_subdesc0_2 = "Private Instruction"
	DQM_subdesc0_3 = "Brochure"
	DQM_urltarget0_3 = "_new"
	DQM_url0_0 = "http://www.ustamidwestsoutheasternmichigan.com"
	DQM_url0_1 = "/ProgramRegistration.asp"
	DQM_url0_2 = "Programs.asp?ID=56#Tennis_Pro"
	DQM_url0_3 = "/uploadedfiles/N-JrTennis.pdf"
<b><a class="NavLink" href="programs.asp?id=44" name="menu1" id="menu1" onmouseover="showMenu(event)" onmouseout="hideMenu(event)">Swimming</a></b>
	DQM_subdesc1_0 = "USS-Michigan"
	DQM_urltarget1_0 = "_new"
	DQM_subdesc1_1 = "Swim Team Site"
	DQM_urltarget1_1 = "_new"
	DQM_subdesc1_2 = "Class Registration"
	DQM_subdesc1_3 = "Private Instruction"
	DQM_subdesc1_4 = "Youth Brochure"
	DQM_urltarget1_4 = "_new"
	DQM_subdesc1_5 = "Team Brochure"
	DQM_urltarget1_5 = "_new"
	DQM_url1_0 = "http://www.uss-michigan.com"
	DQM_url1_1 = "http://www.novisturgeons.com"
	DQM_url1_2 = "/ProgramRegistration.asp"
	DQM_url1_3 = "Programs.asp?ID=56#Swim_Coach"
	DQM_url1_4 = "/uploadedfiles/N-YouthSwim.pdf"
	DQM_url1_5 = "/uploadedfiles/N-SwimTeam.pdf"
<b><a class="NavLink" href="programs.asp?id=46" name="menu2" id="menu2" onmouseover="showMenu(event)" onmouseout="hideMenu(event)">Gymnastics</a></b>
	DQM_subdesc2_0 = "USA Gymnastics"
	DQM_urltarget2_0 = "_new"
	DQM_subdesc2_1 = "Gymnastics Team"
	DQM_urltarget2_1 = "_new"
	DQM_subdesc2_2 = "Class Registration"
	DQM_subdesc2_3 = "Private Instruction"
	DQM_subdesc2_4 = "Brochure"
	DQM_urltarget2_4 = "_new"
	DQM_url2_0 = "http://www.usa-gymnastics.org"
	DQM_url2_1 = "http://www.youthsports.com/hamilton/members/nscgym"
	DQM_url2_2 = "/ProgramRegistration.asp"
	DQM_url2_3 = "Programs.asp?ID=56#Gymnastic_Coach"
	DQM_url2_4 = "/uploadedfiles/N-Gym.pdf"
<b><a class="NavLink" href="programs.asp?id=48" name="menu3" id="menu3" onmouseover="showMenu(event)" onmouseout="hideMenu(event)">Dance</a></b>
	DQM_subdesc3_0 = "Class Registration"
	DQM_subdesc3_1 = "Private Instruction"
	DQM_subdesc3_2 = "Brochure"
	DQM_urltarget3_2 = "_new"
	DQM_url3_0 = "/ProgramRegistration.asp"
	DQM_url3_1 = "Programs.asp?ID=56#Dance_Instructor"
	DQM_url3_2 = "/uploadedfiles/N-Dance.pdf"
<b><a class="NavLink" href="programs.asp?id=50" name="menu4" id="menu4" onmouseover="showMenu(event)" onmouseout="hideMenu(event)">Martial Arts</a></b>
	DQM_subdesc4_0 = "Class Registration"
	DQM_subdesc4_1 = "Private Instruction"
	DQM_subdesc4_2 = "Brochure"
	DQM_urltarget4_2 = "_new"
	DQM_url4_0 = "/ProgramRegistration.asp"
	DQM_url4_1 = "Programs.asp?ID=56#Martial_Arts_Instructor"
	DQM_url4_2 = "/uploadedfiles/N-MartialArts.pdf"
<b><a class="NavLink" href="programs.asp?id=52" name="menu5" id="menu5" onmouseover="showMenu(event)" onmouseout="hideMenu(event)">Tennis Leagues</a></b>
	DQM_subdesc5_0 = "League Registration"
	DQM_subdesc5_1 = "Whats My Level"
	DQM_subdesc5_2 = "Private Instruction"
	DQM_subdesc5_3 = "Brochure"
	DQM_urltarget5_3 = "_new"
	DQM_url5_0 = "/ProgramRegistration.asp"
	DQM_url5_1 = "Programs.asp?ID=88"
	DQM_url5_2 = "Programs.asp?ID=56#Tennis_Pro"
	DQM_url5_3 = "/uploadedfiles/N-TennisLeague.pdf"
<b><a class="NavLink" href="programs.asp?id=54" name="menu6" id="menu6" onmouseover="showMenu(event)" onmouseout="hideMenu(event)">Tennis Clinics</a></b>
	DQM_sub_menu_width6 = 140;
	DQM_subdesc6_0 = "Class Registration" 
	DQM_subdesc6_1 = "Private Instruction"
	DQM_subdesc6_2 = "Brochure"
	DQM_urltarget6_2 = "_new"
	DQM_url6_0 = "/ProgramRegistration.asp"
	DQM_url6_1 = "Programs.asp?ID=56#Tennis_Pro"
	DQM_url6_2 = "/uploadedfiles/N-TennisClinic.PDF"
<b><a class="NavLink" href="programs.asp?id=56">Private Sports Instruction</a></b>
<b><a class="NavLink" href="programs.asp?id=58" name="menu7" id="menu7" onmouseover="showMenu(event)" onmouseout="hideMenu(event)">Holiday/ Summer Camps</a></b>
	DQM_subdesc7_0 = "Class Registration"
	DQM_subdesc7_1 = "Brochure"
	DQM_urltarget7_1 = "_new"
	DQM_url7_0 = "/ProgramRegistration.asp"
	DQM_url7_1 = "/uploadedfiles/N-Holcamp.pdf"
<b><a class="NavLink" href="programs.asp?id=60" name="menu8" id="menu8" onmouseover="showMenu(event)" onmouseout="hideMenu(event)">Preschool Camp</a></b>
	DQM_subdesc8_0 = "Class Registration"
	DQM_subdesc8_1 = "Brochure"
	DQM_urltarget8_1 = "_new"
	DQM_url8_0 = "/ProgramRegistration.asp"
	DQM_url8_1 = "/uploadedfiles/N-PreschoolCamp.pdf"
<b><a class="NavLink" href="programs.asp?id=62" name="menu9" id="menu9" onmouseover="showMenu(event)" onmouseout="hideMenu(event)">Parties</a></b>
	DQM_subdesc9_0 = "Brochure"
	DQM_urltarget9_0 = "_new" 
	DQM_url9_0 = "/uploadedfiles/N-BirthdayParty.pdf"
<b><a class="NavLink" href="programs.asp?id=64">Contact a Programming Manager</a></b>

<% if Session("lngMemberID") <> "" then
%>
	<b><a class="NavLink" href="logout.asp">Logout</a></b>
<% end if %>
-->
*/

