//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/
limit_multiple_users = true

	dqm__sub_menu_width = 130      		//default sub menu widths
	dqm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 0

	dqm__border_color = "#000000"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#333399"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#333399"		

	dqm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#CCCCCC"
	dqm__fontfamily = "Verdana"		//Any available system font     
	dqm__fontsize = 10			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 9			//Defined with point sizing
	dqm__textdecoration = "normal"		//set to: 'normal', or 'underline'
	dqm__fontweight = "normal"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#FFFFFF"
	dqm__hl_textdecoration = "underline"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 1
	dqm__margin_bottom = 2
	dqm__margin_left = 5
	dqm__margin_right = 4

   


/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images may be defined below and then associated
with any sub menu items within the 'Sub Menu Structure 
and Text' section of this data file.
--------------------------------------------*/


    //Relative positioned icon images (flow with sub item text)

//	dqm__icon_image0 = "images/bullet-ylw.gif"
//	dqm__icon_rollover0 = "images/bullet-wh.gif"
//	dqm__icon_image_wh0 = "11,12"
//	dqm__icon_image_xy0 = "10,1000"
	

    //Absolute positioned icon images (coordinate poitioned)

	//dqm__2nd_icon_image0 = "images/arrow.gif"
	//dqm__2nd_icon_rollover0 = "images/arrow.gif"
	//dqm__2nd_icon_image_wh0 = "13,10"
	//dqm__2nd_icon_image_xy0 = "0,4"



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	dqm__show_urls_statusbar = false
   
	//dqm__status_text0 = "Sample text - Main Menu Item 0"
	//dqm__status_text1 = "Sample text - Main Menu Item 1"

	//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	




/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "none"
	dqm__sub_item_effect = "fade"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .75
	dqm__sub_item_effect_duration = .5


    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25
	dqm__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	dqm__effect_checkerboard_squaresx = 14
	dqm__effect_checkerboard_squaresY = 14
	dqm__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 100			//1 to 100
	dqm__dropshadow_color = "none"			//Hex color value or 'none'
	dqm__dropshadow_offx = 5			//drop shadow width
	dqm__dropshadow_offy = 5			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	dqm__os9_ie5mac_offset_X = 0
	dqm__os9_ie5mac_offset_Y = 0

	dqm__osx_ie5mac_offset_X = 0
	dqm__osx_ie5mac_offset_Y = 0

	dqm__ie4mac_offset_X = -8
	dqm__ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround.

	dqm__nn4_reaload_after_resize = true
	dqm__nn4_resize_prompt_user = false
	dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
   

    //Set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = false


    //Pre-defined sub menu item heights for the Espial Escape browser.

	dqm__escape_item_height = 20


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//dqm__onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.

	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	dqm__border_widthX = 10;
	dqm__divider_heightX = 500;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#00ff00"
	dqm__hl_textcolorX = "#ff0000"
	dqm__text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X' represents the index number of the sub menu item.

	dqm__hl_subdescX = "custom highlight text"
	dqm__urltargetX = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/

    //Main Menu Item 0
	dqm__rollover_image0 = "images/home03/housing_12.gif"
	dqm__rollover_wh0 = "212,17"
	dqm__url0 = "general/index.html";   

    //Main Menu Item 1
	dqm__rollover_image1 = "images/home03/housing_13.gif"
	dqm__rollover_wh1 = "212,18"
	dqm__url1 = "dining/";   

    //Main Menu Item 2
	dqm__rollover_image2 = "images/home03/housing_14.gif"
	dqm__rollover_wh2 = "212,18"
	dqm__url2 = "services/index.html";   

    //Main Menu Item 3
	dqm__rollover_image3 = "images/home03/housing_15.gif"
	dqm__rollover_wh3 = "212,18"
	dqm__url3 = "info/index.html";   

    //Main Menu Item 4
	dqm__rollover_image4 = "images/home03/housing_16.gif"
	dqm__rollover_wh4 = "212,30"
	dqm__url4 = "northwood/index.html";   

    //Main Menu Item 5
	dqm__rollover_image5 = "images/home03/housing_18.gif"
	dqm__rollover_wh5 = "212,19"
	dqm__url5 = "http://www.offcampus.housing.umich.edu/lt/"; 

    //Main Menu Item 6
	dqm__rollover_image6 = "images/home03/housing_19.gif"
	dqm__rollover_wh6 = "212,23"
	dqm__url6 = "http://www.offcampus.housing.umich.edu/staff/";

/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0 = GENERAL INFORMATION

	dqm__sub_xy0 = "-50,0"
	dqm__sub_menu_width0 = 200

	dqm__subdesc0_0 = "Applying for Housing"
	dqm__subdesc0_1 = "How To Contact Our Offices"
	dqm__subdesc0_2 = "Residence Hall Calendar"	
	dqm__subdesc0_3 = "Staff Directory"
	dqm__subdesc0_4 = "Staff Recognition"
	dqm__subdesc0_5 = "Student Employment Opportunities"
	dqm__subdesc0_6 = "Professional Employment Opportunities"
	dqm__subdesc0_7 = "Visiting Campus and University Housing Facilities"
	dqm__subdesc0_8 = "Mission Statement"
	dqm__subdesc0_9 = "Housing Research"
	
	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0
	dqm__icon_index0_3 = 0
	dqm__icon_index0_4 = 0
	dqm__icon_index0_5 = 0
	dqm__icon_index0_6 = 0
	dqm__icon_index0_7 = 0
	dqm__icon_index0_8 = 0
	dqm__icon_index0_9 = 0
	
	dqm__url0_0 = "info/looking.html"
	dqm__url0_1 = "general/contact.html"
	dqm__url0_2 = "info/calendar.html"	
	dqm__url0_3 = "general/contact.html"
	dqm__url0_4 = "staffrecognition/index.html"
	dqm__url0_5 = "employment/index.html"
	dqm__url0_6 = "general/projobs/index.html"
	dqm__url0_7 = "general/visit.html"
	dqm__url0_8 = "general/mission.html"
	dqm__url0_9 = "general/hro/index.html"

    //Sub Menu 1 = DINING & MEAL PLANS

	dqm__sub_xy1 = "-50,2"
	dqm__sub_menu_width1 = 230
	
	dqm__subdesc1_0 = "Menus"
	dqm__subdesc1_1 = "Meal Plans"
	dqm__subdesc1_2 = "Blue Bucks"
	dqm__subdesc1_3 = "Religious Observance Options"
	dqm__subdesc1_4 = "Residence Hall Dining Hours"
	dqm__subdesc1_5 = "Nutrition"


	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0
	dqm__icon_index1_3 = 0
	dqm__icon_index1_4 = 0
	dqm__icon_index1_5 = 0


	
	dqm__url1_0 = "dining/"
	dqm__url1_1 = "dining/mealplan.html"
	dqm__url1_2 = "dining/bluebucks.html"
	dqm__url1_3 = "dining/religious.html"
	dqm__url1_4 = "dining/index.php?hours=1"
	dqm__url1_5 = "dining/nutrition.html"


     //Sub Menu 2 = HOUSING SERVICES

	dqm__sub_xy2 = "-50,2"
	dqm__sub_menu_width2 = 230

	dqm__subdesc2_0 = "Academic Services and Programs"
	dqm__subdesc2_1 = "Community Learning Centers"
	dqm__subdesc2_2 = "Residential Computing"
	dqm__subdesc2_3 = "Conference Services"
	dqm__subdesc2_4 = "Sustainability Efforts" 
	dqm__subdesc2_5 = "Facilities and FIX-IT"
	dqm__subdesc2_6 = "Cable Television"
	dqm__subdesc2_7 = "Refrigerator Rental"
	dqm__subdesc2_8 = "Residence Education"
	dqm__subdesc2_9 = "Community Center Services"
	dqm__subdesc2_10 = "Safety and Security"
	dqm__subdesc2_11 = "Solicitation and Space Use"
	
	dqm__icon_index2_0 = 0
	dqm__icon_index2_1 = 0
	dqm__icon_index2_2 = 0
	dqm__icon_index2_3 = 0
	dqm__icon_index2_4 = 0
	dqm__icon_index2_5 = 0
	dqm__icon_index2_6 = 0
	dqm__icon_index2_7 = 0
	dqm__icon_index2_8 = 0
	dqm__icon_index2_9 = 0
	dqm__icon_index2_10 = 0
	dqm__icon_index2_11 = 0
	
	dqm__url2_0 = "services/acadserv/acadserv.html"
	dqm__url2_1 = "clc/index.php"
	dqm__url2_2 = "http://rescomp.umich.edu/"
	dqm__url2_3 = "http://www.conferences.housing.umich.edu/"
	dqm__url2_4 = "sustainability/index.htm"
	dqm__url2_5 = "services/facilities/index.html"
	dqm__url2_6 = "services/cable.html"
	dqm__url2_7 = "services/fridgeindex.html"
	dqm__url2_8 = "services/resed/index.html"
	dqm__url2_9 = "services/communitycenter.html"
	dqm__url2_10 = "services/security/index.html"
	dqm__url2_11 = "services/solit/index.html"

    //Sub Menu 3 = UNDERGRAD

	dqm__sub_xy3 = "-50,1"
	dqm__sub_menu_width3 = 220

	dqm__subdesc3_0 = "How to Apply for Housing"
	dqm__subdesc3_1 = "New Student Information" 
	dqm__subdesc3_2 = "Returning Students"
	dqm__subdesc3_3 = "Students with Disabilities or Chronic Health Conditions"
	dqm__subdesc3_4 = "Contract &amp; Rates"
	dqm__subdesc3_5 = "Community Living at Michigan"
	dqm__subdesc3_6 = "Room Changes"
	dqm__subdesc3_7 = "Residence Hall Overviews"
	dqm__subdesc3_8 = "Northwood III Undergraduate Apartments"
	dqm__subdesc3_9 = "ResHall Parking"
	dqm__subdesc3_10 = "ResHall Transportation"
	dqm__subdesc3_11 = "Move-In"
	dqm__subdesc3_12 = "Fall Move-Out"
	dqm__subdesc3_13 = "Winter Move-Out"
	dqm__subdesc3_14 = "Michigan Learning Communities"
	dqm__subdesc3_15 = "Multicultural and Diversity Programs"
	dqm__subdesc3_16 = "Residence Hall Calendar"
	dqm__subdesc3_17 = "Spring-Summer Housing"
	dqm__subdesc3_18 = "Parents"

	dqm__icon_index3_0 = 0
	dqm__icon_index3_1 = 0
	dqm__icon_index3_2 = 0
	dqm__icon_index3_3 = 0
	dqm__icon_index3_4 = 0
	dqm__icon_index3_5 = 0
	dqm__icon_index3_6 = 0
	dqm__icon_index3_7 = 0
	dqm__icon_index3_8 = 0
	dqm__icon_index3_9 = 0
	dqm__icon_index3_10 = 0
	dqm__icon_index3_11 = 0
	dqm__icon_index3_12 = 0
	dqm__icon_index3_13 = 0
	dqm__icon_index3_14 = 0
	dqm__icon_index3_15 = 0
	dqm__icon_index3_16 = 0
	dqm__icon_index3_17 = 0
	dqm__icon_index3_18 = 0
	
	dqm__url3_0 = "info/looking.html"
	dqm__url3_1 = "info/freshmen.html"
	dqm__url3_2 = "info/return.html"
	dqm__url3_3 = "info/disabilities.html"
	dqm__url3_4 = "info/contract.html"
	dqm__url3_5 = "info/commliv.html"
	dqm__url3_6 = "info/changes.html"
	dqm__url3_7 = "residencehalls/index.php"
	dqm__url3_8 = "northwood3/index.html"
	dqm__url3_9 = "info/rhparking.html"
	dqm__url3_10 = "info/rhtransportation.html"
	dqm__url3_11 = "movein/"
	dqm__url3_12 = "info/fall_closing.html"
	dqm__url3_13 = "info/winter_closing.html"
	dqm__url3_14 = "info/learncomm.html"
	dqm__url3_15 = "info/multicultmain.html"
	dqm__url3_16 = "info/calendar.html"
	dqm__url3_17 = "info/spring.html"
	dqm__url3_18 = "parent/"
	

     //Sub Menu 4 = NORTHWOOD HOUSING

	dqm__sub_xy4 = "-50,2"
	dqm__sub_menu_width4 = 230

	dqm__subdesc4_0 = "Application Processes"
	dqm__subdesc4_1 = "Overviews & Virtual Tours"
	dqm__subdesc4_2 = "Residents' Gateway"
	dqm__subdesc4_3 = "Community Center"
	dqm__subdesc4_4 = "English Language Program"
	dqm__subdesc4_5 = "International Students"
	dqm__subdesc4_6 = "Security"
	dqm__subdesc4_7 = "FIX-IT Repair Service"
	dqm__subdesc4_8 = "Facilities and Operations"
	dqm__subdesc4_9 = "Online Forms"
	dqm__subdesc4_10 = "Employment Opportunities"
	dqm__subdesc4_11 = "Visiting and Contacting Us"
	
	dqm__icon_index4_0 = 0
	dqm__icon_index4_1 = 0
	dqm__icon_index4_2 = 0
	dqm__icon_index4_3 = 0
	dqm__icon_index4_4 = 0
	dqm__icon_index4_5 = 0
	dqm__icon_index4_6 = 0
	dqm__icon_index4_7 = 0
	dqm__icon_index4_8 = 0
	dqm__icon_index4_9 = 0
	dqm__icon_index4_10 = 0
	dqm__icon_index4_11 = 0
	dqm__icon_index4_11 = 0

	dqm__url4_0 = "northwood/welcome.html"
	dqm__url4_1 = "northwood/overview/index.php"
	dqm__url4_2 = "northwood/index.html"
	dqm__url4_3 = "northwood/commcenter.html"
	dqm__url4_4 = "northwood/elp.html"
	dqm__url4_5 = "international/"
	dqm__url4_6 = "services/security/"
	dqm__url4_7 = "fixit/index.php"
	dqm__url4_8 = "northwood/facilities.html"
	dqm__url4_9 = "northwood/forms.html"
	dqm__url4_10 = "northwood/jobs.html"
	dqm__url4_11 = "northwood/visit_contact.html"

	
    //Sub Menu 5 = OFF CAMPUS

	dqm__sub_xy5 = "-50,2"
	dqm__sub_menu_width5 = 230

	dqm__subdesc5_0 = "General Information"
	dqm__subdesc5_1 = "Tenant Basics"
	dqm__subdesc5_2 = "Housing Listings"
	dqm__subdesc5_3 = "Parking Listings"
	dqm__subdesc5_4 = "Roommate Finder and Sublets"
	dqm__subdesc5_5 = "Create a New Student Account"
	dqm__subdesc5_6 = "Student Login"
	dqm__subdesc5_7 = "Conflict Resolution Service"
	dqm__subdesc5_8 = "Landlord Services"
	dqm__subdesc5_9 = "Glossary"

	dqm__icon_index5_0 = 0
	dqm__icon_index5_1 = 0
	dqm__icon_index5_2 = 0
	dqm__icon_index5_3 = 0
	dqm__icon_index5_4 = 0
	dqm__icon_index5_5 = 0
	dqm__icon_index5_6 = 0
	dqm__icon_index5_7 = 0
	dqm__icon_index5_8 = 0
	dqm__icon_index5_9 = 0

	dqm__url5_0 = "http://www.offcampus.housing.umich.edu/lt/general.cfm"
	dqm__url5_1 = "http://www.offcampus.housing.umich.edu/lt/basics.cfm"
	dqm__url5_2 = "http://www.offcampus.housing.umich.edu/lt/housing_listings.cfm"
	dqm__url5_3 = "http://www.offcampus.housing.umich.edu/lt/parking_listings.cfm"
	dqm__url5_4 = "http://www.offcampus.housing.umich.edu/lt/sharedhousingandsublets.cfm"
	dqm__url5_5 = "http://www.offcampus.housing.umich.edu/lt/student_profile.cfm"
	dqm__url5_6 = "http://www.offcampus.housing.umich.edu/lt/student_registration.cfm"
	dqm__url5_7 = "http://www.offcampus.housing.umich.edu/lt/conflict_resolution.cfm"
	dqm__url5_8 = "http://www.offcampus.housing.umich.edu/lt/landlord_services.cfm"
	dqm__url5_9 = "http://www.offcampus.housing.umich.edu/lt/glossary.cfm"	


    //Sub Menu 6 = FAC & STAFF

	dqm__sub_xy6 = "-50,2"
	dqm__sub_menu_width6 = 230

	dqm__subdesc6_0 = "On-Campus Apartments and Townhouses"
	dqm__subdesc6_1 = "Northwood Short-Term Housing"
	dqm__subdesc6_2 = "Faculty-Staff Housing Referral"
	dqm__subdesc6_3 = "Off-Campus Housing Program"
	dqm__subdesc6_4 = "Housing Advisors"
	dqm__subdesc6_5 = "Conference Services"
	dqm__subdesc6_6 = "University-Owned Rental Properties"
	dqm__subdesc6_7 = "Retirement Housing"

	dqm__icon_index6_0 = 0
	dqm__icon_index6_1 = 0
	dqm__icon_index6_2 = 0
	dqm__icon_index6_3 = 0
	dqm__icon_index6_4 = 0
	dqm__icon_index6_5 = 0
	dqm__icon_index6_6 = 0
	dqm__icon_index6_7 = 0
	
	dqm__url6_0 = "http://www.offcampus.housing.umich.edu/staff/family.cfm"
	dqm__url6_1 = "http://housing.umich.edu/northwood/short_term.html"
	dqm__url6_2 = "http://www.offcampus.housing.umich.edu/staff/referral.cfm"
	dqm__url6_3 = "http://www.offcampus.housing.umich.edu/lt/index.cfm"
	dqm__url6_4 = "http://www.offcampus.housing.umich.edu/staff/advisors.cfm"
	dqm__url6_5 = "http://www.cms.housing.umich.edu/"
	dqm__url6_6 = "http://www.plantext.bf.umich.edu/plantext/realestate/"
	dqm__url6_7 = "http://www.offcampus.housing.umich.edu/staff/retirement.cfm"
	

//**********************************************************************************************************************
//**		WHO ARE YOU MENU ITEMS 																			         ***
//** 																												 ***
//**   INSTRUCTIONS:																								 ***
//**       Method 1:   The javascript that runs this menu will automatically create links for you.					 ***
//**        Simply put the text that you want to be linked followed by a pipe character ("|") and then the link.     ***
//**        For example:   '<this is my text>|<this is my link>' or 'UM Housing|http://www.housing.umich.edu'        ***
//**																												 ***
//**       Method 2:   If you do not want to have the javascript create the link for you (perhaps you want the       ***
//**         click to open a new window), you can enter a literal string that you want to us as the link.            ***
//**         For example:  '<a href="javascript:void(0)" onclick="window.open(blah)">open me</a>'					 ***
//**																												 ***
//**	   Other Info:   The numbers between the brackets do not have to be in order.  Start at zero and simply      ***
//**         number each item in the order that you want it to appear in the list.									 ***
//**																												 ***
//**         Also, enclose the text in single quotes - do not use single quotes within the text.  If you need to     ***
//**         use a single quote within the text, place a \ in front of it.										     ***
//**		 For example:  'Tim\'s Text|mylink.com'																	 ***
//**																												 ***
//**********************************************************************************************************************																							

	var whoareyou = new Array();
	whoareyou[0] = 'Freshman|info/freshmen.html';
	whoareyou[1] = 'Transfer Students|info/transfer.html';
	whoareyou[2] = 'Returning Undergraduates|info/return.html';
	whoareyou[3] = 'Graduate Students|northwood/index.html';
	whoareyou[4] = 'International Students|international/';
	whoareyou[5] = 'Students with Families|northwood/index.html';
	whoareyou[6] = 'Student with Disabilities or Chronic Health Conditions|info/disabilities.html';
	whoareyou[7] = 'Students Seeking Off-Campus Housing|http://www.offcampus.housing.umich.edu/lt/index.cfm';
	whoareyou[8] = 'Faculty/Staff|http://www.offcampus.housing.umich.edu/staff/index.cfm';
	whoareyou[9] = 'Area Landlords|http://www.offcampus.housing.umich.edu/lt/landlord_services.cfm';
	
	
	
	
	
	
//**********************************************************************************************************************
//**		WHAT'S NEW MENU ITEMS 																			         ***
//** 																												 ***
//**   INSTRUCTIONS:																								 ***
//**       Method 1:   The javascript that runs this menu will automatically create links for you.					 ***
//**        Simply put the text that you want to be linked followed by a pipe character ("|") and then the link.     ***
//**        For example:   '<this is my text>|<this is my link>' or 'UM Housing|http://www.housing.umich.edu'        ***
//**																												 ***
//**       Method 2:   If you do not want to have the javascript create the link for you (perhaps you want the       ***
//**         click to open a new window), you can enter a literal string that you want to use as the link.            ***
//**         For example:  '<a href="javascript:void(0)" onclick="window.open(blah)">open me</a>'					 ***
//**																												 ***
//**	   Other Info:   The numbers between the brackets do not have to be in order.  Start at zero and simply      ***
//**         number each item in the order that you want it to appear in the list.									 ***
//**																												 ***
//**         Also, enclose the text in single quotes - do not use single quotes within the text.  If you need to     ***
//**         use a single quote within the text, place a \ in front of it.										     ***
//**		 For example:  'Tim\'s Text|mylink.com'																	 ***
//**																												 ***
//**********************************************************************************************************************	
	
    var whatsnew = new Array();

 	whatsnew[1] = 'Time to start thinking about sign-up!|http://options.housing.umich.edu';  
	whatsnew[0] = '<span style="color:yellow;font-weight:bold;">New!</span> Fall Move Out Information|http://www.housing.umich.edu/info/fall_closing.html';
 	whatsnew[4] = 'Winter Term Projected Withdrawal|http://www.housing.umich.edu/info/projected_withdrawal.php';
	whatsnew[2] = 'Thanksgiving Weekend Dining Schedule|http://www.housing.umich.edu/dining/breakhours.html';
	whatsnew[3] = 'Don\'t know where to stay between semesters?|http://www.housing.umich.edu/international/termbreak.html'


	