	var NoOffFirstLineMenus=11;			
	var LowBgColor='#0D2A6C';			
	var LowSubBgColor='#1D6499';			
	var HighBgColor='#1D6499';			
	var HighSubBgColor='#4D9FDD';			
	var FontLowColor='CCCC00';			
	var FontSubLowColor='CCCC00';			
	var FontHighColor='CCCC00';			
	var FontSubHighColor='CCCC00';			
	var BorderColor='#1D6499';			// Border color TEAL
	var BorderSubColor='#4d4c76';			
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial, helvetica, sans-serif"	// Font family menu items
	var FontSize=10;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				
	var MenuTextCentered='left';			
	var MenuCentered='left';				
	var MenuVerticalCentered='top';		
	var ChildOverlap=.04;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=166;				// Menu offset x coordinate
	var StartLeft=26;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=6;				// Top padding
	var FirstLineHorizontal=0;			
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/images/arrow.gif',13,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

//the function below is necessary to get the cookie to determine login status
//added 7/16/09 ms
function getCookie(c_name)
{
if (document.cookie.length>0)
  {
  c_start=document.cookie.indexOf(c_name + "=");
  if (c_start!=-1)
    {
    c_start=c_start + c_name.length+1;
    c_end=document.cookie.indexOf(";",c_start);
    if (c_end==-1) c_end=document.cookie.length;
    return unescape(document.cookie.substring(c_start,c_end));
    }
  }
return null;
}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","/index.html","",0,30,150);
Menu2=new Array("About ICPHSO","/about.html","",3);
		Menu2_1=new Array("About ICPHSO","/about.html","",0,26,200);
		Menu2_2=new Array("Sponsorship","/sponsorship.html","",0,26,200);
		Menu2_3=new Array("Contact Info","/contact.html","",0,26,200);
Menu3=new Array("Join ICPHSO","/membership.html","",0);
Menu4=new Array("Events","/events.html","",3);
	Menu4_1=new Array("Annual Meeting","/Annual_Events.html","",2,26,250);
	Menu4_1_1=new Array("2010 Washington, D.C. Annual Meeting Photos", "/conference/2010WashingtonAnnual/index.html","",0,26,300);
	Menu4_1_2=new Array("2009 Orlando Annual Meeting Photos", "/conference/2009OrlandoAnnual/index.html","",0,26,250);
	Menu4_2=new Array("Upcoming Events","/events.html","",2,26,250);
	Menu4_2_1=new Array("7th International Symposium - London Preliminary Agenda", "/conference/2010London/pdfs/ICPHSOAgendaLondon07-07-10.pdf","",0,26,450);
	Menu4_2_2=new Array("2011 Annual Meeting and Training Symposium Coming Soon", "#","",0,26,450);
	Menu4_3=new Array("International Events","/International_Events.html","",2,26,250);
	Menu4_3_1=new Array("2008 Brussels Conference Photos", "/conference/2008intlphotos/index.html","",0,26,250);
	Menu4_3_2=new Array("2009 Toronto Conference Photos", "/conference/2009intl/index2.html","",0,26,250);
	
Menu5=new Array("Proceedings","/proceedings.html","",11);
	Menu5_1=new Array("2010 Annual Symposium","/conference/2010annual/agenda3.html","",0,26,275);
	Menu5_2=new Array("2009 International Symposium","/auth.taf?page=proceedings/2009/agenda2.html","",0,26,275);
	Menu5_3=new Array("2009 Annual Symposium","/auth.taf?page=proceedings/2009/agenda.html","",0,26,275);
	Menu5_4=new Array("2008 5th Annual International Meeting","/auth.taf?page=proceedings/2008/InternationalProceedings.html","",0,26,275);
	Menu5_5=new Array("2008 Midwest Consumer Product Safety Compliance Training","/auth.taf?page=proceedings/2008/MayProceedings.html","",0,40,275);
	Menu5_6=new Array("2008 Annual Symposium","/auth.taf?page=proceedings/2008/AnnualProceedings.html","",0,26,275);
	Menu5_7=new Array("2007 Annual Symposium","/auth.taf?page=proceedings/2007/AnnualProceedings.html","",0,26,275);
	Menu5_8=new Array("2007 China Conference","/auth.taf?page=proceedings/2007/IntlProceedings.html","",0,26,275);
	Menu5_9=new Array("2006 Annual Symposium","/auth.taf?page=proceedings/2006/AnnualProceedings.html","",0,26,275);
	Menu5_10=new Array("2006 European Symposium","/auth.taf?page=proceedings/2006/IntlProceedings.html","",0,26,275);
	Menu5_11=new Array("Bethesda Declaration","/pdf/FinalBethesdaDeclaration.pdf","",0,26,275);
	
Menu6=new Array("Member News","/news.html","",1);
	Menu6_1=new Array("Job Postings","/jobs.taf","",0,26,200);

if (getCookie("idn") == null) {
	Menu7=new Array("Members","","",1);
	Menu7_1=new Array("Login","/auth.taf","",0,26,200);
}
else{
	Menu7=new Array("Members","","",2);
	Menu7_1=new Array("Member Services","/auth.taf","",0,26,200);
	Menu7_2=new Array("Logout","/auth.taf?_function=logout","",0,26,200);
}

Menu8=new Array("Privacy Policy","/privacy.html","",0);
Menu9=new Array("Health & Safety Links","/links.html","",0);
Menu10=new Array("Newsletter","/newsletter.html","",0);
Menu11=new Array("Contact Info","/contact.html","",0);
