//UDMv3.8.1
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  
//  IPC Menus
//
//  
//  
//  
//  
//
///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";		// alignment mode
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	103; 		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF = "/ipc/dropdown_menu_ipc/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"black";	// main nav cell color
var rCOLOR = 	"#CDC9C9";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"white";	// main nav border color
var aLINK = 	"#FFFAFA";	// main nav link color
var aHOVER = 	"#FF0000";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana,arial,sans-serif";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"normal";		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	2;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	-1;		// shift the submenus vertically
var hOFFSET = 	-1;		// shift the submenus horizontally


var openTIMER = 100;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 150;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 400;		// menu closing delay time

var smCOLOR = 	"#CDC9C9";	// submenu cell color
var srCOLOR = 	"#FF0000";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#3F366D"	// submenu border color

var saLINK = 	"black";	// submenu link color
//var saLINK = 	"#000055";	// submenu link color

var saHOVER = 	"#FFFAFA";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana,arial,sans serif";  // submenu font face		
var sfSIZE = 	11;		// submenu font size (pixels)	
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 6;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	3;		// menu drop shadow size 
var shCOLOR =	"#bcbcbc";	// menu drop shadow color
var shOPACITY = 75;		// menu drop shadow opacity (not ie4/ns4/op5)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu	
var chvOFFSET = 5;		// shift the child menus vertically 			
var chhOFFSET = -3;		// shift the child menus horizontally 		

var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or op5)

var altDISPLAY = "title";	// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width 


var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		//arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		//left arrow (not ns4/op5/op6)
var arrLEFT_ROLL = "";		//left rollover arrow (not ns4/op5/op6)
var arrRIGHT = ">";		//right arrow (not ns4/op5/op6)
var arrRIGHT_ROLL = "";		//right rollover arrow (not ns4/op5/op6)





//** LINKS ***********************************************************

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

//One
addMainItem("","Poisoning <br>Hazards",94,"center","","",0,0,""); 
	
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(180,"left","left",0,0);
	// add submenu link items ("url","Link name","_target","alt text")
	// Code for logon script
	//addSubmenuItem("http://www.mchc.org/logon.asp?dept=capes&sess=" + sessionkey,"Clinical, Administrative, Professional & Emergency Services (CAPES)","","");
	addSubmenuItem("/ipc/poisoninghazards/poisondefined.htm","Poison Defined","main","");
	addSubmenuItem("/ipc/poisoninghazards/householdproducts.htm","Household Products","main","");
	addSubmenuItem("/ipc/poisoninghazards/medicines.htm","Medicines","main","");
	addSubmenuItem("","Toxic Plants","","");
		defineChildmenuProperties(210,"left","left",-1,-5);
		addChildmenuItem("/ipc/poisoninghazards/toxicplants/mildlyplants.htm","Mildly & Moderately Toxic Plants","main","");
		addChildmenuItem("/ipc/poisoninghazards/toxicplants/highlyplants.htm","Highly Toxic Plants","main","");
		addChildmenuItem("/ipc/poisoninghazards/toxicplants/preventplantpoisoning.htm","Prevent a Plant Poisoning","main","");
		addChildmenuItem("/ipc/poisoninghazards/toxicplants/plantfirstaid.htm","First Aid for Plant Exposure","main","");
		addChildmenuItem("/ipc/offline.htm","Order Toxic Plant List","new","");
	addSubmenuItem("/ipc/poisoninghazards/mushrooms.htm","Mushrooms","main","");
	addSubmenuItem("/ipc/poisoninghazards/co.htm","Carbon Monoxide","main","");
	addSubmenuItem("/ipc/poisoninghazards/RadonFactSheet1.pdf","Radon","main","");
	addSubmenuItem("/ipc/poisoninghazards/lead.htm","Lead","main","");
	addSubmenuItem("/ipc/poisoninghazards/inhalants.htm","Inhalants","main","");
	addSubmenuItem("/ipc/poisoninghazards/alcoholabusefactsheet.htm","Alcohol","main","");
	addSubmenuItem("/ipc/poisoninghazards/pregnancy.htm","Pregnancy Poisoning Issues","main","");
	addSubmenuItem("/ipc/poisoninghazards/seasonalhazards/seasonalhazards.htm","Seasonal Hazards","main","");
	addSubmenuItem("/ipc/poisoninghazards/disasters/BTPublicIndex.htm","Bioterrorism/Disasters","main","");


//Two
addMainItem("","Home Safety &<br>First Aid Tips",100,"center","","",0,0,""); 
	defineSubmenuProperties(230,"left","left",0,0);
	addSubmenuItem("/ipc/FirstAidSafetyTips/CallingIPC.htm","Calling the IPC","main","");
	addSubmenuItem("/ipc/FirstAidSafetyTips/Recommendations.htm","First Aid for Poisonings","main","");
	addSubmenuItem("/ipc/FirstAidSafetyTips/EmergencyKit.htm","Emergency Kit Essentials","main","");
	addSubmenuItem("/ipc/FirstAidSafetyTips/SOIrecs.htm","Syrup of Ipecac & Activated Charcoal","main","");
	addSubmenuItem("","Home Safety Resources","","");
		defineChildmenuProperties(270,"left","left",-1,-5);
		addChildmenuItem("/ipc/FirstAidSafetyTips/HomeSafety.htm","Home Safety Tips","main","");
		addChildmenuItem("/ipc/FirstAidSafetyTips/10steps.htm","10 Steps to a Safer Home","main","");
		addChildmenuItem("/ipc/FirstAidSafetyTips/caregivershandout.pdf","Caregiver's Prevention Guide","_blank","");
		addChildmenuItem("/ipc/FirstAidSafetyTips/babysittersheet.pdf","Babysitter Information Sheet","_blank","");
		addChildmenuItem("/ipc/FirstAidSafetyTips/AltCleaners.pdf","Alternatives to Hazardous Cleaners","_blank","");
		addChildmenuItem("/ipc/FirstAidSafetyTips/CFL.pdf","Compact Fluorescent Light Bulbs","_blank","");
		addChildmenuItem("/ipc/FirstAidSafetyTips/RecyclingHP.pdf","Recycling Information","_blank","");
		addChildmenuItem("/ipc/FirstAidSafetyTips/LeadSoil.pdf","Testing Yard and Garden","_blank","");
		addChildmenuItem("/ipc/AboutIPC/News/leadinfo-2008.pdf","Home Renovations and the Dangers of Lead","_blank","");
	//addSubmenuItem("http://www.mchc.org/ipc/treatments.asp","Treatment Recommendation","main","");
	addSubmenuItem("/ipc/poisoninghazards/medicines.htm","Medicines","main","");
	addSubmenuItem("/ipc/FirstAidSafetyTips/PreventPlantPoisoning.htm","Plant Safety","main","");
	addSubmenuItem("/ipc/FirstAidSafetyTips/DisposalSites.htm","Disposal Sites","main","");

//Three
addMainItem("/ipc/offline.htm","Order <br>Materials",82,"center","new","",0,0,""); 

//Four
addMainItem("/ipc/index_spa.asp","Información<br> en Español",97,"center","","",0,0,""); 

//Five
addMainItem("","Information <br>by Audience",110,"center","","",0,0,""); 

	defineSubmenuProperties(270,"right","right",0,0);
	addSubmenuItem("/ipc/InfoForProfessionals/PublicResources.htm","Resources for the Public","main","");
	addSubmenuItem("/ipc/InfoForProfessionals/HealthProfessionals/HealthCareProfessionals.htm","Resources for Health Care Professionals","main",""); 
	addSubmenuItem("/ipc/nlm","Resources for Educators","main","");
	addSubmenuItem("/ipc/InfoForProfessionals/LibraryToolKit.htm","Resources for Librarians","main","");
	addSubmenuItem("/ipc/aboutIPC/ContractCallIndexFinal.htm","Resources for Businesses","main","");
	addSubmenuItem("/ipc/aboutIPC/News/IPCNews.htm","Resources for the Media","main","");

//Eight
addMainItem("","Games<br>for Kids",80,"center","","",0,0,""); 

	defineSubmenuProperties(150,"right","right",0,0);
	addSubmenuItem("/ipc/gamesforkids/tictactoe.htm","Tic Tac Toe","main",""); 
	addSubmenuItem("/ipc/gamesforkids/WordSearch.htm","Word Search","main",""); 
	addSubmenuItem("/ipc/gamesforkids/SpotThePoison.htm","Spot the Poison","main",""); 
	addSubmenuItem("/ipc/gamesforkids/activitiesforkids.htm","Activity Sheets","main",""); 
	addSubmenuItem("/ipc/gamesforkids/poisonpro.htm","Poison Pro Certificate","main",""); 
//Seven
addMainItem("/ipc/contactIPC/contactIPC.htm","Contacting<br>the IPC",80,"center","main","",0,0,""); 
	

//Six
addMainItem("","About <br>the IPC",90,"center","","",0,0,""); 

	defineSubmenuProperties(170,"right","right",0,0);
	addSubmenuItem("/ipc/aboutIPC/generalInformation.htm","General Information","main",""); 
	addSubmenuItem("/ipc/aboutIPC/IPC_AR_2006.pdf","Annual Report","new",""); 
	addSubmenuItem("","Facts and Statistics","","");
		defineChildmenuProperties(150,"right","right",-1,-5);
		addChildmenuItem("/ipc/aboutIPC/FactSheet.htm","IPC Fact Sheet","main","");
		addChildmenuItem("/ipc/aboutIPC/AAPCC2005Stats.htm","National Data","main","");
	addSubmenuItem("/ipc/aboutIPC/NPPWWebsite.htm","Illinois Poison<br>Prevention Month","main",""); 
	addSubmenuItem("/ipc/aboutIPC/News/IPCNews.htm","IPC News","main",""); 
	addSubmenuItem("/ipc/aboutIPC/ContractCallIndexFinal.htm","Product Safety Services","main",""); 
	addSubmenuItem("/ipc/aboutIPC/News/consumernewsletter.htm","Consumer Newsletter","main",""); 
	addSubmenuItem("/ipc/map/map.htm","Satellite Education Centers","main",""); 
	addSubmenuItem("/ipc/aboutIPC/SupportIPC.htm","Support the IPC","main",""); 
	addSubmenuItem("/ipc/aboutIPC/ThankSupporters.htm","IPC Supporters","main",""); 
	addSubmenuItem("/ipc/InfoForProfessionals/HealthProfessionals/WebLinks.htm","Other Helpful Links","main",""); 
	addSubmenuItem("http://www.mchc.org/ipc/aboutIPC/terms.htm","Terms and Conditions","main",""); 


//* DO NOT EDIT THIS BIT *
}//***********************
//************************

