//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("webmasterid", "General Information", "General Information",  null, null);
                menu.addItem("blompo", "Applications/Forms (pdf)", "Applications/Forms",  null, null);
	menu.addItem("newsid", "Niagara Region PTA Info", "Niagara Region PTA Info",  null, null);
	menu.addItem("freedownloadid", "Calendar/Events Info", "Calendar/Events Info",  null, null);
	menu.addItem("searchengineid", "PTA Links", "PTA Links",  null, null);	
                menu.addItem("miscid", "Other Links", "Other Links",  null, null);
                
                
                


                
	        
                menu.addSubItem("webmasterid", "Basics", "Basics",  "http://www.niagararegionpta.com/basics.html", "");
                menu.addSubItem("webmasterid", "Dispelling Myths of PTA", "Dispelling the Myths about PTA",  "http://www.niagararegionpta.com/myth.html", "");
                menu.addSubItem("webmasterid", "Documents", "Documents",  "http://www.niagararegionpta.com/ptadocuments.html", "");
                menu.addSubItem("webmasterid", "History", "History",  "http://www.niagararegionpta.com/history.html", "");
                menu.addSubItem("webmasterid", "Family-School Partnerships", "Family-School Partnerships",  "National_Standards_2009.pdf", "");
                menu.addSubItem("webmasterid", "Purpose/Mission/Beliefs", "Purpose/Mission/Beliefs",  "http://www.niagararegionpta.com/beliefs.html", "");
                menu.addSubItem("webmasterid", "Structure", "PTA Structure",  "http://www.niagararegionpta.com/structure.html", "");		
                menu.addSubItem("webmasterid", "Why PTA?", "Why PTA?",  "http://www.niagararegionpta.com/whypta.html", "");
                




                       
                menu.addSubItem("blompo", "Form A", "Form A",  "http://www.niagararegionpta.com/Form_A.pdf", "");
                menu.addSubItem("blompo", "Form B", "Form B",  "http://www.niagararegionpta.com/Form_B.pdf", ""); 
                menu.addSubItem("blompo", "Form C", "Form C",  "http://www.niagararegionpta.com/Form_C.pdf", ""); 
                menu.addSubItem("blompo", "Board Recommendations", "Board Recommendations",  "http://www.niagararegionpta.com/ReccomendationForm.pdf", "");                 
                menu.addSubItem("blompo", "School Of Instruction Request", "School Of Instruction Request",  "http://www.niagararegionpta.com/SchoolOfInstruction.pdf", "");           
                menu.addSubItem("blompo", "Timely Topics Subscription Form", "Timely Topics Subscription Form",  "TT_Subscription_Form.pdf", "");



                menu.addSubItem("newsid", "Director's Page", "Director's Page",  "http://www.niagararegionpta.com/director.html", ""); 
                menu.addSubItem("newsid", "Niagara Region Board", "Niagara Region Board",  "region board.xls", "");




                menu.addSubItem("freedownloadid", "Calendar", "Calendar",  "calendar.pdf", "");
	menu.addSubItem("freedownloadid", "PARP Suggestions", "PARP Suggestions",  "http://niagararegionpta.com/parp.html", "");
	menu.addSubItem("freedownloadid", "Reflections", "Reflections",  "http://niagararegionpta.com/reflections.html", "");
                menu.addSubItem("freedownloadid", "Reflections Slide Show", "Reflections Slide Show",  "http://niagararegionpta.com/ReflectionsPics.html", "");








                menu.addSubItem("searchengineid", "Local Units", "Local Units", "local_units.pdf", "");
                menu.addSubItem("searchengineid", "National PTA", "National PTA",  "http://www.pta.org/", "");
	menu.addSubItem("searchengineid", "New York State PTA", "New York State PTA",  "http://www.nypta.com/", "");
	



                menu.addSubItem("miscid", "(ERIC) Educational <br>Resources Info Center", "(ERIC) Educational Resources Info Center",  "http://www.eric.ed.gov/", "");
                menu.addSubItem("miscid", "529s College Savings", "529s College Savings",  "http://www.529s.com", "");
                menu.addSubItem("miscid", "NY State Governor", "NY State Governor",  "http://www.state.ny.us/governor/", "");
                menu.addSubItem("miscid", "New York State Assembly", "New York State Assembly",  "http://assembly.state.ny.us/", "");
menu.addSubItem("miscid", "NYS Educational Conference Board", "NYS Educational Conference Board",  "http://www.nysecb.org", "");
                menu.addSubItem("miscid", "New York State Education Dept.", "New York State Education Dept.",  "http://www.nysed.gov/", "");
                menu.addSubItem("miscid", "NYS School Boards <br>Ass.","NYS School Boards Ass.",  "http://www.nyssba.org/ScriptContent/Index.cfm", "");
                menu.addSubItem("miscid", "New York State <br>Senate", "New York State Senate",  "http://www.senate.state.ny.us/", "");
                menu.addSubItem("miscid", "Partnership in <br>Patriotism", "Partnership in Patriotism",  "http://www.partnershipinpatriotism.com", "");	            
                menu.addSubItem("miscid", "United States <br>Education Dept.", "United States Education Dept.",  "http://www.ed.gov/", "");
                
                
                

http://www.nyssba.org/ScriptContent/Index.cfm

 menu.showMenu();                
}




































































































