oM=new makeCM("oM"); 
//oM.resizeCheck=1; 
oM.resizeCheck=0; 
oM.rows=1;  
oM.onlineRoot=""; 
oM.offlineRoot="";  
oM.pxBetween=0; 
oM.fillImg="/Sectors/AVF/webavf.nsf/vLA/lib_gif/$File/cm_fill.gif"; 
oM.fromTop=75; 
oM.fromLeft=3; 
oM.wait=300; 
oM.zIndex=400; 
oM.useBar=1;
oM.barWidth=865; 
oM.barHeight="menu"; 
oM.barX=0;
oM.barY=100; 
oM.barClass="clBar";
oM.barBorderX=0; 
oM.barBorderY=0;
oM.level[0]=new cm_makeLevel(84,43,"clT","clTover",1,1,"clB1",0,"bottom",0,0,0,0,0);
oM.level[1]=new cm_makeLevel(101,18,"clS","clSover",1,1,"clB",-1,"right",1,-1,0,10,10);
oM.level[2]=new cm_makeLevel(110,18,"clS","clSover");
oM.level[3]=new cm_makeLevel(150,18);
 
// HOME - default state = on 
if (id == 'HOME'){
oM.makeMenu( 'Home','','Home','/Sectors/avf/webavf.nsf/whome?openform','',142,52,'/Sectors/avf/webavf.nsf/vLA/lib_gif/$File/home_on.gif','/Sectors/avf/webavf.nsf/vLA/lib_gif/$File/home_on.gif','','','bottom','Home' ) ; 
}
else
{
oM.makeMenu( 'Home','','Home','/Sectors/avf/webavf.nsf/whome?openform','',142,52,'/Sectors/avf/webavf.nsf/vLA/lib_gif/$File/home_off.gif','/Sectors/avf/webavf.nsf/vLA/lib_gif/$File/home_on.gif','','','bottom','Home' ) ; 
}
// INFORMATION - default state = on 
if (id == 'INFORMATION'){
oM.makeMenu( 'Information','','Information Centre','/Sectors/avf/avfDoclib4.nsf/wvICC?OpenView','',231,52,'/Sectors/avf/webavf.nsf/vLA/lib_gif/$File/information_on.gif','/Sectors/avf/webavf.nsf/vLA/lib_gif/$File/information_on.gif','','','bottom','Information Centre' ) ; 
}
else
{
oM.makeMenu( 'Information','','Information Centre','/Sectors/avf/avfDoclib4.nsf/wvICC?OpenView','',231,52,'/Sectors/avf/webavf.nsf/vLA/lib_gif/$File/information_off.gif','/Sectors/avf/webavf.nsf/vLA/lib_gif/$File/information_on.gif','','','bottom','Information Centre' ) ; 
}
oM.makeMenu( 'Information_Information_Centre','Information','&nbsp;Information Centre','/Sectors/avf/avfDoclib4.nsf/wvICC?OpenView','',231,0 ,'','','','',"right") ; 
oM.makeMenu( 'Information_Web_Links','Information','&nbsp;Web Links','/Sectors/avf/avfDoclib4.nsf/wvWebLinks?OpenView','',231,0 ,'','','','',"right") ; 
oM.makeMenu( 'Information_Events','Information','&nbsp;Events','/ibec/Events.nsf/wvAVF?OpenView','',231,0 ,'','','','',"right") ; 
// NEWS - default state = on 
if (id == 'NEWS'){
oM.makeMenu( 'News','','News','/ibec/press/PressPublicationsDocLib3.nsf/wvAVFNews?OpenView','',144,52,'/Sectors/avf/webavf.nsf/vLA/lib_gif/$File/news_on.gif','/Sectors/avf/webavf.nsf/vLA/lib_gif/$File/news_on.gif','','','bottom','News' ) ; 
}
else
{
oM.makeMenu( 'News','','News','/ibec/press/PressPublicationsDocLib3.nsf/wvAVFNews?OpenView','',144,52,'/Sectors/avf/webavf.nsf/vLA/lib_gif/$File/news_off.gif','/Sectors/avf/webavf.nsf/vLA/lib_gif/$File/news_on.gif','','','bottom','News' ) ; 
}
 
// oM.menuPlacement=new Array(-1,147,265,413,489,590)
oM.pxBetween=-1 ;
oM.menuPlacement="center" ;
if(!(bw.ie5&&bw.mac)) oM.construct();
 
