/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#AAAAAA';			// Background color when mouse is not over
	var LowSubBgColor='#AAAAAA';			// Background color when mouse is not over on subs
	var HighBgColor='#888888';			// Background color when mouse is over
	var HighSubBgColor='#888888';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='#999999';			// Border color
	var BorderSubColor='#999999';			// Border color for subs
	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=9;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=80;				// Menu offset x coordinate
	var StartLeft=21;				// 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=2;				// Top padding
	var FirstLineHorizontal=1;			// 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=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","/index.html","",1,20,88);
  Menu1_1=new Array("Chair Greetings", "/chairs_message.html","",0,20,100);

Menu2=new Array("People","/index.html","",6,20,90);
  Menu2_1=new Array("Faculty", "/people_faculty_2.htm","",0,20,200);
  Menu2_2=new Array("Adjunct Faculty", "/people_adjunct.htm","",0,20,200);
  Menu2_3=new Array("Part-Time Instructors", "/people_instructors.htm","",0,20,200);
  Menu2_4=new Array("Staff", "/people_staff.html","",0,20,200);
  Menu2_5=new Array("Graduate Students", "people_graduate.html","",0,20,200);
  Menu2_6=new Array("Physics Alumni", "people_alumni.html","",0,20,200);

Menu3=new Array("Research","/index.html","",6,20,100);
  Menu3_1=new Array("Theoretical/Computational","/index.html","",4,20,200);
    Menu3_1_1=new Array("Applications of Fractional Calculus", "/research_frac_calc.html", "", 0,20,270);
    Menu3_1_2=new Array("Biomembranes", "/research_biomembranes.html", "", 0,20,270);
    Menu3_1_3=new Array("Nanoparticle Interfaces and Composites", "/research_nanopart.html", "", 0,20,270);
    Menu3_1_4=new Array("Polymers/Polymer Blends", "/research_theor_polymers.html", "", 0,20,270);
    


  Menu3_2=new Array("Experimental","/index.html","",3,20,200);
    Menu3_2_1=new Array("Bioamplifiers", "/research_bioamplifiers.html", "", 0,20,270);
    Menu3_2_2=new Array("Biomaterials Research", "/research_biomaterials.html", "", 0,20,270);
    Menu3_2_3=new Array("Magnetic Nanoparticles/Nanocomposites", "/research_mag_nanopart.html", "", 0,20,270);

    Menu3_3=new Array("Astronomy","/index.html","",1,20,200);
      Menu3_3_1=new Array("Solar Physics", "http://physics.memphis.edu/SOLAR", "", 0,20,270);
  
  Menu3_4=new Array("Physics Education & Outreach","/research_physed_outreach.html","",4,20,200);
    Menu3_4_1=new Array("REU-Site Nano/Biomaterials", "http://physics.memphis.edu/REU/reu_index.html", "", 0,20,270);
    Menu3_4_2=new Array("A.I. / Learning Technologies", "http://ltmemphis.org/", "", 0,20,270);
    Menu3_4_3=new Array("Community Involvement", "/research_comm_involv.html", "", 0,20,270);
    Menu3_4_4=new Array("Starlight Program", "http://physics.memphis.edu/starlight/", "", 0,20,270);
 
  Menu3_5=new Array("Publications by Faculty", "/pub_by_faculty.html", "", 0,20,270);
  Menu3_6=new Array("Grants and Awards", "/grants_awards.htm", "", 0,20,270);

Menu4=new Array("Academics","/index.html","",4,20,100);
  Menu4_1=new Array("Undergraduate","/index.html","",7,20,150);
    Menu4_1_1=new Array("Program Requirements", "http://www.memphis.edu/ugcatalog/collegeprog/cas/physics.php", "", 0, 20, 200);
    Menu4_1_2=new Array("Course Descriptions", "http://www.memphis.edu/ugcatalog/coursedescrip/cas/phys.php", "", 0, 20, 200);
    Menu4_1_3=new Array("Program Timeline", "/academics_undergrad_timeline.html", "", 0, 20, 200);
    Menu4_1_4=new Array("Second Major in Physics", "/academics_undergrad_2ndmajor.html", "", 0, 20, 200);
    Menu4_1_5=new Array("Minor in Physics", "/academics_undergrad_minor.html", "", 0, 20, 200);
    Menu4_1_6=new Array("Scholarships", "/academics_undergrad_scholarships.html", "", 0, 20, 200);
    Menu4_1_7=new Array("Financial Aid", "http://www.enrollment.memphis.edu/FinancialAid/", "", 0, 20, 200);

  Menu4_2=new Array("Graduate","/index.html","",7,20,150);
    Menu4_2_1=new Array("Program Requirements", "/grad_physics.htm", "", 0, 20, 200);
    Menu4_2_2=new Array("Course Descriptions", "http://academics.memphis.edu/gradcatalog0506/catphys.html", "", 0, 20, 200);
    Menu4_2_3=new Array("Program Timeline", "/academics_grad_timeline.html", "", 0, 20, 200);
    Menu4_2_4=new Array("Thesis Plan Certification Form", "/ThesisPlanPresentationCertification.doc", "", 0, 20, 200);
    Menu4_2_5=new Array("Assistantships", "/academics_grad_assistantships.html", "", 0, 20, 200);
    Menu4_2_6=new Array("Financial Aid", "http://www.enrollment.memphis.edu/FinancialAid/", "", 0, 20, 200);
    Menu4_2_7=new Array("University Graduate School", "http://www.people.memphis.edu/%7Egradsch/", "", 0, 20, 200);

  Menu4_3=new Array("MAPS","/academics_maps.html","",0,20,150);
  Menu4_4=new Array("SPS Chapter","http://umdrive.memphis.edu/g-sps","",0,20,150);

Menu5=new Array("Lab Manuals","/index.html","",3,20,102);
  Menu5_1=new Array("Physics 1 Lab Manual", "https://umdrive.memphis.edu/lyu2/public/Lab-2011-2111", "", 0, 20, 200);
  Menu5_2=new Array("Physics 2 Lab Manual", "http://umdrive.memphis.edu/jhannekn/LabManual", "", 0, 20, 200);
  Menu5_3=new Array("Astronomy Lab Manual", "http://physics.memphis.edu/ASTRO_LAB", "", 0, 20, 200);

Menu6=new Array("Seminars","/index.html","",11,20,96);
  Menu6_1=new Array("Fall 2009", "/seminars_fa_2009.html", "", 0, 20, 100);
  Menu6_2=new Array("Spring 2009", "/seminars_sp_2009.html", "", 0, 20, 100);
  Menu6_3=new Array("Fall 2008", "/seminars_fa_2008.html", "", 0, 20, 100);
  Menu6_4=new Array("Spring 2008", "/seminars_sp_2008.html", "", 0, 20, 100);
  Menu6_5=new Array("Fall 2007", "/seminars_fa_2007.html", "", 0, 20, 100);
  Menu6_6=new Array("Spring 2007", "/seminars_sp_2007.html", "", 0, 20,100);
  Menu6_7=new Array("Fall 2006", "/seminars_fa_2006.html", "", 0, 20,100);
  Menu6_8=new Array("Spring 2006", "/seminars_sp_2006.html", "", 0, 20,100);
  Menu6_9=new Array("Fall 2005", "/seminars_fa_2005.html", "", 0, 20,100);
  Menu6_10=new Array("Spring 2005", "/seminars_sp_2005.html", "", 0, 20,100);
  Menu6_11=new Array("Fall 2004", "/seminars_fa_2004.html", "", 0, 20,100);


Menu7=new Array("Contact Us", "/contact.html","",0,20,100);
