/* CoolMenus 4 - default styles - end */
/******************* MENU NUMBER 2 **********************************/



/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.openOnClick=1
oCMenu.pxBetween=0
oCMenu.fromLeft=4
oCMenu.fromTop=250
//change to 0 for vertical
oCMenu.rows=0
//center the menu
oCMenu.menuPlacement=""
                                                             
oCMenu.offlineRoot="/" 
oCMenu.onlineRoot="/" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
//higher z index =more toward front
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
//oCMenu.barWidth="100%"
//oCMenu.barHeight="menu" 
oCMenu.barHeight=30
//oCMenu.barClass="cl2Bar"
//oCMenu.barX=0 
//oCMenu.barY=0
//oCMenu.barBorderX=0
//oCMenu.barBorderY=0
//
//oCMenu.barBorderClass="cl2Level0border"

//Level properties - ALL properties have to be spesified in level 0
//oCMenu.level[0].fromTop=230
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=200
oCMenu.level[0].height=35

//must point the menus at different style classes if you want them to look different

oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].align="right"
oCMenu.level[0].rows=0
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
//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
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
//oCMenu.level[1].width=oCMenu.level[0].width-2
//oCMenu.level[1].menuPlacement="right"
oCMenu.level[1].width=300
oCMenu.level[1].height=24
oCMenu.level[1].offsetX=-100
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].borderClass="cl2Level0border"

//oCMenu.level[1].align="center" 
/*"bottom": The sub menus of this level will come out on the top of this item
"top": The sub menus of this level will come out on the bottom of this item
"left": The sub menus of this level will come out on the right of this item
"right": The sub menus of this level will come out on the left of this item 
oCMenu.level[1].align="top"
//oCMenu.level[1].rows=0


//oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="cl2Level1border"
//oCMenu.level[1].zIndex=200

//
//oCMenu.level[1].zIndex=-1

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
	
	
	//
		
//oCMenu.makeMenu('top0','','Required Notifiable Conditions','http://www.hcphes.org/vph/dccp/Epidemiology/HCPHES_Notifiable%20Conditions%20May%202007.pdf','','','60','','','','')		

oCMenu.makeMenu('top0','','About Us &#9658;','','','','','','','')
	oCMenu.makeMenu('sub00','top0','About VPH','http://www.hcphes.org/vph/About_Us/index.html')
	oCMenu.makeMenu('sub02','top0','Contact Us','http://www.hcphes.org/vph/About_Us/Contact_Us/index.html')
	oCMenu.makeMenu('sub03','top0','Events Calendar','http://www.hcphes.org/vph/About_Us/EventsCalendar.html')
	oCMenu.makeMenu('sub04','top0','Our Services','http://www.hcphes.org/vph/About_Us/Our_Services/index.html')




oCMenu.makeMenu('top1','','Adopt A Pet','http://www.hcphes.org/vph/Adopt_A_Pet/index.html')
oCMenu.makeMenu('top2','','Animal Bites','http://www.hcphes.org/vph/Animal_Bites/index.html')
oCMenu.makeMenu('top3','','Animal Complaints','http://www.hcphes.org/vph/Animal_Complaints/index.html')
oCMenu.makeMenu('top4','','Animal Laws','http://www.hcphes.org/vph/Animal_Laws/index.html')
oCMenu.makeMenu('top5','','Animals & Disaster','http://www.hcphes.org/vph/Animals_&_Disaster/index.html')
oCMenu.makeMenu('top6','','Community Outreach','http://www.hcphes.org/vph/Community_Outreach/index.html')
oCMenu.makeMenu('top7','','Dangerous Dog','http://www.hcphes.org/vph/Dangerous_Dog/index.html')
oCMenu.makeMenu('top8','','Disease Prevention','http://www.hcphes.org/vph/Disease_Prevention/index.html')
oCMenu.makeMenu('top9','','Donate','http://www.hcphes.org/vph/Donate/index.html')
oCMenu.makeMenu('top10','','Fees & Fines','http://www.hcphes.org/vph/Fees_&_Fines/index.html')
oCMenu.makeMenu('top11','','Find a Lost Pet','http://www.hcphes.org/vph/Find_a_Lost_Pet/index.html')
oCMenu.makeMenu('top12','','Friends of CountyPets','http://www.hcphes.org/vph/Friends_of_CountyPets/index.html')
oCMenu.makeMenu('top13','','License A Pet','http://www.hcphes.org/vph/License_A_Pet/index.html')
oCMenu.makeMenu('top14','','Publications','http://www.hcphes.org/vph/Publications/index.html')
oCMenu.makeMenu('top15','','Rabies','http://www.hcphes.org/vph/Rabies/index.html')
oCMenu.makeMenu('top16','','Rescue Animals','http://www.hcphes.org/vph/Rescue_Animals/index.html')
oCMenu.makeMenu('top17','','Veterinary Health Network','http://www.hcphes.org/vph/Veterinary_Health_Network/index.html')
oCMenu.makeMenu('top18','','Volunteer','http://www.hcphes.org/vph/Volunteer/index.html')
oCMenu.makeMenu('top19','','Helpful Links','http://www.hcphes.org/vph/HelpfulLinks.html')
oCMenu.makeMenu('top20','','VPH Homepage','http://www.hcphes.org/vph/index.htm')



	
//


//Leave this line - it constructs the menu
oCMenu.construct()
