var NoOffFirstLineMenus=6;			// Number of first level items

	var LowBgColor='#a10dff';			// Background color when mouse is not over

	var LowSubBgColor='#a10dff';		// Background color when mouse is not over on subs

	var HighBgColor='#c29cfd';			// Background color when mouse is over

	var HighSubBgColor='#c29cfd';		// Background color when mouse is over on subs

	var FontLowColor='white';			// 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='#fac300';			// Border color

	var BorderSubColor='#fac300';			// Border color for subs

	var BorderWidth=4;				// Border width

	var BorderBtwnElmnts=1;			// Border between elements 1 or 0

	var FontFamily="sansserif"	// Font family menu items

	var FontSize=11;				// Font size menu items

	var FontBold=1;				    // Bold menu items 1 or 0

	var FontItalic=0;				// Italic menu items 1 or 0

	var MenuTextCentered='link';		// Item text position 'left', 'center' or 'right'

	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'

	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static

	var ChildOverlap=.12;				// horizontal overlap child/ parent

	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent

	var StartTop=160;				// Menu offset x coordinate 160

	var StartLeft=86;				// Menu offset y coordinate 86

	var VerCorrect=0;				// Multiple frames y correction

	var HorCorrect=0;				// Multiple frames x correction

	var LeftPaddng=5;				// Left padding

	var TopPaddng=4;				// Top padding

	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL

	var MenuFramesVertical=0;			// 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='';			// Frame where first level appears

	var SecLineFrame='';			// Frame where sub levels appear

	var DocTargetFrame='';			// 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=['http://www.pme-math.org/images/tri.gif',5,10,'http://www.pme-math.org/images/tridown.gif',10,5,'http://www.pme-math.org/images/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("Organization","http://www.pme-math.org/index.html","",7,25,100);

	 Menu1_1=new Array("What is PME?","http://www.pme-math.org/organization/whatispme.html","",0,25,200);

     Menu1_2=new Array("Council", "http://www.pme-math.org/organization/council.html","",0,25,230);

     Menu1_3=new Array("Council Action", "http://www.pme-math.org/organization/councilaction/index.html","",0);

     Menu1_4=new Array("Constitution", "http://www.pme-math.org/organization/articles.html","",0);

     Menu1_5=new Array("MacDuffee Award", "http://www.pme-math.org/organization/macduffee.html","",0);

     Menu1_6=new Array("J. Sutherland-Frame Lecture", "http://www.pme-math.org/organization/frame.html","",0);

     Menu1_7=new Array("Andree Competition", "http://www.pme-math.org/organization/andree.html","",0);

 

Menu2=new Array("Chapters","http://www.pme-math.org/index.html","",10,25,100);

	 Menu2_1=new Array("New Chapters","http://www.pme-math.org/chapters/newchapters20102011.html","",0,25,150);

     Menu2_2=new Array("Chapter List","http://www.pme-math.org/chapters/statelists.html","",0);

     Menu2_3=new Array("Chapter Reports","http://www.pme-math.org/chapters/chapterreports.html","",0);

     Menu2_4=new Array("Submit Report","http://www.pme-math.org/chapters/chaptersubmit.html","",0);

     Menu2_5=new Array("Petition Process","http://www.pme-math.org/chapters/applicationprocess.html","",0);

     Menu2_6=new Array("Chapter Grants","http://www.pme-math.org/chapters/grants.html","",0);

	 Menu2_7=new Array("Reactivations","http://www.pme-math.org/chapters/reactivations.html","",0);

	 Menu2_8=new Array("Advisor Award","http://www.pme-math.org/chapters/AdvisorAward.html","",0);

	 Menu2_9=new Array("NEW Advisors","http://www.pme-math.org/chapters/newadvisors.html","",0);

	 Menu2_10=new Array("IRS Information","http://www.pme-math.org/chapters/irs.html","",0);



Menu3=new Array("Conferences","http://www.pme-math.org/index.html","",2,25,100);

    Menu3_1=new Array("National Conference","http://www.pme-math.org/index.html","",5,25,160);

		Menu3_1_1=new Array("2011 National Meeting","http://www.pme-math.org/conferences/national/2011/2011.html","",0,25,205);

		Menu3_1_2=new Array("2010 National Meeting","http://www.pme-math.org/conferences/national/2010/2010.html","",0,25,205);

		Menu3_1_3=new Array("2009 National Meeting","http://www.pme-math.org/conferences/national/2009/2009.html","",0,25,205);

		Menu3_1_4=new Array("2008 National Meeting","http://www.pme-math.org/conferences/national/2008/2008.html","",0,25,205);

	   	Menu3_1_5=new Array("2007 National Meeting","http://www.pme-math.org/conferences/national/2007/2007.html","",0,25,205);

        Menu3_1_6=new Array("2006 National Meeting","http://www.pme-math.org/conferences/national/2006/2006.html","",0);

        Menu3_1_7=new Array("Student Presentations","http://www.pme-math.org/conferences/students.html","",0);

        Menu3_1_8=new Array("J. Sutherland-Frame Lecture","http://www.pme-math.org/organization/frame.html","",0);

        Menu3_1_9=new Array("Meetings Archive","http://www.pme-math.org/conferences/national/archive/archive.html","",0);

    Menu3_2=new Array("Regional Conferences","http://www.pme-math.org/conferences/regionalconferences.html","",0);



Menu4=new Array("Journal","http://www.pme-math.org/index.html","",6,25,100);

Menu4_1=new Array("Overview","http://www.pme-math.org/journal/overview.html","",0,25,150);

Menu4_2=new Array("Problem Section","http://www.pme-math.org/journal/problems.html","",0);

     Menu4_3=new Array("Journal Index","http://www.pme-math.org/cgi-bin/journal/search.cgi","",0);

     Menu4_4=new Array("Andree Competition","http://www.pme-math.org/organization/andree.html","",0);

     Menu4_5=new Array("Subscriptions","http://www.pme-math.org/journal/subscriptions.html","",0);

     Menu4_6=new Array("Paper Submissions","http://www.pme-math.org/journal/submissions.html","",0);





Menu5=new Array("Membership","http://www.pme-math.org/index.html","",7,25,100);

Menu5_1=new Array("PME Merchandise","http://www.pme-math.org/membership/merchandise_order_form.html","",0,25,200);

     Menu5_2=new Array("Advisor Membership Forms","http://www.pme-math.org/membership/membershipforms.html","",0);

     Menu5_3=new Array("Petition Process","http://www.pme-math.org/chapters/applicationprocess.html","",0);

     Menu5_4=new Array("Chapter Grants","http://www.pme-math.org/chapters/grants.html","",0);

	Menu5_5=new Array("Initiation Ceremonies","http://www.pme-math.org/membership/initiation.html","",0);

	Menu5_6=new Array("PME Image Downloads","http://www.pme-math.org/membership/images.html","",0,25,200);

Menu5_7=new Array("NEW Advisors","http://www.pme-math.org/chapters/newadvisors.html","",0);	

	

Menu6=new Array("Links","http://www.pme-math.org/links.html","",0,25,100);




