//This JavaScript Code here is for the dropdown menu items for the site of Housing Mediation Services at the University of Western Ontario.
//Please make sure to update 
// (1) <noscript> section on main template page 
// (2) atomz serach template at http://atomz.com 
//when you change any menu item here.

//Menu object creation
oCMenu2=new makeCM("oCMenu2") 

//Menu properties   
oCMenu2.pxBetween=0
oCMenu2.fromLeft=0 
oCMenu2.fromTop=115 
oCMenu2.rows=1
oCMenu2.menuPlacement="center"

 

oCMenu2.offlineRoot="file:///K:/HFS/housing/mediation/"  
  

//oCMenu2.onlineRoot="http://webtest.has.uwo.ca/housing/mediation/" 
oCMenu2.onlineRoot="http://www.has.uwo.ca/housing/mediation/" 


oCMenu2.resizeCheck=1 
oCMenu2.wait=100 
oCMenu2.fillImg="images/dropdown_cm_fill.gif"
oCMenu2.zIndex=0

//Level properties - ALL properties have to be spesified in level 0
oCMenu2.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu2.level[0].width=80
oCMenu2.level[0].height=28 
oCMenu2.level[0].regClass="cl2Level0"
oCMenu2.level[0].overClass="cl2Level0over"
oCMenu2.level[0].borderX=0
oCMenu2.level[0].borderY=0
oCMenu2.level[0].borderClass="cl2Level0border"
oCMenu2.level[0].offsetX=0
oCMenu2.level[0].offsetY=0
oCMenu2.level[0].rows=0
oCMenu2.level[0].arrow=0
oCMenu2.level[0].arrowWidth=0
oCMenu2.level[0].arrowHeight=0
oCMenu2.level[0].align="bottom"


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu2.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu2.level[1].width=oCMenu2.level[0].width-2
oCMenu2.level[1].height=25
oCMenu2.level[1].regClass="cl2Level1"
oCMenu2.level[1].overClass="cl2Level1over"
oCMenu2.level[1].borderX=0
oCMenu2.level[1].borderY=0
oCMenu2.level[1].align="center" 
oCMenu2.level[1].offsetX=-(oCMenu2.level[0].width-2)/2+20
oCMenu2.level[1].offsetY=0
oCMenu2.level[1].borderClass="cl2Level1border"

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

 





oCMenu2.makeMenu('top0','','&nbsp;Home','index.htm','',90,0)


oCMenu2.makeMenu('top1','','About Us','about_us.htm','',100,0)
	    
oCMenu2.makeMenu('top2','','Renting Tools','renting_tools.htm','',140,0)
	oCMenu2.makeMenu('sub20','top2','Renting in London','renting_tools.htm#RentingLondon','',200,0)
	oCMenu2.makeMenu('sub21','top2','Roommate Agreement','renting_tools.htm#RoommateAccord','',200,0)
	oCMenu2.makeMenu('sub22','top2','Sample Sublet Agreement','renting_tools.htm#SampleSubletAgreement','',200,0)
	oCMenu2.makeMenu('sub23','top2','Residential Tenancies Act','renting_tools.htm#ResidentialTenanciesAct','',200,0)
	oCMenu2.makeMenu('sub24','top2','Budgeting','budgeting.cfm','',200,0)
 
 

oCMenu2.makeMenu('top3','','Lifestyle Tools','lifestyle_tools.htm','',141,0)
	oCMenu2.makeMenu('sub30','top3','Good Neighbour Manual','good_neighbour_manual.htm','',180,0)
	oCMenu2.makeMenu('sub31','top3','Keggers','keggers.htm','',180,0)
	oCMenu2.makeMenu('sub32','top3','Bylaws','bylaws.htm','',180,0)
	

 

 
oCMenu2.makeMenu('top4','','Resources','resources.htm','',106,0)
	oCMenu2.makeMenu('sub40','top4','Links','resources.htm#links','',106,0)
 

  
	
oCMenu2.makeMenu('top5','','Contact Us','contactus.htm','',93,0)	



//Leave this line - it constructs the menu
oCMenu2.construct()

       
