var newwindow;

function poptastic(url)

{

        newwindow=window.open(url,'name','height=500,width=1000,left=50,top=50,resizable=yes,scrollbars=yes,toolbar=no,status=no');

        if (window.focus) {newwindow.focus()}

}



MENU_ITEMS0 = [

	[wrap('Join'), null, null, 		

		['LATC Benefits', '/join/index.php'],

		['Application', '/join/application.php'],

		['Reactivate Membership', '/join/reactivation.php']

	],

	

	

	

	[wrap('Training', 1), null, {'sw':138, 'bw':138},

		['Training Calendar', '/training/calendar.php'],

		/*['Training Calendar', '/training/calendar.php', {'bw':160},],*/

		/*['Coaching', '/training/coaching.php'],*/

		['Clinics', '/training/clinics.php'],

		['Swim Training', '/training/swimtraining.php'],

		['Bike Training', '/training/biketraining.php'],

		['Run Training', '/training/runtraining.php']	

		

	],



	[wrap('Racing', 1), null, {'sw':138, 'bw':138},

		['Race Calendar', '/racing/race_calendar.php', null],

		['Race Results', '/racing/raceresults.php', null],

		['Race Reports', '/racing/racereports.php', null],

		['Race Rewards', '/racing/rewards.php', null],

		['Podium Program', '/racing/podium.php', null],

		['Race Rules', '/racing/racerules.php', null],

		['Race Checklist', '/racing/racechecklist.php']

	],

	

	

	[wrap('Resources', 1), null, {'sw':138, 'bw':138},

		['Calendar', '/resources/index.php'],

/* 		['LATC News', '/resources/news.php', {'bw':160},], */

		['Gear', '/gear/'],

		['Photos', '/photos/index.php'],

		['Classifieds', '/classifieds/index.php'],

		['Library', '/resources/library.php'],	

		['Links', '/resources/links.php'],

		['Club Meetings', '/resources/meetings.php']	

	],



	[wrap('Newbies', 1), null, {'sw':138, 'bw':138},

		['Tri Lingo', '/newbie/lingo.php'],

		['Newbie Home', '/newbie/newbies.php']

	],



	[wrap('Members', 1), null, {'sw':138, 'bw':138},

		['Member Home Page', '/members/member_spotlight.php'],

		['Member Orientation', '/members/orientation.php'],

		['Other Members', '/members/member_list.php'],

		/*['Forums', '/forums'],*/

		['Email', '/members/search_email_archive.php?reset=true'],

		['Polls / RSVP', '/members/polls_rsvp.php'],

		['Discounts', '/members/discounts.php'],

		['Log Out', '/members/logout.php']	



	],







	[wrap('About', 1), null, {'sw':138, 'bw':138},

		['History', '/about/history.php'],

		['Hall of Fame', '/about/hall.php'],

		['In The News', '/about/in_the_news.php'],

		['Meet the Board', '/about/meet_the_board.php'],

		/* ['Committees', '/about/committees.php'], */

		['Sponsorships', '/about/sponsorships.php'],

		/*['LATC Giving Back', '/about/giving_back.php'],*/

		/* ['Help / FAQs', '/about/help.php'], */

		/* ['Help Wanted', '/about/helpwanted.php'], */

		['Site Map', '/about/sitemap.php'],

		['Contact Us', '/about/contact_us.php']	

	]

]



/*function wrap(caption) {

	return '<span class="' + (caption == currentItem ? 'm0l0oover' : 'm0l0oout') + '">' + caption + '</span>';

}*/



function wrap(caption, c) {

	return '<table cellpadding=0 cellspacing=0 border=0 width=100%><tr>' + (c ? '' : '') + '<td valign=middle align=center class="' + (caption == currentItem ? 'm0moveri' : 'm0mouti') + '" width=100% height=26>&nbsp;&nbsp;' + caption + '&nbsp;&nbsp;</td></tr></table>';

}



//height was 18






