/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=14;			// Number of first level items
	var LowBgColor='#333399';			// Background color when mouse is not over
	var HighBgColor='#0000CC';			// Background color when mouse is over
	var LowSubBgColor='#333399';			// SUBS - Background color when mouse is not over
	var HighSubBgColor='#0000CC';			// SUBS - Background color when mouse is over
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontHighColor='#FFFFFF';		// Font color when mouse is over
	var FontSubLowColor='#FFFFFF';			// SUBS - Font color when mouse is not over
	var FontSubHighColor='#FFFFFF';			// SUBS - Font color when mouse is over
	var BorderColor='#6666CC';			// Border color
	var BorderSubColor='#000000';				// SUBS - Border color
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0.5;			// vertical overlap child/ parent
	var StartTop=200;				// Menu offset x coordinate
	var StartLeft=8;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=4;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=600;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home / News","index2.html","",0,23,161);

	Menu1_1=new Array("Sub Link 1","","",0,23,161);

Menu2=new Array("News Archive","","",7,23,161);

	Menu2_1=new Array("2006 News Archive","news_archive_2006.html","",0,23,200);
	Menu2_2=new Array("2007 News Archive","news_archive_2007.html","",0,23,200);
	Menu2_3=new Array("2008 News Archive","news_archive_2008.html","",0,23,200);
	Menu2_4=new Array("2009 News Archive","news_archive_2009.html","",0,23,200);
	Menu2_5=new Array("2010 News Archive","news_archive_2010.html","",0,23,200);
	Menu2_6=new Array("2011 News Archive","news_archive_2011.html","",0,23,200);
	Menu2_7=new Array("2012 News Archive","news_archive_2012.html","",0,23,200);
	
Menu3=new Array("Student Resources","","",5,23,161);

	Menu3_1=new Array("Class Schedules","","",3,23,200);
	
		Menu3_1_1=new Array("Lyndhurst, OH","cs_lyndhurst_oh.html","",0,23,200);
		Menu3_1_2=new Array("Middleburg Heights, OH","cs_mbrg_hts_oh.html","",0,23,200);
		Menu3_1_3=new Array("Shaker Heights, OH / Laurel School","cs_shaker_hts_oh_laurel.html","",0,23,200);
		
	Menu3_2=new Array("TKD Rank Requirements","","",17,23,200);

		Menu3_2_1=new Array("Study Aids","yellow_tip.html","",5,23,161);

			Menu3_2_1_1=new Array("Promotion Purpose & Preparation","promotion_prep.html","",0,23,200);
			Menu3_2_1_2=new Array("Rules Of Etiquette","rules_of_etiquette.html","",0,23,200);
			Menu3_2_1_3=new Array("Tips For TKD Form Performance","tips_4_forms.html","",0,23,200);
			Menu3_2_1_4=new Array("Tips For TKD Free Sparring","tips_4_sparring.html","",0,23,200);
			Menu3_2_1_5=new Array("Tips For TKD Breaking","tips_4_breaking.html","",0,23,200);	

		Menu3_2_2=new Array("Yellow Tip","yellow_tip.html","",0,23,161);
		Menu3_2_3=new Array("Yellow Belt","yellow_belt.html","",0,23,161);
		Menu3_2_4=new Array("Orange Belt","orange_belt.html","",0,23,161);
		Menu3_2_5=new Array("Green Belt","green_belt.html","",0,23,161);
		Menu3_2_6=new Array("Blue Belt","blue_belt.html","",0,23,161);
		Menu3_2_7=new Array("Purple Belt","purple_belt.html","",0,23,161);
		Menu3_2_8=new Array("Brown Belt","brown_belt.html","",0,23,161);
		Menu3_2_9=new Array("Red Belt","red_belt.html","",0,23,161);
		Menu3_2_10=new Array("Red / Black Belt","red_black_belt.html","",0,23,161);
		Menu3_2_11=new Array("Deputy Black Belt","deputy_black_belt.html","",0,23,161);
		Menu3_2_12=new Array("Black Belt (Cho Dan)","black_belt_1st.html","",0,23,161);
		Menu3_2_13=new Array("Black Belt (E Dan)","black_belt_2nd.html","",0,23,161);
		Menu3_2_14=new Array("Black Belt (Sam Dan)","black_belt_3rd.html","",0,23,161);
		Menu3_2_15=new Array("Black Belt (Sa Dan)","black_belt_4th.html","",0,23,161);
		Menu3_2_16=new Array("Black Belt (O Dan)","black_belt_5th.html","",0,23,161);
		Menu3_2_17=new Array("Black Belt (Yuk Dan)","black_belt_6th.html","",0,23,161);

	Menu3_3=new Array("TKD Black Belt Testing Log","tkd_bb_testing_log.html","",0,23,200);

	Menu3_4=new Array("Rohndo Rank Requirements","","",18,23,200);

		Menu3_4_1=new Array("Red Mat - 1 Stripe","rohndo_rm_1s.html","",0,23,161);
		Menu3_4_2=new Array("Red Mat - 2 Stripes","rohndo_rm_2s.html","",0,23,161);
		Menu3_4_3=new Array("Red Mat - 3 Stripes","rohndo_rm_3s.html","",0,23,161);
		Menu3_4_4=new Array("Red Mat - 4 Stripes","rohndo_rm_4s.html","",0,23,161);
		Menu3_4_5=new Array("Red Mat - 5 Stripes","rohndo_rm_5s.html","",0,23,161);
		Menu3_4_6=new Array("Blue Mat","rohndo_bm_0s.html","",0,23,161);
		Menu3_4_7=new Array("Blue Mat - 1 Stripe","rohndo_bm_1s.html","",0,23,161);
		Menu3_4_8=new Array("Blue Mat - 2 Stripes","rohndo_bm_2s.html","",0,23,161);
		Menu3_4_9=new Array("Blue Mat - 3 Stripes","rohndo_bm_3s.html","",0,23,161);
		Menu3_4_10=new Array("Blue Mat - 4 Stripes","rohndo_bm_4s.html","",0,23,161);
		Menu3_4_11=new Array("Blue Gi - 1st Degree","rohndo_bg_1s.html","",0,23,161);
		Menu3_4_12=new Array("Blue Gi - 2nd Degree","rohndo_bg_2s.html","",0,23,161);
		Menu3_4_13=new Array("Blue Gi - 3rd Degree","rohndo_bg_3s.html","",0,23,161);
		Menu3_4_14=new Array("Blue Gi - 4th Degree","rohndo_bg_4s.html","",0,23,161);
		Menu3_4_15=new Array("Blue Gi - 5th Degree","rohndo_bg_5s.html","",0,23,161);
		Menu3_4_16=new Array("Blue Gi - 6th Degree","rohndo_bg_6s.html","",0,23,161);
		Menu3_4_17=new Array("Blue Gi - 7th Degree","rohndo_bg_7s.html","",0,23,161);
		Menu3_4_18=new Array("Blue Gi - 8th Degree","rohndo_bg_8s.html","",0,23,161);

	Menu3_5=new Array("Rohndo Promotion Testing Log","rohndo_testing_log.html","",0,23,200);
	
Menu4=new Array("Registration Information","","",4,23,161);

	Menu4_1=new Array("The Purpose of TKD Training","tkd_training_purpose.html","",0,23,200);
	Menu4_2=new Array("Lyndhurst, OH","reg_lyndhurst_oh.html","",0,23,200);
	Menu4_3=new Array("Middleburg Heights, OH","reg_mbrg_hts_oh.html","",0,23,200);
	Menu4_4=new Array("Shaker Heights, OH / Laurel School","reg_shaker_hts_oh_laurel.html","",0,23,200);

Menu5=new Array("Testimonials","testimonials.html","",0,23,161);
	
Menu6=new Array("Martial Arts","","",5,23,161);

	Menu6_1=new Array("Tae Kwon Do","ma_taekwondo.html","",0,23,161);
	Menu6_2=new Array("Judo","ma_judo.html","",0,23,161);
	Menu6_3=new Array("Grappling / Ground Fighting","ma_grappling.html","",0,23,161);
	Menu6_4=new Array("Self-Defense","ma_self_defense.html","",0,23,161);
	Menu6_5=new Array("Cardio-Kickboxing","ma_cardio_kick.html","",0,23,161);

Menu7=new Array("Document Center","document_center.html","",0,23,161);

Menu8=new Array("Our Lineage","our_lineage.html","",0,23,161);

Menu9=new Array("Our Founders","our_founders.html","",0,23,161);

Menu10=new Array("Our Instructors","","",11,23,161);

	Menu10_1=new Array("1.) Master Ted Beltavski (6th Degree)","ib_master_beltavski.html","",0,23,215);
	Menu10_2=new Array("2.) Master Rick Morad (6th Degree)","ib_master_morad.html","",0,23,215);
	Menu10_3=new Array("3.) Master Dave Zivkovic (5th Degree)","ib_master_zivkovic.html","",0,23,215);
	Menu10_4=new Array("4.) Tina Beltavski (4th Degree)","ib_tina_beltavski.html","",0,23,215);
	Menu10_5=new Array("5.) Kevin Slodic (4th Degree)","ib_kevin_slodic.html","",0,23,215);
	Menu10_6=new Array("6.) Antoine Washington (4th Degree)","ib_antoine_washington.html","",0,23,215);
	Menu10_7=new Array("7.) Brian Athey (4th Degree)","ib_brian_athey.html","",0,23,215);
	Menu10_8=new Array("8.) Melissa Di Blasi (4th Degree)","ib_melissa_diblasi.html","",0,23,215);
	Menu10_9=new Array("10.) Dave Heine (3rd Degree)","ib_dave_heine.html","",0,23,215);
	Menu10_10=new Array("11.) Aaron Di Blasi (3rd Degree)","ib_aaron_diblasi.html","",0,23,215);
	Menu10_11=new Array("12.) Matt Selvaggio (2nd Degree)","ib_matt_selvaggio.html","",0,23,215);

Menu11=new Array("T&T Times Newsletter Archive","","",7,36,161);

	Menu11_1=new Array("2006 T&T Times Newsletter Archive","enews_archive_2006.html","",0,23,205);
	Menu11_2=new Array("2007 T&T Times Newsletter Archive","enews_archive_2007.html","",0,23,205);
	Menu11_3=new Array("2008 T&T Times Newsletter Archive","enews_archive_2008.html","",0,23,205);
	Menu11_4=new Array("2009 T&T Times Newsletter Archive","enews_archive_2009.html","",0,23,205);
	Menu11_5=new Array("2010 T&T Times Newsletter Archive","enews_archive_2010.html","",0,23,205);
	Menu11_6=new Array("2011 T&T Times Newsletter Archive","enews_archive_2011.html","",0,23,205);
	Menu11_7=new Array("2012 T&T Times Newsletter Archive","enews_archive_2012.html","",0,23,205);

Menu12=new Array("Student Of The Month Archive","","",7,36,161);

	Menu12_1=new Array("2006 Student Of The Month Archive","sotm_archive_2006.html","",0,23,200);
	Menu12_2=new Array("2007 Student Of The Month Archive","sotm_archive_2007.html","",0,23,200);
	Menu12_3=new Array("2008 Student Of The Month Archive","sotm_archive_2008.html","",0,23,200);
	Menu12_4=new Array("2009 Student Of The Month Archive","sotm_archive_2009.html","",0,23,200);
	Menu12_5=new Array("2010 Student Of The Month Archive","sotm_archive_2010.html","",0,23,200);
	Menu12_6=new Array("2011 Student Of The Month Archive","sotm_archive_2011.html","",0,23,200);
	Menu12_7=new Array("2012 Student Of The Month Archive","sotm_archive_2012.html","",0,23,200);
	
Menu13=new Array("Instructor WebMail Login","http://webmail.1and1.com","",0,23,161);

Menu14=new Array("Contact Us","contact_us.html","",0,23,161);

Menu15=new Array("Media Center","","",7,23,161);

	Menu15_1=new Array("Form Videos","","",0,23,161);
	Menu15_2=new Array("One-Step Videos","","",0,23,161);
	Menu15_3=new Array("Sparring Videos","","",0,23,161);
	Menu15_4=new Array("Music","","",0,23,161);
	Menu15_5=new Array("Wallpaper","","",0,23,161);
	Menu15_6=new Array("Screen Savers","","",0,23,161);
	Menu15_7=new Array("Photo Galleries","","",0,23,161);
