//**** CSS Drop Down Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****
um0http = 1

function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/



/*---------------------------------------------
Icon Images
---------------------------------------------*/



    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "/images/bullet3.gif"
	this.rel_icon_rollover0 = "/images/bullet_hl3.gif"
	this.rel_icon_image_wh0 = "13,8"	

    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "/images/arrow2.gif"
	this.abs_icon_rollover0 = "/images/arrow2.gif"
	this.abs_icon_image_wh0 = "13,10"
	this.abs_icon_image_xy0 = "-15,6"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 1			//applies to horizontal menus only
	this.divider_height = 2			//applies to vertical menus only


    //available specific settings

	this.use_divider_capsX_X = true



/*---------------------------------------------
Menu Orientation and Sizing
---------------------------------------------*/


	this.is_horizontal = false		//false = vertical menus, true = horizontal menus
	
	this.menu_width = 168	//applies to vertical menus
	this.menu_width_items = 180		//applies to items in a horizontal menu
	this.menu_width_item0_4 = 140		//applies to items in a horizontal menu
	
	

    //available specific settings
	

	this.is_horizontalX = true
	
	this.menu_widthX = 168

	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100

	


/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following sections to optionally associate menu groups 
//and menu items with existing CSS classes from your site.



   //global class names

	//this.main_menu_class = "myclassname"
	//this.main_items_class = "myclassname"
	//this.main_items_rollover_class = "myclassname"

	//this.sub_menu_class = "myclassname"
	//this.sub_items_class = "myclassname"
	//this.sub_items_rollover_class = "myclassname"


   //specific menu items

	//this.item_classX_X = "myclassname"
	//this.item_rollover_classX_X = "myclassname"



/*------------------------------------------------
Menu Width & Height Adjustments for DOM Browsers
-------------------------------------------------*/

//Note: The following setting are optional and are made available
//for tweaking the menu to perfection on all browsers and platforms.
//The menu will function without error regardless of the settings below.

//Opera and other DOM browsers take different approaches
//to how they calculate widths and heights of items which have
//CSS padding and borders defined.  With the settings below
//re-define the total left-right and top-bottom combined border 
//and padding values.  These values are used by DOM browsers
//(ns7, opera, Mozilla, etc.) to correct the menu dimensions.



   //Menu Width & Height Adjustments (padding + borders)

	this.pb_width_main_menu = 12;	
	this.pb_width_sub_menus = 16;

	this.pb_height_main_menu = 12;
	this.pb_height_sub_menus = 16;

	
	this.pb_width_menuX = 0;
	this.pb_height_menuX = 0;
	this.pb_width_main_itemsX = 0;
	this.pb_width_sub_itemsX = 0;



   //Item Width Adjustments (padding + borders)

	this.pb_width_main_items = 12;
	this.pb_width_sub_items = 12;



   //Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%)

	this.opera_old_display_html = "Please update your opera browser.";



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0

	
	this.item0_0 = "About the Program"
	this.url0_0 = '#'
	
	this.item0_1 = "Osteopathic Internship Program"
	this.url0_1 = 'osteopathic.php'
	
	this.item0_2 = "For Applicants"	
	this.url0_2 = '#'

	this.item0_3 = "For Housestaff"
	this.url0_3 = '#'

	this.item0_4 = "For Alumni"
	this.url0_4 = '#'

	this.item0_5 = "Research Conferences"
	this.url0_5 = '#'

	this.item0_6 = "Calls for Abstracts"
	this.url0_6 = 'call_for_abstracts.php'

	this.item0_7 = "WCGME IRB"
	this.url0_7 = '/irb/index.php'
	//this.url0_6 = 'http://www.strpweb.org/IRB-Main.htm'
	
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



  //About Sub Menu 0
	this.menu_xy0_0 = "0,0"
	this.menu_width0_0 = 200

	this.item0_0_0 = "Program Overview"
	this.item0_0_1 = "Leadership"
	this.item0_0_2 = "Curriculum"
	this.item0_0_3 = "Program Structure"
	this.item0_0_4 = "Training Sites"
	this.item0_0_5 = "Medical School Affiliations"
	this.item0_0_6 = "Research"
	this.item0_0_7 = "Faculty"
	this.item0_0_8 = "Resident"
	this.item0_0_9 = "Section Chiefs Profiles"
	this.item0_0_10 = "Annual Program Calendar"
	
	this.icon_rel0_0_0 = 0
	this.icon_rel0_0_1 = 0
	this.icon_abs0_0_2 = 0
	this.icon_abs0_0_3 = 0
	this.icon_abs0_0_4 = 0
	this.icon_abs0_0_5 = 0
	this.icon_rel0_0_6 = 0
	this.icon_rel0_0_7 = 0
	this.icon_rel0_0_8 = 0
	this.icon_rel0_0_9 = 0
	this.icon_rel0_0_10 = 0
//	this.icon_abs0_0_1 = 0
	
	this.url0_0_0 = '/program-overview.php'
	this.url0_0_1 = '/leadership.php'
	this.url0_0_2 = '#'
	this.url0_0_3 = '#'
	this.url0_0_4 = '/training-sites.php'
	this.url0_0_5 = '/affiliations.php'
	this.url0_0_6 = '/research.php'
	this.url0_0_7 = '/faculty.php'
	this.url0_0_8 = '/resident-profiles.php'
	this.url0_0_9 = '/section-chiefs.php'
	this.url0_0_10 = '/AnnualProgramCalendar.pdf'

//	Curriculum 0_0_2
	this.menu_xy0_0_2 = "0,0"
	this.menu_width0_0_2 = 150
	
	this.item0_0_2_0 = 'Core Curriculum'
	this.item0_0_2_1 = 'Competency Based Curriculum'
	this.item0_0_2_2 = 'Conference'
	this.item0_0_2_3 = 'CMC (Cardiovascular Medicine) Rotation Curriculum'
	this.item0_0_2_4 = 'CMC (Pulmonary and Sleep Medicine) Rotation Curriculum'
	this.item0_0_2_5 = 'Progressive Learning Objectives'

	this.icon_abs0_0_2_0 = 0
	this.icon_rel0_0_2_1 = 0
	this.icon_rel0_0_2_2 = 0
	this.icon_rel0_0_2_3 = 0
	this.icon_rel0_0_2_4 = 0
	this.icon_rel0_0_2_5 = 0

	this.url0_0_2_0 = '#'
	this.url0_0_2_1 = '/competency_based.php'
	this.url0_0_2_2 = '/conferences.php'
	this.url0_0_2_3 = '/CMC (Cardiovascular Medicine) Rotation Curriculum.pdf'
	this.url0_0_2_4 = '/CMC (Pulmonary and Sleep Medicine) Rotation Curriculum.pdf'
	this.url0_0_2_5 = '/graded_responsibilities.pdf'
	

//	Core Curriculum 0_0_2_0
	this.menu_xy0_0_2_0 = "0,0"
	this.menu_width0_0_2_0 = 200
	
	this.item0_0_2_0_0 = 'Patient Care'
	this.item0_0_2_0_1 = 'Medical Knowledge'
	this.item0_0_2_0_2 = 'Practice-Based Learning and Improvements'
	this.item0_0_2_0_3 = 'Interpersonal Skills and Improvement'
	this.item0_0_2_0_4 = 'Professionalism'
	this.item0_0_2_0_5 = 'System-Based Practice'
	this.item0_0_2_0_6 = 'Osteopathic Manipulative Medicine'
	
	this.icon_rel0_0_2_0_0 = 0
	this.icon_rel0_0_2_0_1 = 0
	this.icon_rel0_0_2_0_2 = 0
	this.icon_rel0_0_2_0_3 = 0
	this.icon_rel0_0_2_0_4 = 0
	this.icon_rel0_0_2_0_5 = 0
	this.icon_rel0_0_2_0_6 = 0

	this.url0_0_2_0_0 = '/patientCare.php'
	this.url0_0_2_0_1 = '/medical_knowledge.php'
	this.url0_0_2_0_2 = '/pbli.php'
	this.url0_0_2_0_3 = '/interpersonal_skills.php'
	this.url0_0_2_0_4 = '/professionalism.php'
	this.url0_0_2_0_5 = '/sb_practice.php'	
	this.url0_0_2_0_6 = '/omm.php'

	//	Program Structure 0_0_3
	this.menu_xy0_0_3 = "0,0"
	this.menu_width0_0_3 = 150
	
	this.item0_0_3_0 = 'Curriculum by Year'
	
	this.icon_rel0_0_3_0 = 0

	this.url0_0_3_0 = '/cur-by-year.php'

	//	Training Sites 0_0_4
	this.menu_xy0_0_4 = "0,0"
	this.menu_width0_0_4 = 185
	
	this.item0_0_4_0 = 'Mercy Hospital'
	this.item0_0_4_1 = 'Moses Taylor Hospital'
	this.item0_0_4_2 = 'Scranton-Temple Health Center'
	this.item0_0_4_3 = 'STRP Mid-Valley Practice'
	this.item0_0_4_4 = 'Community Medical Center'
				
	this.icon_rel0_0_4_0 = 0
	this.icon_rel0_0_4_1 = 0
	this.icon_rel0_0_4_2 = 0
	this.icon_rel0_0_4_3 = 0
	this.icon_rel0_0_4_4 = 0
	
	this.url0_0_4_0 = 'http://www.mhs-nepa.com/'
	this.url0_0_4_1 = 'http://www.mth.org/'
	this.url0_0_4_2 = '/temple-health-center.php'
	this.url0_0_4_3 = '/mid-valley.php'
	this.url0_0_4_4 = 'http://www.cmchealthsys.org/'

	//	Medical School Affiliations  0_0_5
	this.menu_xy0_0_5 = "0,0"
	this.menu_width0_0_5 = 250
	
	this.item0_0_5_0 = 'Temple University School of Medicine'
	this.item0_0_5_1 = 'Lake Erie College of Osteopathic'
	this.item0_0_5_2 = 'Philadelphia College of Osteopathic Medicine'
				
	this.icon_rel0_0_5_0 = 0
	this.icon_rel0_0_5_1 = 0
	this.icon_rel0_0_5_2 = 0
	
	this.url0_0_5_0 = 'http://www.temple.edu/medschool'
	this.url0_0_5_1 = 'http://www.lecom.edu/'
	this.url0_0_5_2 = 'http://www.pcom.edu/'

  // For Applicants 0_2
	this.menu_xy0_2 = "0,0"
	this.menu_width0_2 = 175
        
	this.item0_2_0 = "From the President"
	this.item0_2_1 = "Application Process"
	this.item0_2_2 = "Salary and Benefits"
	this.item0_2_3 = "About the Area"
	this.item0_2_4 = "Sample Housestaff Agreement"
	this.item0_2_5 = "FAQ"

	this.icon_rel0_2_0 = 0
	this.icon_rel0_2_1 = 0
	this.icon_rel0_2_2 = 0
	this.icon_abs0_2_3 = 0
	this.icon_rel0_2_4 = 0
	this.icon_rel0_2_5 = 0
	
	this.url0_2_0 = '/message-from-president.php'
	this.url0_2_1 = '/application.php'
	this.url0_2_2 = '/salary-benefits.php'
	this.url0_2_3 = '/about-area.php'
	this.url0_2_4 = '/RESIDENT SAMPLE AGR.pdf'
	this.url0_2_5 = '/faq.php'



//	About the Area 0_2_3
	this.menu_xy0_2_3 = "0,0"
	this.menu_width0_2_3 = 200
	
	this.item0_2_3_0 = 'Housing'
	this.item0_2_3_1 = 'Recreation'
	this.item0_2_3_2 = 'Ski Resorts'
	this.item0_2_3_3 = 'Community'
	
	this.icon_abs0_2_3_0 = 0
	this.icon_rel0_2_3_1 = 0
	this.icon_rel0_2_3_2 = 0
	this.icon_rel0_2_3_3 = 0


	this.url0_2_3_0 = '/housing.php'
	this.url0_2_3_1 = 'http://www.visitnepa.org/'
	this.url0_2_3_2 = '/ski.php'
	this.url0_2_3_3 = 'http://www.scrantonchamber.com/scranton/Default.htm'

//	Housing 0_2_3_0
	this.menu_xy0_2_3_0 = "0,0"
	this.menu_width0_2_3_0 = 200
	
	this.item0_2_3_0_0 = 'Apartments'
	this.item0_2_3_0_1 = 'Century 21'
	this.item0_2_3_0_2 = 'Coldwell Banker'
	
	this.icon_rel0_2_3_0_0 = 0
	this.icon_rel0_2_3_0_1 = 0
	this.icon_rel0_2_3_0_2 = 0


	this.url0_2_3_0_0 = '/apartments.php'
	this.url0_2_3_0_1 = 'http://www.century21.com'
	this.url0_2_3_0_2 = 'http://www.coldwellbanker.com/'

  // For Housestaff 0_3
	
	this.menu_xy0_3 = "0,0"
	this.menu_width0_3 = 165
        
	this.item0_3_0 = "Rotation/Clinic Schedule"
	this.item0_3_1 = "MyEvaluations"
	this.item0_3_2 = "Links to Medical Resources"
	this.item0_3_3 = "Housestaff Policy Manual"
	this.item0_3_4 = "Forms"
	this.item0_3_5 = "Resident Portfolio"
	this.item0_3_6 = "Events"
	this.item0_3_7 = "Discussion Board"
	this.item0_3_8 = 'Resident/Faculty Compact'

	this.icon_rel0_3_0 = 0
	this.icon_rel0_3_1 = 0
	this.icon_rel0_3_2 = 0
	this.icon_rel0_3_3 = 0
	this.icon_rel0_3_4 = 0
	this.icon_rel0_3_5 = 0
	this.icon_rel0_3_6 = 0
	this.icon_rel0_3_7 = 0
	this.icon_rel0_3_8 = 0

	this.url0_3_0 = 'http://www.amion.com'
	this.url0_3_1 = 'http://www.myevaluations.com/Logon.asp'
	this.url0_3_2 = '/medical_resources.php'
	this.url0_3_3 = '/housestaff/HousestaffPolicyManual.pdf'
	this.url0_3_4 = '/housestaff/forms.php'
	this.url0_3_5 = '/res_portfolio.php'
	this.url0_3_6 = '/events.php'
	this.url0_3_7 = '/forum/index.php'
	this.url0_3_8 = '/resident_compact.php'

  // For Alumni 0_4
	
	this.menu_xy0_4 = "0,0"
	this.menu_width0_4 = 165
        
	this.item0_4_0 = "Alumni Update Form"
	this.item0_4_1 = "Alumni Profiles"

	this.icon_rel0_4_0 = 0
	this.icon_rel0_4_1 = 0

	this.url0_4_0 = '/alumni-update-form.php'
	this.url0_4_1 = '/alumni-profiles.php'

  // Sponsored Research Conferences 0_5	
	this.menu_xy0_5 = "0,0"
	this.menu_width0_5 = 350
        
	this.item0_5_0 = "Health Science Research in Northeastern Pennsylvania"
	//this.item0_5_1 = "Health Science Research 2009"

	this.icon_rel0_5_0 = 0
	//this.icon_rel0_5_1 = 0

	this.url0_5_0 = '/hsrconferences.php'
	//this.url0_5_1 = '/hsr2009.php'
	

	}///////////////////////// END Menu Data /////////////////////////////////////////

