function InitOTMenu() { //step one - is this browser OK for our menu? // TO DO - add real browser detection here. if ( blnUseDropDown ) { TOP_BAR_COLOR = "transparent" // The top level navigational bar color. TOP_BAR_COLOR_OVER = "#0073ae" // The top level bar color, when mouse is over it. TOP_TEXT_COLOR = "#085D99" // The top level bar text color. TOP_TEXT_COLOR_OVER = "#ffffff" // The top level bar text color, when mouse is over it. MENU_TEXT_COLOR = "#ffffff" // Menu text when not MouseOver MENU_TEXT_COLOR_OVER = "white" // Menu text when MouseOver MENU_BACKCOLOR = "#0073ae" // The background color of the menu. MENU_BACKCOLOR_OVER = "#162B46" // What color should the background be when mouse is over it. MENU2_TEXT_COLOR = "#ffffff" // Menu text when not MouseOver MENU2_TEXT_COLOR_OVER = "white" // Menu text when MouseOver MENU2_BACKCOLOR = "#0073ae" // The background color of the menu. MENU2_BACKCOLOR_OVER = "#162B46" // What color should the background be when mouse is over it. document.write(''); otmenu = new makeCM("otmenu"); otmenu.frames = 1; //Menu properties otmenu.pxBetween=0; if (IsHomePage) { left = 206; intFromTop = 1; } else { left = 188; intFromTop = 1; } otmenu.fromLeft=left; otmenu.fromTop=intFromTop; otmenu.fromRight=120; otmenu.rows=1 ; otmenu.menuPlacement="left"; otmenu.checkselect=1; otmenu.offlineRoot="http://www.opentext.com/"; otmenu.onlineRoot="http://www.opentext.com/"; otmenu.resizeCheck = 1; otmenu.wait=500; otmenu.zIndex=1; //Background bar properties otmenu.useBar=0; otmenu.barWidth="100%"; otmenu.barHeight="menu"; otmenu.barClass="clBar"; otmenu.barX=0; otmenu.barY=0; otmenu.barBorderX=0; otmenu.barBorderY=0; otmenu.barBorderClass=""; //Level properties - ALL properties have to be spesified in level 0 otmenu.level[0]=new cm_makeLevel(); //Add this for each new level otmenu.level[0].width=60; otmenu.level[0].height=30; otmenu.level[0].regClass="clLevel0"; otmenu.level[0].overClass="clLevel0over"; otmenu.level[0].borderX=0; otmenu.level[0].borderY=0; otmenu.level[0].borderClass="clLevel0border"; otmenu.level[0].offsetX=0; otmenu.level[0].offsetY=0; otmenu.level[0].rows=0; otmenu.level[0].arrow=0; otmenu.level[0].arrowWidth=0; otmenu.level[0].arrowHeight=0; otmenu.level[0].align="bottom"; //EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this otmenu.level[1]=new cm_makeLevel(); //Add this for each new level (adding one to the number) otmenu.level[1].borderClass="clLevel1border"; otmenu.level[1].arrow = "media/img/globalnav-arrow.jpg"; otmenu.level[1].arrowWidth = 7; otmenu.level[1].arrowHeight = 7 ; otmenu.level[1].width=otmenu.level[0].width + 90; otmenu.level[1].height=20; otmenu.level[1].regClass="clLevel1"; otmenu.level[1].overClass="clLevel1over"; otmenu.level[1].borderX=1; otmenu.level[1].borderY=1; otmenu.level[1].align="right"; otmenu.level[1].offsetX=-(otmenu.level[0].width)/2+30; otmenu.level[1].offsetY=0; //EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this otmenu.level[2]=new cm_makeLevel(); //Add this for each new level (adding one to the number) otmenu.level[2].width=140; otmenu.level[2].height=20; otmenu.level[2].offsetX=0; otmenu.level[2].offsetY=0; otmenu.level[2].borderX=1; otmenu.level[2].borderY=1; otmenu.level[2].regClass="clLevel2"; otmenu.level[2].overClass="clLevel2over"; otmenu.level[2].borderClass="clLevel2border"; otmenu.makeMenu('itemSolutions','','Solutions','solutions','','66','','','','','',''); if (mnuBrowserOK()) { otmenu.makeMenu('itemso1','itemSolutions','Business','solutions/index.html#business','','80','','','','','',''); otmenu.makeMenu('itemso2','itemso1','Compliance','solutions/business/compliance','','160','','','','','',''); otmenu.makeMenu('itemso3','itemso2','Clinical Trials','solutions/business/compliance/clinical-trials','','180','','','','','',''); otmenu.makeMenu('itemso4','itemso2','Collaborative Submissions','solutions/business/compliance/collaborative-submissions','','180','','','','','',''); otmenu.makeMenu('itemso6','itemso2','Corporate Governance','solutions/business/compliance/corporate-governance','','180','','','','','',''); otmenu.makeMenu('itemso7','itemso2','Customer Due Diligence','solutions/business/compliance/customer-due-diligence','','180','','','','','',''); otmenu.makeMenu('itemso8','itemso2','Employee Accreditations','solutions/business/compliance/employee-accreditations','','180','','','','','',''); otmenu.makeMenu('itemso9','itemso2','Records Management','solutions/business/compliance/records-management','','180','','','','','',''); otmenu.makeMenu('itemso10','itemso2','Regulated Document Management','solutions/business/compliance/regulated-document-management','','180','','','','','',''); otmenu.makeMenu('itemso11','itemso1','Finance and Legal','solutions/business/finance-and-legal','','160','','','','','',''); otmenu.makeMenu('itemso12','itemso11','Accounts Payable','solutions/business/finance-and-legal/accounts-payable','','160','','','','','',''); otmenu.makeMenu('itemso13','itemso11','Accounts Receivable','solutions/business/finance-and-legal/accounts-receivable','','160','','','','','',''); otmenu.makeMenu('itemso14','itemso11','Corporate Governance','solutions/business/finance-and-legal/corporate-governance','','160','','','','','',''); otmenu.makeMenu('itemso15','itemso11','Records Management','solutions/business/finance-and-legal/records-management','','160','','','','','',''); otmenu.makeMenu('itemso16','itemso1','Human Resources','solutions/business/human-resources','','160','','','','','',''); otmenu.makeMenu('itemso17','itemso16','Administration','solutions/business/human-resources/administration','','160','','','','','',''); otmenu.makeMenu('itemso18','itemso16','Corporate Training','solutions/business/human-resources/corporate-training','','160','','','','','',''); otmenu.makeMenu('itemso19','itemso16','Employee Accreditations','solutions/business/human-resources/employee-accreditations','','160','','','','','',''); otmenu.makeMenu('itemso20','itemso16','Skills Management','solutions/business/human-resources/skills-management','','160','','','','','',''); otmenu.makeMenu('itemso21','itemso1','Sales and Marketing','solutions/business/sales-and-marketing','','160','','','','','',''); otmenu.makeMenu('itemso211','itemso21','Customer Service','solutions/business/sales-and-marketing/customer-service','','160','','','','','',''); otmenu.makeMenu('itemso212','itemso21','Sales Readiness','solutions/business/sales-and-marketing/sales-readiness','','160','','','','','',''); otmenu.makeMenu('itemso23','itemso1','Research and Development','solutions/business/research-and-development','','160','','','','','',''); otmenu.makeMenu('itemso24','itemso23','Engineering Document Management','solutions/business/research-and-development/engineering-document-management','','180','','','','','',''); otmenu.makeMenu('itemso25','itemso23','Libraries and Archives','solutions/business/research-and-development/libraries-and-archives','','180','','','','','',''); otmenu.makeMenu('itemso26','itemso23','New Product Development','solutions/business/research-and-development/new-product-development','','180','','','','','',''); otmenu.makeMenu('itemso27','itemSolutions','Platform','solutions/index.html#platform','','80','','','','','',''); otmenu.makeMenu('itemso28','itemso27','Business Process Management','solutions/platform/business-process-management','','180','','','','','',''); otmenu.makeMenu('itemso29','itemso27','Collaboration','solutions/platform/collaboration','','180','','','','','',''); otmenu.makeMenu('itemso30','itemso29','Committee Management','solutions/platform/collaboration/committee-management','','220','','','','','',''); otmenu.makeMenu('itemso31','itemso29','Communities of Practice','solutions/platform/collaboration/communities-of-practice','','220','','','','','',''); otmenu.makeMenu('itemso32','itemso29','Team Support','solutions/platform/collaboration/team-support','','220','','','','','',''); otmenu.makeMenu('itemso33','itemso29','Web Conferencing and Meetings','solutions/platform/collaboration/web-conferencing-and-meetings','','220','','','','','',''); otmenu.makeMenu('itemso34','itemso27','Document Management','solutions/platform/document-management','','180','','','','','',''); otmenu.makeMenu('itemso35','itemso34','Collaborative Document Management','solutions/platform/document-management/collaborative-document-management','','220','','','','','',''); otmenu.makeMenu('itemso36','itemso34','Engineering Document Management','solutions/platform/document-management/engineering-document-management','','220','','','','','',''); otmenu.makeMenu('itemso37','itemso34','Production Imaging','solutions/platform/document-management/production-imaging','','220','','','','','',''); otmenu.makeMenu('itemso38','itemso34','Regulated Document Management','solutions/platform/document-management/regulated-document-management','','220','','','','','',''); otmenu.makeMenu('itemso39','itemso34','Report and Output Management','solutions/platform/document-management/report-and-output-management','','220','','','','','',''); otmenu.makeMenu('itemso341','itemso27','Digital Asset Management','solutions/platform/digital-asset-management','','180','','','','','',''); otmenu.makeMenu('itemso40','itemso27','eLearning','solutions/platform/elearning','','180','','','','','',''); otmenu.makeMenu('itemso41','itemso40','Corporate Training','solutions/platform/elearning/corporate-training','','160','','','','','',''); otmenu.makeMenu('itemso42','itemso40','Employee Accreditations','solutions/platform/elearning/employee-accreditations','','160','','','','','',''); otmenu.makeMenu('itemso43','itemso40','Skills Management','solutions/platform/elearning/skills-management','','160','','','','','',''); otmenu.makeMenu('itemso431','itemso27','E-mail Management','solutions/platform/email-management','','180','','','','','',''); otmenu.makeMenu('itemso432','itemso431','E-mail Archiving','solutions/platform/email-management/archiving','','160','','','','','',''); otmenu.makeMenu('itemso44','itemso27','Enterprise Applications','solutions/platform/enterprise-application-extension','','180','','','','','',''); otmenu.makeMenu('itemso46','itemso44','SAP','solutions/platform/enterprise-application-extension/sap','','160','','','','','',''); otmenu.makeMenu('itemso461','itemso44','Siebel','solutions/platform/enterprise-application-extension/siebel','','160','','','','','',''); otmenu.makeMenu('itemso45','itemso44','PeopleSoft','solutions/platform/enterprise-application-extension/peoplesoft','','160','','','','','',''); otmenu.makeMenu('itemso47','itemso27','Enterprise Portals','solutions/platform/enterprise-portals','','180','','','','','',''); otmenu.makeMenu('itemso48','itemso27','Knowledge Management','solutions/platform/knowledge-management','','180','','','','','',''); otmenu.makeMenu('itemso481','itemso48','Libraries and Archives','solutions/platform/knowledge-management/libraries-and-archives','','180','','','','','',''); otmenu.makeMenu('itemso49','itemso27','Records Management','solutions/platform/records-management','','180','','','','','',''); otmenu.makeMenu('itemso50','itemso27','Web Content Management','solutions/platform/web-content-management','','180','','','','','',''); otmenu.makeMenu('itemso51','itemso50','Extranets','solutions/platform/web-content-management/extranets','','160','','','','','',''); otmenu.makeMenu('itemso52','itemso50','Intranets','solutions/platform/web-content-management/intranets','','160','','','','','',''); otmenu.makeMenu('itemso53','itemso50','Libraries and Archives','solutions/platform/web-content-management/libraries-and-archives','','160','','','','','',''); otmenu.makeMenu('itemso54','itemso50','Public Web Sites','solutions/platform/web-content-management/public-web-sites','','160','','','','','',''); } otmenu.makeMenu('itemIndustry','','Industries','industries','','70','','','','','',''); if (mnuBrowserOK()) { otmenu.makeMenu('itemind1','itemIndustry','AEC/Engineering','aec-engineering','','180','','','','','',''); otmenu.makeMenu('itemind2','itemIndustry','Energy','energy','','180','','','','','',''); otmenu.makeMenu('itemind3','itemind2','Oil and Gas','energy/oil-and-gas.html','','180','','','','','',''); otmenu.makeMenu('itemind4','itemind2','Utility and Nuclear','energy/utility-and-nuclear.html','','180','','','','','',''); otmenu.makeMenu('itemind5','itemIndustry','Financial Services','financial-services','','180','','','','','',''); otmenu.makeMenu('itemind6','itemIndustry','Government - US Federal','government/usa','','180','','','','','',''); otmenu.makeMenu('itemind7','itemIndustry','Government - Germany','government/germany','','180','','','','','',''); otmenu.makeMenu('itemind8','itemIndustry','Healthcare','healthcare','','180','','','','','',''); otmenu.makeMenu('itemind9','itemIndustry','Manufacturing','manufacturing','','180','','','','','',''); otmenu.makeMenu('itemind10','itemIndustry','Pharmaceutical & Life Sciences','pharmaceutical','','180','','','','','',''); otmenu.makeMenu('itemind11','itemIndustry','More...','industries','','180','','','','','',''); } otmenu.makeMenu('itemproducts','','Products','products','','64','','','','','',''); if (mnuBrowserOK()) { otmenu.makeMenu('itemp2','itemproducts','Product News','products/news.html','','180','','','','','',''); otmenu.makeMenu('itemp3','itemproducts','ECM Platform','products/livelink/enterprise-server/','','180','','','','','',''); otmenu.makeMenu('itemp4','itemp3','ECM Architecture','products/livelink/enterprise-server/architecture.html','','180','','','','','',''); otmenu.makeMenu('itemp5','itemp3','Livelink Enterprise Suite','products/livelink/enterprise-server/enterprise-suite/','','180','','','','','',''); otmenu.makeMenu('itemp6','itemproducts','Collaboration','products/collaboration-software/','','180','','','','','',''); otmenu.makeMenu('itemp7','itemp6','Livelink for Collaboration','products/livelink/enterprise-server/collaboration/','','180','','','','','',''); otmenu.makeMenu('itemp9','itemp6','Livelink for Communities of Practice','products/livelink/enterprise-server/communities-of-practice/','','180','','','','','',''); otmenu.makeMenu('itemp10','itemp6','Livelink Touchpoint','products/livelink/touchpoint/','','180','','','','','',''); otmenu.makeMenu('itemp11','itemproducts','Compliance and Governance','products/compliance-and-governance/','','180','','','','','',''); otmenu.makeMenu('itemp12','itemp11','Livelink Accreditations Server','products/livelink/accreditations-server/','','180','','','','','',''); otmenu.makeMenu('itemp8','itemp11','Livelink for Collaborative Submissions','products/livelink/enterprise-server/collaborative-submissions/','','180','33','','','','',''); otmenu.makeMenu('itemp14','itemp11','Livelink for Corporate Governance','products/livelink/enterprise-server/corporate-governance/','','180','','','','','',''); otmenu.makeMenu('itemp15','itemp11','Livelink for Customer Due Diligence','products/livelink/enterprise-server/customer-due-diligence/','','180','','','','','',''); otmenu.makeMenu('itemp16','itemp11','Livelink Records Management','products/livelink/records-management/','','180','','','','','',''); otmenu.makeMenu('itemp17','itemproducts','Digital Asset Management','products/digital-asset-management/','','180','','','','','',''); otmenu.makeMenu('itemp18','itemp17','Artesia for Digital Asset Management','products/livelink/digital-asset-management','','180','33','','','','',''); otmenu.makeMenu('itemp19','itemproducts','Document Management','products/document-management','','180','','','','','',''); otmenu.makeMenu('itemp20','itemp19','DOMEA','products/domea/','','180','','','','','',''); otmenu.makeMenu('itemp21','itemp19','Livelink for Document Management','products/livelink/enterprise-server/document-management/','','180','','','','','',''); otmenu.makeMenu('itemp22','itemp19','Livelink for Production Document Management','products/livelink/production-document-management/','','180','33','','','','',''); otmenu.makeMenu('itemp23','itemp19','Livelink for Production Imaging','products/livelink/production-imaging','','180','','','','','',''); otmenu.makeMenu('itemp24','itemp19','Livelink for Regulated Documents','products/livelink/enterprise-server/regulated-documents/','','180','','','','','',''); otmenu.makeMenu('itemp25','itemproducts','eLearning and Corporate Training','products/elearning-and-corporate-training/','','180','','','','','',''); otmenu.makeMenu('itemp26','itemp25','Livelink Eloquent Media Server','products/livelink/eloquent-media-server/','','180','','','','','',''); otmenu.makeMenu('itemp27','itemproducts','Enterprise Application Extensions','products/enterprise-application-integration/','','180','','','','','',''); otmenu.makeMenu('itemp31','itemp27','Livelink for SAP® Solutions','products/sap/','','180','','','','','',''); otmenu.makeMenu('itemp32','itemp27','Livelink for Siebel','products/siebel/','','180','','','','','',''); otmenu.makeMenu('itemp30','itemp27','Livelink for PeopleSoft','products/peoplesoft/','','180','','','','','',''); otmenu.makeMenu('itemp33','itemproducts','E-mail Management','products/livelink/email/','','180','','','','','',''); otmenu.makeMenu('itemp34','itemp33','Livelink for E-mail Archiving','products/livelink/email/archiving/','','180','','','','','',''); otmenu.makeMenu('itemp37','itemproducts','Knowledge Management','products/knowledge-management/','','180','','','','','',''); otmenu.makeMenu('itemp38','itemp37','Livelink Collections Server','products/livelink/collections-server/','','180','','','','','',''); otmenu.makeMenu('itemp39','itemp37','Livelink Discovery Server','products/livelink/discovery-server/','','180','','','','','',''); otmenu.makeMenu('itemp40','itemp37','Livelink Federated Query Server','products/livelink/federated-query-server/','','180','','','','','',''); otmenu.makeMenu('itemp41','itemp37','Livelink for Knowledge Management','products/livelink/enterprise-server/knowledge-management/','','180','33','','','','',''); otmenu.makeMenu('itemp42','itemp37','Livelink for Libraries','products/livelink/collections-server/libraries/','','180','','','','','',''); otmenu.makeMenu('itemp43','itemproducts','Process Management','products/business-process-management/','','180','','','','','',''); otmenu.makeMenu('itemp44','itemp43','Livelink BPM Server','products/livelink/business-process-management-server/','','180','','','','','',''); otmenu.makeMenu('itemp45','itemp43','Livelink for Business Process Management','products/livelink/enterprise-server/business-process-management/','','180','33','','','','',''); otmenu.makeMenu('itemp46','itemproducts','Project Management','products/project-management','','180','','','','','',''); otmenu.makeMenu('itemp47','itemp46','Livelink for Clinicals','products/livelink/enterprise-server/clinicals/','','180','','','','','',''); otmenu.makeMenu('itemp48','itemp46','Livelink for Construction Management','products/livelink/enterprise-server/construction-management/','','180','33','','','','',''); otmenu.makeMenu('itemp49','itemp46','Livelink for Program Management','products/livelink/enterprise-server/program-management/','','180','','','','','',''); otmenu.makeMenu('itemp50','itemproducts','Report and Output Management','products/report-management-output-management/','','180','','','','','',''); otmenu.makeMenu('itemp51','itemp50','Livelink for Enterprise Report Management','products/livelink/enterprise-report-management','','180','33','','','','',''); otmenu.makeMenu('itemp52','itemp50','Vista Plus Suite','products/vista-plus-suite/','','180','','','','','',''); otmenu.makeMenu('itemp56','itemproducts','Unified Messaging','products/unified-messaging/','','180','','','','','',''); otmenu.makeMenu('itemp57','itemp56','FirstClass','products/firstclass/','','180','','','','','',''); otmenu.makeMenu('itemp58','itemproducts','Web Content Management','products/web-content-management/','','180','','','','','',''); otmenu.makeMenu('itemp59','itemp58','Livelink Web Content Management Server','products/livelink/web-content-management-server/','','180','33','','','','',''); otmenu.makeMenu('itemp60','itemp58','Livelink for Web Content Management','products/livelink/enterprise-server/web-content-management/','','180','33','','','','',''); otmenu.makeMenu('itemp61','itemproducts','All Products','products/catalog.html','','180','','','','','',''); } otmenu.makeMenu('itemServices','','Services','services','','61','','','','','',''); if (mnuBrowserOK()) { otmenu.makeMenu('itemsrv1','itemServices','Consulting','services/consulting.html','','160','','','','','',''); otmenu.makeMenu('itemsrv2','itemsrv1','Operational Modeling','services/operational-modeling.html','','160','','','','','',''); otmenu.makeMenu('itemsrv3','itemsrv1','Governance Assessment','services/governance.html','','160','','','','','',''); otmenu.makeMenu('itemsrv4','itemsrv1','User Experience','services/user-experience.html','','160','','','','','',''); otmenu.makeMenu('itemsrv5','itemsrv1','System Design','services/system-design.html','','160','','','','','',''); otmenu.makeMenu('itemsrv6','itemServices','Learning Services','training','','160','','','','','',''); otmenu.makeMenu('itemsrv7','itemsrv6','Livelink Enterprise Server','training/offerings/livelink.html','','160','','','','','',''); otmenu.makeMenu('itemsrv81','itemsrv6','Livelink Collections Server','training/offerings/basis.html','','160','','','','','',''); otmenu.makeMenu('itemsrv82','itemsrv6','Livelink for Libraries','training/offerings/basis.html','','160','','','','','',''); otmenu.makeMenu('itemsrv9','itemsrv6','Coreport','training/offerings/coreport.html','','160','','','','','',''); otmenu.makeMenu('itemsrv10','itemsrv6','Certification','training/certification.html','','160','','','','','',''); otmenu.makeMenu('itemsrv11','itemsrv6','eLearning','training/elearning.html','','160','','','','','',''); otmenu.makeMenu('itemsrv12','itemsrv6','FirstClass','training/offerings/firstclass.html','','160','','','','','',''); otmenu.makeMenu('itemsrv13','itemsrv6','Gauss','http://www.ixos.com/home/services/ser-training.htm','','160','','','','','',''); otmenu.makeMenu('itemsrv14','itemsrv6','IXOS','http://www.ixos.com/home/services/ser-training.htm','','160','','','','','',''); otmenu.makeMenu('itemsrv15','itemsrv6','IXOS-Obtree','http://www.ixos.com/home/services/ser-training.htm','','160','','','','','',''); otmenu.makeMenu('itemsrv16','itemsrv6','ODOC','training/offerings/odoc.html','','160','','','','','',''); otmenu.makeMenu('itemsrv17','itemsrv6','Register Today','training/register.html','','160','','','','','',''); otmenu.makeMenu('itemsrv18','itemsrv6','Education Registrar','training/contacts.html','','160','','','','','',''); otmenu.makeMenu('itemsrv19','itemsrv6','Course Calendar','training/trainingsearch.html','','160','','','','','',''); otmenu.makeMenu('itemsrv20','itemServices','Hosting Services','services/deployment.html','','160','','','','','',''); otmenu.makeMenu('itemsrv21','itemServices','Customer Support','services/support.html','','160','','','','','',''); otmenu.makeMenu('itemsrv22','itemsrv21','Standard Support','services/standard-support.html','','160','','','','','',''); otmenu.makeMenu('itemsrv23','itemsrv21','24x7 Support','services/24x7-support.html','','160','','','','','',''); otmenu.makeMenu('itemsrv24','itemsrv21','Enterprise Support','services/enterprise-support.html','','160','','','','','',''); } otmenu.makeMenu('itemCustomers','','Customers','customers/index.html','','75','','','','','',''); if (mnuBrowserOK()) { otmenu.makeMenu('itemcus1','itemCustomers','AEC/Engineering','customers/aec-engineering.html','','160','','','','','',''); otmenu.makeMenu('itemcus2','itemCustomers','Energy','energy/customers.html','','160','','','','','',''); otmenu.makeMenu('itemcus3','itemCustomers','Financial','customers/financial.html','','160','','','','','',''); otmenu.makeMenu('itemcus4','itemCustomers','Government','customers/government.html','','160','','','','','',''); otmenu.makeMenu('itemcus5','itemCustomers','Pharmaceutical','customers/pharmaceutical.html','','160','','','','','',''); otmenu.makeMenu('itemcus6','itemCustomers','Telecommunications','customers/telecommunications.html','','160','','','','','',''); otmenu.makeMenu('itemcus7','itemCustomers','Success Stories','customers/success-stories.html','','160','','','','','',''); otmenu.makeMenu('itemcus8','itemCustomers','Powered By Livelink','customers/powered-by-livelink.html','','160','','','','','',''); otmenu.makeMenu('itemcus9','itemCustomers','GlobalStar','customers/globalstar.html','','160','','','','','',''); otmenu.makeMenu('itemcus10','itemCustomers','ROI Studies','customers/roi_studies.html','','160','','','','','',''); otmenu.makeMenu('itemcus11','itemCustomers','Publications','customers/publications.html','','160','','','','','',''); } otmenu.makeMenu('itemPartners','','Partners','partners','','61','','','','','',''); if (mnuBrowserOK()) { otmenu.makeMenu('itempar1','itemPartners','Global Alliance Program','partners','','170','','','','','',''); otmenu.makeMenu('itempar2','itemPartners','Services','partners/services.html','','170','','','','','',''); otmenu.makeMenu('itempar3','itemPartners','Technology','partners/technology.html','','170','','','','','',''); otmenu.makeMenu('itempar4','itemPartners','Solutions','partners/solutions.html','','170','','','','','',''); otmenu.makeMenu('itempar5','itemPartners','Strategic Technology Partners','partners/strategic-technology-partners.html','','170','','','','','',''); otmenu.makeMenu('itempar6','itempar5','Adobe','partners/strategic-technology-partners/adobe.html','','170','','','','','',''); otmenu.makeMenu('itempar7','itempar5','BEA','partners/strategic-technology-partners/bea.html','','170','','','','','',''); otmenu.makeMenu('itempar8','itempar5','Hewlett-Packard','partners/strategic-technology-partners/hp.html','','170','','','','','',''); otmenu.makeMenu('itempar9','itempar5','Microsoft','partners/strategic-technology-partners/microsoft.html','','170','','','','','',''); otmenu.makeMenu('itempar10','itempar5','Oracle','partners/strategic-technology-partners/oracle.html','','170','','','','','',''); otmenu.makeMenu('itempar11','itempar5','SAP','partners/strategic-technology-partners/sap.html','','170','','','','','',''); otmenu.makeMenu('itempar12','itempar5','Sun','partners/strategic-technology-partners/sun.html','','170','','','','','',''); otmenu.makeMenu('itempar13','itemPartners','Alliance Partner Directory','partners/partner-directory.html','','170','','','','','',''); otmenu.makeMenu('itempar14','itemPartners','Register Today','partners/register.html','','170','','','','','',''); } otmenu.makeMenu('itemEvents','','Events','events','','51','','','','','',''); if (mnuBrowserOK()) { otmenu.makeMenu('itemevn1','itemEvents','Calendar','events/index.html','','','','','','','',''); otmenu.makeMenu('itemevn2','itemEvents','Browse Events','events/browse.html','','','','','','','',''); otmenu.makeMenu('itemevn3','itemEvents','Search','events/search.html','','','','','','','',''); otmenu.makeMenu('itemevn4','itemEvents','LiveLinkUp','livelinkup','','','','','','','',''); otmenu.makeMenu('itemevn5','itemEvents','ECM Leadership Forum','events/ecm-leadership-forum.html','','','','','','','',''); } otmenu.makeMenu('itemNews','','News','news','','45','','','','','','bottomleft'); if (mnuBrowserOK()) { otmenu.makeMenu('itemnws1','itemNews','Press Releases','news/','','','','','','','','left'); otmenu.makeMenu('itemnws2','itemnws1','2005','news/press-releases-2005.html','','50','','','','','',''); otmenu.makeMenu('itemnws3','itemnws1','2004','news/press-releases-2004.html','','50','','','','','',''); otmenu.makeMenu('itemnws4','itemnws1','2003','news/press-releases-2003.html','','50','','','','','',''); otmenu.makeMenu('itemnws5','itemnws1','2002','news/press-releases-2002.html','','50','','','','','',''); otmenu.makeMenu('itemnws6','itemnws1','2001','news/press-releases-2001.html','','50','','','','','',''); otmenu.makeMenu('itemnws7','itemnws1','2000','news/press-releases-2000.html','','50','','','','','',''); otmenu.makeMenu('itemnws8','itemnws1','1999','news/press-releases-1999.html','','50','','','','','',''); otmenu.makeMenu('itemnws9','itemnws1','1998','news/press-releases-1998.html','','50','','','','','',''); otmenu.makeMenu('itemnws10','itemnws1','1997','news/press-releases-1997.html','','50','','','','','',''); otmenu.makeMenu('itemnws11','itemnws1','1996','news/press-releases-1996.html','','50','','','','','',''); otmenu.makeMenu('itemnws11','itemNews','Articles','news/articles.html','','','','','','','',''); otmenu.makeMenu('itemnws12','itemNews','Reviews','corporate/reviews.html','','','','','','','',''); otmenu.makeMenu('itemnws13','itemNews','Newsletters','news/newsletters.html','','','','','','','',''); otmenu.makeMenu('itemnws14','itemNews','Product News','products/news.html','','','','','','','',''); } otmenu.makeMenu('itemCompany','','Company','corporate/index.html','','79','','','','','','bottomleft'); if (mnuBrowserOK()) { otmenu.makeMenu('itemcom1','itemCompany','Awards','corporate/awards.html','','150','','','','','',''); otmenu.makeMenu('itemcom2','itemCompany','Board of Directors','corporate/our_leadership.html','','','','','','','',''); otmenu.makeMenu('itemcom3','itemCompany','Career Opportunites','corporate/careers/index.html','','','','','','','','left'); otmenu.makeMenu('itemcom4','itemcom3','APAC','http://www.access2opentext.com/jobs/openings_apac.asp','','150','','','','','',''); otmenu.makeMenu('itemcom5','itemcom3','Europe','http://www.access2opentext.com/jobs/europe.html','','150','','','','','',''); otmenu.makeMenu('itemcom6','itemcom3','North America','corporate/careers/north-america/index.html','','150','','','','','',''); otmenu.makeMenu('itemcom7','itemCompany','History','corporate/our_history.html','','','','','','','',''); otmenu.makeMenu('itemcom8','itemCompany','Investors','investor','','','','','','','','left'); otmenu.makeMenu('itemcom9','itemcom8','Analyst Coverage','investor/analyst_coverage.html','','150','','','','','',''); otmenu.makeMenu('itemcom10','itemcom8','Annual Reports','investor/annual_reports.html','','150','','','','','',''); otmenu.makeMenu('itemcom11','itemcom8','Awards','corporate/awards.html','','150','','','','','',''); otmenu.makeMenu('itemcom12','itemcom8','Investor Events','investor/investor_events/index.html','','150','','','','','',''); otmenu.makeMenu('itemcom13','itemcom8','Quarterly Results','investor/quarterly_reports/index.html','','150','','','','','',''); otmenu.makeMenu('itemcom14','itemcom8','Investor Kit','investor/investorkit.html','','150','','','','','',''); otmenu.makeMenu('itemcom15','itemcom8','Press Releases','investor/corporate_press_releases.html','','150','','','','','',''); otmenu.makeMenu('itemcom16','itemcom8','SEC Filings','investor/secfilings.html','','150','','','','','',''); otmenu.makeMenu('itemcom17','itemcom8','Contacts','investor/investor_contacts.html','','150','','','','','',''); otmenu.makeMenu('itemcom18','itemCompany','ECM Positioning','corporate/ECM_positioning.html','','','','','','','',''); otmenu.makeMenu('itemcom19','itemCompany','ECM Book','corporate/ecm-book.html','','','','','','','',''); otmenu.makeMenu('itemcom20','itemCompany','Office Locations','corporate/office_locations/index.html','','','','','','','',''); otmenu.makeMenu('itemcom21','itemCompany','Contact Us','corporate/contact_us.html','','','','','','','',''); } otmenu.construct(); } else { document.write('using static menu'); } }