var browser="IE";
var navrough=navigator.appName;
if(navrough=="Netscape"){
    browser="FF";
}
//alert(browser);

var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'border:0px solid red;width:170px; left:500px; position:absolute;', linktarget:''} //Third menu variable. Same precaution.
if(browser=="FF"){
//anylinkmenu3.cols={divclass:'column', inlinestyle:'margin:2px;float:left;padding:0px;list-style-type: none;border:0px solid red'} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
}else{
   // anylinkmenu3.cols={divclass:'column', inlinestyle:'margin:2px;float:left;padding:0px;list-style-type: none;border:0px solid green'} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
}
anylinkmenu1.items=[
    ["Overview", "overview.asp","efc"],
    ["Health & welfare", "health_welfare.asp","efc"],
	 ["Education", "education.asp","efc"],
	 ["Community Development", "community_development.asp","efc"],
	  ["Infrastructure Development", "infrastructure.asp","efc"],
	    ["Environment", "Environment.asp","efc"]

     //no comma following last entry!
]




var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'border:0px solid red; width:150px; ', linktarget:''} //Third menu variable. Same precaution.
if(browser=="FF"){
//anylinkmenu3.cols={divclass:'column', inlinestyle:'margin:2px;float:left;padding:0px;list-style-type: none;border:0px solid red'} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
}else{
   // anylinkmenu3.cols={divclass:'column', inlinestyle:'margin:2px;float:left;padding:0px;list-style-type: none;border:0px solid green'} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
}
anylinkmenu2.items=[
    ["HR Philosophy", "hr-philosphy.asp","efc"],
    ["HR Training", "hr-training.asp","efc"]
     //no comma following last entry!
]


