//
//
// Modifications:
//
// 2009-12-15 Added Prince and Mister menus, changed # of FirstLine menus from 8 - 10.
//


	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='white';				// Background color when mouse is not over
	var LowSubBgColor='#D3B0D7';			// Background color when mouse is not over on subs
	var HighBgColor='330066';			// Background color when mouse is over
	var HighSubBgColor='330066';			// Background color when mouse is over on subs
	var FontLowColor='330066';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="trebuchet ms,verdana";	// Font family menu items
	var FontSize=10;					// 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;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=105;				// Menu offset x coordinate
	var StartLeft=20;				// 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=3;				// 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=1000;			// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['arrow.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("Miss","","",5,23,90);
	Menu1_1=new Array("Miss","miss.phtml","",0,20,145);
	Menu1_2=new Array("Book an Appearance","book_appearance.phtml","",0);
	Menu1_3=new Array("On The Road","miss_road.phtml","",0);
	Menu1_4=new Array("In Review","miss_inreview.phtml","",0);
	Menu1_5=new Array("To Be a Contestant","miss_info.phtml","",0);

// 2009-12-15 Add
Menu2=new Array("Mister","","",1,23,90);
	//Menu2_1=new Array("Mister","mister.phtml","",0,20,145);
	//Menu2_2=new Array("Book an Appearance","book_appearance.phtml","",0);
	//Menu2_3=new Array("On The Road","mister_road.phtml","",0);
	//Menu2_4=new Array("In Review","mister_inreview.phtml","",0);
	Menu2_1=new Array("To Be a Contestant","mister_info.phtml","",0,20,145);
	
Menu3=new Array("Teen","","",5,23,90);
	Menu3_1=new Array("Southwest Teen","2teen.phtml","",0,20,145);
	Menu3_2=new Array("Book an Appearance","book_appearance.phtml","",0);
	Menu3_3=new Array("On The Road","teen_road.phtml","",0);
	Menu3_4=new Array("In Review","teen_inreview.phtml","",0);
	Menu3_5=new Array("To Be A Contestant","teen_info.phtml","",0);

Menu4=new Array("Pre-Teen","","",5,23,90);
	Menu4_1=new Array("Pre-Teen","preteen.phtml","",0,20,145);
	Menu4_2=new Array("Book an Appearance","book_appearance.phtml","",0);
	Menu4_3=new Array("On The Road","preteen_road.phtml","",0);
	Menu4_4=new Array("In Review","preteen_inreview.phtml","",0);
	Menu4_5=new Array("To Be A Contestant","preteen_info.phtml","",0);

Menu5=new Array("Princess","","",5,23,90);
	Menu5_1=new Array("Princess","princess.phtml","",0,20,145);
	Menu5_2=new Array("Book an Appearance","book_appearance.phtml","",0);
	Menu5_3=new Array("On The Road","princess_road.phtml","",0);
	Menu5_4=new Array("In Review","princess_inreview.phtml","",0);
	Menu5_5=new Array("To Be A Contestant","princess_info.phtml","",0);

// 2009-12-15 Add
Menu6=new Array("Prince","","",1,23,90);
	//Menu6_1=new Array("Prince","prince.phtml","",0,20,140);
	//Menu6_2=new Array("Book an Appearance","book_appearance,phtml","",0);
	//Menu6_3=new Array("On The Road","prince_road.phtml","",0);
	//Menu6_4=new Array("In Review","prince_inreview.phtml","",0);
	Menu6_1=new Array("To Be A Contestant","prince_info.phtml","",0,20,140);
	
Menu7=new Array("Info","","",7,23,90);
	Menu7_1=new Array("Ticket Information","tickets.phtml","",0,20,140);
	Menu7_2=new Array("To Be a Contestant","compete.phtml","",0,20,0);
	Menu7_3=new Array("Contestant Forms","forms.phtml","",0,20,0);
	Menu7_4=new Array("Fundraisers","fundraisers.phtml","",0);
	Menu7_5=new Array("Organizational Tree","board_members.phtml","",0);
	Menu7_6=new Array("Newsletters","newsletters.phtml","",0);
	Menu7_7=new Array("Press/Media","press_media.phtml","",0);
	//Menu7_8=new Array("Video","videoorder.phtml","",0,20,150);
	
Menu8=new Array("Scholarships","","",7,23,90);
	Menu8_1=new Array("Scholarship Directory","scholarships.phtml","",0,20,150);
	Menu8_2=new Array("Miss","miss_scholarships.phtml","",0,20,0);
	Menu8_3=new Array("Mister","mister_scholarships.phtml","",0,20,0);
	Menu8_4=new Array("Teen","teen_scholarships.phtml","",0);
	Menu8_5=new Array("Pre-Teen","preteen_scholarships.phtml","",0);
    Menu8_6=new Array("Princess","princess_scholarships.phtml","",0);
	Menu8_7=new Array("Prince","prince_scholarships.phtml","",0);
	//Menu8_8=new Array("Mrs.","mrs_scholarships.phtml","",0);	

Menu9=new Array("Sponsors","","",2,23,90);
	Menu9_1=new Array("Sponsors","sponsors.phtml","",0,20,125);
	Menu9_2=new Array("Sponsorship Levels","sponsorship_levels.phtml","",0);	

Menu10=new Array("Contact Us","contact.phtml","",0,23,90);

