<!--
	var hM=new makeCM("hM");
	hM.resizeCheck=1; hM.rows=1; hM.onlineRoot=""; hM.offlineRoot=""; hM.pxBetween=2; hM.fromTop=0; hM.fromLeft=0;
	hM.wait=300; hM.zIndex=400; hM.useBar=1; hM.barWidth="98%"; hM.barHeight=17; hM.barX=0; hM.barY="menu";
	hM.barBorderX=0; hM.barBorderY=0; hM.barClass="mainNavBackgroundBar"; hM.anchorName="hM_Bar"; hM.borderSpc=0;
	hM.imgClass="mainNavImg"; hM.cmClass="mainNavEvent"; hM.posCheck="hM_anchor";
	if(!MenusList) var MenusList = new Array()
	MenusList[MenusList.length] = hM;

hM.level[0]=new cm_makeLevel(90,17,"mainNav2","mainNavOver2",0.01,0.01,"mainNavBorder2",0,"bottom",0,0,0,0,0,0,0,0);

hM.level[0].width=110;

hM.level[1]=new cm_makeLevel(180,20,"mainNavSub","mainNavSubOver",0,0,"mainNavSubBorder",0,"right",-1,0,"","",10,10,0,1);
hM.level[2]=new cm_makeLevel(180,20,"mainNavSub","mainNavSubOver",0,0,"mainNavSubBorder",0,"right",-1,0,"","",10,10,0,1);

hM.makeMenu('1010','','About us','about.html','','menu','menu',0,0);
hM.makeMenu('1011','1010','History','history.html','','menu','menu',0,0);
hM.makeMenu('1012','1010','Processes & Methodologies','methodologies.html','','menu','menu',0,0);
hM.makeMenu('1013','1010','Project Activities','projects.html','','menu','menu',0,0);
hM.makeMenu('1014','1010','Partners','partners.html','','menu','menu',0,0);

hM.makeMenu('2001','','Services','services.html','','menu','menu',0,0);
hM.makeMenu('2202','2001','Data Archiving','data_archiving.html','','180','menu',0,0);
hM.makeMenu('2203','2001','Document Mgmt/ Imaging','document_mgmt.html','','180','menu',0,0);
hM.makeMenu('2204','2001','Content Server','content_server.html','','180','menu',0,0);
hM.makeMenu('2205','2001','DART','dart.html','','180','menu',0,0);
hM.makeMenu('2206','2001','BW/ BI','bw_bi.html','','180','menu',0,0);
hM.makeMenu('2207','2001','SRM','srm.html','','180','menu',0,0);
hM.makeMenu('2208','2001','CRM','crm.html','','180','menu',0,0);
hM.makeMenu('2209','2001','DMS','dms.html','','180','menu',0,0);
hM.makeMenu('2210','2001','Workflow','workflow.html','','180','menu',0,0);
hM.makeMenu('2211','2001','Portals','portals.html','','180','menu',0,0);
hM.makeMenu('2212','2001','Data Migrations','data_migrations.html','','180','menu',0,0);
hM.makeMenu('2213','2001','Upgrades','upgrades.html','','180','menu',0,0);

hM.makeMenu('3001','','Products','products.html','','menu','menu',0,0);

hM.makeMenu('4001','','News &amp; Events','news.html','','menu','menu',0,0);

hM.makeMenu('5001','','Careers','career.html','','menu','menu',0,0);

hM.makeMenu('6001','','Webcast','webcast.php','','menu','menu',0,0);

hM.makeMenu('7001','','Contact us','contact.html','','menu','menu',0,0);

hM.makeMenu('8001','','Outsourcing','outsource.html','','menu','menu',0,0,0,0,'bottomleft');

hM.construct();
// for fixing problem with menu close when mouseout over images in IE
if (bw.ie55 || bw.ie6){
hM.ev.css.filter="alpha(opacity=0);"
hM.ev.css.backgroundColor='#ffffff';
}

if (bw.ie) {
	appendToHandler("onload","hM.dimensionsInit();");
} else {
	hM.dimensionsInit();
}
if(cm_posCheckE) {
	if(cm_posCheckE.indexOf("hM.reposition()")==-1) cm_posCheckE+="hM.reposition();";
} else cm_posCheckE="hM.reposition();";
appendToHandler("onload","hM.display();hM.reposition();");

// -->