//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=12; //set number of main menu items
	var LowBgColor='#E4E4E4';
	var HighBgColor='#45764B';
	var FontLowColor='#2C4B30';
	var FontHighColor='WHITE';
	var BorderColor='#89BD90';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial, Helvetica, sans-serif"
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=80; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home","../index.html",0,22,135);

Menu2=new Array("About Department","../about/index.html",4);
	Menu2_1=new Array("Mission of the Department","../about/mission.html",0,20,200);
	Menu2_2=new Array("Historical Overview","../about/history.html",0);
	Menu2_3=new Array("Department Overview","../about/departmentoverview.html",0);
	Menu2_4=new Array("Inside Dermatology","http://uphsnet.med.upenn.edu/dermatol/",0);
				
Menu3=new Array("Faculty","javascript:top.location.href='../faculty/index.html'",2);
	Menu3_1=new Array("Faculty List","../faculty/index.html",0,20,120);
	Menu3_2=new Array("Open Faculty Positions", "http://www.med.upenn.edu/apps/faculty_ad/index.php/g320",0);

Menu4=new Array("Trainees","http://www.med.upenn.edu/dermres/Trainees/index.html",3);
	Menu4_1=new Array("Clinical Fellows","http://www.med.upenn.edu/dermres/Trainees/fellows.html",0,20,240);
	Menu4_2=new Array("Residents","http://www.med.upenn.edu/dermres/Trainees/residents.html",0);
	Menu4_3=new Array("Research Fellows and Associates","http://www.med.upenn.edu/dermres/Trainees/postdoc.html",0);

Menu5=new Array("Education/Training","../education/index.html",11);
	Menu5_1=new Array("-- Medical Students Program --", "http://www.med.upenn.edu/dermres/medstudent.html",0,24,280);
	Menu5_2=new Array("-- Residency Training Program --","http://www.med.upenn.edu/dermres/residency.html",0);
	Menu5_3=new Array("Combined Medicine and Dermatology","http://www.med.upenn.edu/dermres/combined_medicine_dermatology.html",0);	
	Menu5_4=new Array("Combined Research and Clinical Training","http://www.med.upenn.edu/dermres/education/combined_research_clinical_training.html",0);
	<!--Menu5_5=new Array("Combined Pediatrics and Dermatology","../education/pediatrics.html",0); -->
	Menu5_5=new Array("Cutaneous Oncology Program", "http://www.med.upenn.edu/dermres/oncology.html",0);
	Menu5_6=new Array("-- Fellowship Training Programs --","../education/index.html",0);
	Menu5_7=new Array("Clinician-Educator Fellowship","../education/clinician-educator.html",0);
	<!--Menu5_8=new Array("Dermatologic Surgery Fellowship","../education/dermsurgery.html",0);-->
	Menu5_8=new Array("Dermatopathology Fellowship","../education/dermpath.html",0);
	Menu5_9=new Array("Epidemiology Fellowship","http://www.med.upenn.edu/dermres/epidemiology.html",0);
	Menu5_10=new Array("Patient-Oriented Research Fellowship","../education/Dermatoepi.html",0);
    Menu5_11=new Array("Research Fellowship","http://www.med.upenn.edu/dermres/research.html",0);
	
               
Menu6=new Array("Clinical Services","../clinical/index.html",0);
	
Menu7=new Array("Dermatology News","../news/index.html",0);
		
Menu8=new Array("Research","../research/index.html",3);
	Menu8_1=new Array("Clinical Research","../research/clinical_research.html",0,20,180);
	Menu8_2=new Array("Basic Science Research","../research/basic_science_research.html",0);
	Menu8_3=new Array("Clinical Trials","../research/clinical_trials.html",0);
		
Menu9=new Array("Resources","javascript:top.location.href='../resources/index.html'",1);
	Menu9_1=new Array("Dermatology Online Library","../resources/index.html",0,20,200);
	
Menu10=new Array("Board Review","../BoardReview/index.html",2);
    Menu10_1=new Array("2009 Dermatopathology Course Brochure","../BoardReview/docs/2009CourseBrochure.pdf",0,20,280);
	Menu10_2=new Array("Registration","../BoardReview/docs/RegistrationForm2009.doc",0,20,280);
<!--Menu11=new Array("Insurance Plans","../insurance/index.html",0);-->

Menu11=new Array("Apply for Fellowship","http://somapps.med.upenn.edu/dermatology/NIHTrainingGrant.php",0);

Menu12=new Array("Contact Us","../contact/index.html",0);