﻿
document.write('\
<div><div><div style="display:none;"><ul id="imenus1" style="width:186px">\
<li  style="width:185px;"><a href="#" target="_self">Undergrad Students</a>\
\
	<div><div style="width:160px;top:-19px;left:185px;"><ul style="">\
	<li ><a href="cs-ugcareers.html" target="_self">Careers in Health & Human Services</a></li>\
	<li ><a href="http://www.emich.edu/public/catalogs/undergraduate3.html" target="_self">Catalog</a></li>\
	<li ><a href="cs-ugprograms.html" target="_self">Programs</a></li>\
	<li ><a href="cs-ugadmission.html" target="_self">Admission to the College</a></li>\
	<li ><a href="cs-ugacademicsupport.html" target="_self">Academic Support Services/Advising Center</a></li>\
	<li ><a href="cs-ugorganizations.html" target="_self">Organizations</a></li>\
	<li ><a href="cs-ugtransfer.html" target="_self">Transfer Students</a></li>\
	</ul></div></div></li>\
\
<li  style="width:185px;"><a href="#" target="_self">Grad Students</a>\
\
	<div><div style="width:140px;top:-18px;left:185px;"><ul style="">\
	<li ><a href="http://www.gradord.emich.edu/" target="_self">Admissions</a></li>\
	<li ><a href="http://www.emich.edu/public/catalogs/graduate3.html" target="_self">Catalog</a></li>\
	<li ><a href="http://www.gradord.emich.edu/" target="_self">Graduate School</a></li>\
	<li ><a href="cs-gradprograms.html" target="_self">Programs</a></li>\
	</ul></div></div></li>\
\
<li ><a href="about-ne.html" target="_self">News & Events</a></li>\
<li ><a href="advising-welcome.html" target="_self">Advising Center</a></li>\
<li ><a href="http://www.emich.edu/finaid/" target="_self">Financial Aid</a></li>\
<li ><a href="cs-scholarships.html" target="_self">Scholarships</a></li>\
<li ><a href="cs-facilities.html" target="_self">Facilities</a></li>\
<li ><a href="cs-builddir.html" target="_self">Building Directories</a></li>\
<li ><a href="cs-contactus.html" target="_self">Contact us</a></li>\
<li ><a href="cs-humansubj.html" target="_self">Human Subjects Information</a></li>\
<li ><a href="cs-labhours.html" target="_self">Lab Hours & Computing Information</a></li>\
<li ><a href="about-research.html" target="_self">Research</a></li>\
<li ><a href="about-volunteer.html" target="_self">Volunteerism</a></li>\
<li ><a href="about-intlactivities.html" target="_self">International Activities</a></li>\
<li ><a href="about-studentinfo.html" target="_self">Student Organizations</a>\ \
</ul><div style="clear:left;"></div></div></div></div>\
');







/*

          Tips & Tricks

             1: Adjust the "function menudata0()" numeric id in the statement below to match the numeric id of
                the id='imenus0' statement within the menu structure and links secion above.  The numbers must 
                match for the menu to work, multiple menus may be used on a single page by adding new sections 
                with new id's.

             2: To specifically define settings for an individual item or container, apply classes or inline styles
                directly to the UL and A tags in the HTML tags which define your menus structure and links above.

             3: Use the parameter options below to define borders and padding.  Borders and padding specified
                within the menus HTML structure may cause positioning and actual sizing to be offset a bit in
                some browsers.
 
*/




/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/


function imenus_data1(){


	list7 = true 
	this.enable_visual_design_mode = false			//turns the visual design pad option on or off

	this.main_is_horizontal = false
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = "elements/arrow_sub.gif"
	this.main_expand_image_hover = "elements/arrow_sub.gif"
	this.main_expand_image_width = "10"
	this.main_expand_image_height = "13"
	this.main_expand_image_offx = "-5"
	this.main_expand_image_offy = "1"

	this.sub_expand_image = "elements/arrow_sub.gif"
	this.sub_expand_image_hover = "elements/arrow_sub.gif"
	this.sub_expand_image_width = "10"
	this.sub_expand_image_height = "13"
	this.sub_expand_image_offx = "5"
	this.sub_expand_image_offy = "0"



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:3F7F52; border-style:solid; border-color:#CCCBAC; border-width:2px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color:#FFFFFF; text-align:left; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none; padding-top:1px; padding-right:0px; padding-bottom:1px; padding-left:15px; border-style:solid; border-color:#CCCBAC; border-width:1px; border-bottom-style:none; border-bottom-width:0px; border-bottom-color:#CCCBAC;"
	this.main_item_hover_styles = "background-color:#F4D242; color:#004517; "
	this.main_item_active_styles = "text-decoration:none;"


	//Sub Menu

	this.subs_container_styles = "background-color:#3F7F52; border-style:solid; border-color:#CCCBAC; border-width:2px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.subs_item_styles = "color:#FFFFFF; text-align:left; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none; padding-top:1px; padding-right:5px; padding-bottom:1px; padding-left:5px; border-style:solid; border-width:1px; border-color:#CCCBAC; border-bottom-style:none; border-bottom-width:0px; border-bottom-color:#CCCBAC;"
	this.subs_item_hover_styles = "background-color:#F4D242; color:#004517; "
	this.subs_item_active_styles = "text-decoration:none; "


}


