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="/"; otmenu.onlineRoot="/"; 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"; // BEGIN Solutions otmenu.makeMenu('itemSolutions','','Solutions','http://www.opentext.com/solutions','','66','','','','','',''); if (mnuBrowserOK()) { otmenu.makeMenu('itemso1','itemSolutions','Business','http://www.opentext.com/solutions/business','','80','','','','','',''); otmenu.makeMenu('itemso2','itemso1','Compliance','http://www.opentext.com/solutions/business/compliance','','160','','','','','',''); otmenu.makeMenu('itemso3','itemso2','Clinical Trials','http://www.opentext.com/solutions/business/compliance/clinical-trials','','180','','','','','',''); otmenu.makeMenu('itemso4','itemso2','Collaborative Submissions','http://www.opentext.com/solutions/business/compliance/collaborative-submissions','','180','','','','','',''); otmenu.makeMenu('itemso6','itemso2','Corporate Governance','http://www.opentext.com/solutions/business/compliance/corporate-governance','','180','','','','','',''); otmenu.makeMenu('itemso7','itemso2','Customer Due Diligence','http://www.opentext.com/solutions/business/compliance/customer-due-diligence','','180','','','','','',''); otmenu.makeMenu('itemso8','itemso2','Employee Accreditations','http://www.opentext.com/solutions/business/compliance/employee-accreditations','','180','','','','','',''); otmenu.makeMenu('itemso9','itemso2','Records Management','http://www.opentext.com/solutions/business/compliance/records-management','','180','','','','','',''); otmenu.makeMenu('itemso10','itemso2','Regulated Document Management','http://www.opentext.com/solutions/business/compliance/regulated-document-management','','180','','','','','',''); otmenu.makeMenu('itemso11','itemso1','Finance and Legal','http://www.opentext.com/solutions/business/finance-and-legal','','160','','','','','',''); otmenu.makeMenu('itemso12','itemso11','Accounts Payable','http://www.opentext.com/solutions/business/finance-and-legal/accounts-payable','','160','','','','','',''); otmenu.makeMenu('itemso13','itemso11','Accounts Receivable','http://www.opentext.com/solutions/business/finance-and-legal/accounts-receivable','','160','','','','','',''); otmenu.makeMenu('itemso14','itemso11','Corporate Governance','http://www.opentext.com/solutions/business/finance-and-legal/corporate-governance','','160','','','','','',''); otmenu.makeMenu('itemso15','itemso11','Records Management','http://www.opentext.com/solutions/business/finance-and-legal/records-management','','160','','','','','',''); otmenu.makeMenu('itemso16','itemso1','Human Resources','http://www.opentext.com/solutions/business/human-resources','','160','','','','','',''); otmenu.makeMenu('itemso17','itemso16','Administration','http://www.opentext.com/solutions/business/human-resources/administration','','160','','','','','',''); otmenu.makeMenu('itemso18','itemso16','Corporate Training','http://www.opentext.com/solutions/business/human-resources/corporate-training','','160','','','','','',''); otmenu.makeMenu('itemso19','itemso16','Employee Accreditations','http://www.opentext.com/solutions/business/human-resources/employee-accreditations','','160','','','','','',''); otmenu.makeMenu('itemso20','itemso16','Skills Management','http://www.opentext.com/solutions/business/human-resources/skills-management','','160','','','','','',''); otmenu.makeMenu('itemso21','itemso1','Sales and Marketing','http://www.opentext.com/solutions/business/sales-and-marketing','','160','','','','','',''); otmenu.makeMenu('itemso211','itemso21','Customer Service','http://www.opentext.com/solutions/business/sales-and-marketing/customer-service','','160','','','','','',''); otmenu.makeMenu('itemso212','itemso21','Sales Readiness','http://www.opentext.com/solutions/business/sales-and-marketing/sales-readiness','','160','','','','','',''); otmenu.makeMenu('itemso23','itemso1','Research and Development','http://www.opentext.com/solutions/business/research-and-development','','160','','','','','',''); otmenu.makeMenu('itemso24','itemso23','Engineering Document Management','http://www.opentext.com/solutions/business/research-and-development/engineering-document-management','','180','','','','','',''); otmenu.makeMenu('itemso25','itemso23','Libraries and Archives','http://www.opentext.com/solutions/business/research-and-development/libraries-and-archives','','180','','','','','',''); otmenu.makeMenu('itemso26','itemso23','New Product Development','http://www.opentext.com/solutions/business/research-and-development/new-product-development','','180','','','','','',''); otmenu.makeMenu('itemso27','itemSolutions','Technology','http://www.opentext.com/solutions/technology','','80','','','','','',''); otmenu.makeMenu('itemso281','itemso27','Archiving Solutions','http://www.opentext.com/solutions/platform/archiving-solutions','','180','','','','','',''); otmenu.makeMenu('itemso28','itemso27','Business Process Management','http://www.opentext.com/solutions/platform/business-process-management','','180','','','','','',''); otmenu.makeMenu('itemso29','itemso27','Collaboration','http://www.opentext.com/solutions/platform/collaboration','','180','','','','','',''); otmenu.makeMenu('itemso30','itemso29','Committee Management','http://www.opentext.com/solutions/platform/collaboration/committee-management','','220','','','','','',''); otmenu.makeMenu('itemso31','itemso29','Communities of Practice','http://www.opentext.com/solutions/platform/collaboration/communities-of-practice','','220','','','','','',''); otmenu.makeMenu('itemso32','itemso29','Team Support','http://www.opentext.com/solutions/platform/collaboration/team-support','','220','','','','','',''); otmenu.makeMenu('itemso33','itemso29','Web Conferencing and Meetings','http://www.opentext.com/solutions/platform/collaboration/web-conferencing-and-meetings','','220','','','','','',''); otmenu.makeMenu('itemso34','itemso27','Document Management','http://www.opentext.com/solutions/platform/document-management','','180','','','','','',''); otmenu.makeMenu('itemso35','itemso34','Collaborative Document Management','http://www.opentext.com/solutions/platform/document-management/collaborative-document-management','','220','','','','','',''); otmenu.makeMenu('itemso36','itemso34','Engineering Document Management','http://www.opentext.com/solutions/platform/document-management/engineering-document-management','','220','','','','','',''); otmenu.makeMenu('itemso37','itemso34','Production Imaging','http://www.opentext.com/solutions/platform/document-management/production-imaging','','220','','','','','',''); otmenu.makeMenu('itemso38','itemso34','Regulated Document Management','http://www.opentext.com/solutions/platform/document-management/regulated-document-management','','220','','','','','',''); otmenu.makeMenu('itemso39','itemso34','Report and Output Management','http://www.opentext.com/solutions/platform/document-management/report-and-output-management','','220','','','','','',''); otmenu.makeMenu('itemso341','itemso27','Digital Asset Management','http://www.opentext.com/solutions/platform/digital-asset-management','','180','','','','','',''); otmenu.makeMenu('itemso40','itemso27','eLearning','http://www.opentext.com/solutions/platform/elearning','','180','','','','','',''); otmenu.makeMenu('itemso41','itemso40','Corporate Training','http://www.opentext.com/solutions/platform/elearning/corporate-training','','160','','','','','',''); otmenu.makeMenu('itemso42','itemso40','Employee Accreditations','http://www.opentext.com/solutions/platform/elearning/employee-accreditations','','160','','','','','',''); otmenu.makeMenu('itemso43','itemso40','Skills Management','http://www.opentext.com/solutions/platform/elearning/skills-management','','160','','','','','',''); otmenu.makeMenu('itemso431','itemso27','Email Solutions','http://www.opentext.com/solutions/platform/email-management','','180','','','','','',''); otmenu.makeMenu('itemso432','itemso431','Email Archiving','http://www.opentext.com/solutions/platform/email-management/archiving','','160','','','','','',''); otmenu.makeMenu('itemso433','itemso431','Email Monitoring','http://www.opentext.com/solutions/platform/email-management/monitoring','','160','','','','','',''); otmenu.makeMenu('itemso434','itemso431','Email Management','http://www.opentext.com/solutions/platform/email-management/management','','160','','','','','',''); otmenu.makeMenu('itemso44','itemso27','Enterprise Applications','http://www.opentext.com/solutions/platform/enterprise-application-extension','','180','','','','','',''); otmenu.makeMenu('itemso46','itemso44','SAP','http://www.opentext.com/solutions/platform/enterprise-application-extension/sap','','160','','','','','',''); otmenu.makeMenu('itemso461','itemso44','Siebel','http://www.opentext.com/solutions/platform/enterprise-application-extension/siebel','','160','','','','','',''); otmenu.makeMenu('itemso45','itemso44','PeopleSoft','http://www.opentext.com/solutions/platform/enterprise-application-extension/peoplesoft','','160','','','','','',''); otmenu.makeMenu('itemso47','itemso27','Enterprise Portals','http://www.opentext.com/solutions/platform/enterprise-portals','','180','','','','','',''); otmenu.makeMenu('itemso471','itemso47','Portal Integration Kit','http://www.opentext.com/solutions/platform/enterprise-portals/portal-integration','','180','','','','','',''); otmenu.makeMenu('itemso48','itemso27','Knowledge Management','http://www.opentext.com/solutions/platform/knowledge-management','','180','','','','','',''); otmenu.makeMenu('itemso481','itemso48','Libraries and Archives','http://www.opentext.com/solutions/platform/knowledge-management/libraries-and-archives','','180','','','','','',''); otmenu.makeMenu('itemso49','itemso27','Records Management','http://www.opentext.com/solutions/platform/records-management','','180','','','','','',''); otmenu.makeMenu('itemso50','itemso27','Web Content Management','http://www.opentext.com/solutions/platform/web-content-management','','180','','','','','',''); otmenu.makeMenu('itemso51','itemso50','Extranets','http://www.opentext.com/solutions/platform/web-content-management/extranets','','160','','','','','',''); otmenu.makeMenu('itemso52','itemso50','Intranets','http://www.opentext.com/solutions/platform/web-content-management/intranets','','160','','','','','',''); otmenu.makeMenu('itemso53','itemso50','Libraries and Archives','http://www.opentext.com/solutions/platform/web-content-management/libraries-and-archives','','160','','','','','',''); otmenu.makeMenu('itemso54','itemso50','Public Web Sites','http://www.opentext.com/solutions/platform/web-content-management/public-web-sites','','160','','','','','',''); } // END Solutions // BEGIN Industry otmenu.makeMenu('itemIndustry','','Industries','http://www.opentext.com/industries','','70','','','','','',''); if (mnuBrowserOK()) { otmenu.makeMenu('itemind1','itemIndustry','AEC/Engineering','http://www.opentext.com/aec-engineering','','180','','','','','',''); otmenu.makeMenu('itemind2','itemIndustry','Energy','http://www.opentext.com/energy','','180','','','','','',''); otmenu.makeMenu('itemind3','itemind2','Oil and Gas','http://www.opentext.com/energy/oil-and-gas.html','','180','','','','','',''); otmenu.makeMenu('itemind4','itemind2','Utility and Nuclear','http://www.opentext.com/energy/utility-and-nuclear.html','','180','','','','','',''); otmenu.makeMenu('itemind5','itemIndustry','Financial Services','http://www.opentext.com/financial-services','','180','','','','','',''); otmenu.makeMenu('itemind6','itemIndustry','Government - US Federal','http://www.opentext.com/government/usa','','180','','','','','',''); otmenu.makeMenu('itemind7','itemIndustry','Government - Germany','http://www.opentext.com/government/germany','','180','','','','','',''); otmenu.makeMenu('itemind8','itemIndustry','Healthcare','http://www.opentext.com/healthcare','','180','','','','','',''); otmenu.makeMenu('itemind9','itemIndustry','Manufacturing','http://www.opentext.com/manufacturing','','180','','','','','',''); otmenu.makeMenu('itemind10','itemIndustry','Pharmaceutical and Life Sciences','http://www.opentext.com/pharmaceutical','','180','','','','','',''); otmenu.makeMenu('itemind11','itemIndustry','More...','http://www.opentext.com/industries','','180','','','','','',''); } // END Industry // BEGIN products otmenu.makeMenu('itemproducts','','Products','http://www.opentext.com/products','','64','','','','','',''); if (mnuBrowserOK()) { otmenu.makeMenu('itemp2','itemproducts','Product News','http://www.opentext.com/products/news.html','','180','','','','','',''); otmenu.makeMenu('itemp3','itemproducts','Enterprise Content Management','http://www.opentext.com/products/enterprise-content-management/index.html','','180','','','','','',''); otmenu.makeMenu('itemp4','itemp3','Livelink ECM Platform','http://www.opentext.com/products/enterprise-content-management/platform.html','','180','','','','','',''); otmenu.makeMenu('itemp5','itemp3','Livelink Enterprise Suite','http://www.opentext.com/products/livelink/enterprise-server/enterprise-suite/','','180','','','','','',''); otmenu.makeMenu('itemp62','itemproducts','Archiving Solutions','http://www.opentext.com/products/archiving-solutions/','','180','','','','','',''); otmenu.makeMenu('itemp6','itemproducts','Collaboration','http://www.opentext.com/products/collaboration-software/','','180','','','','','',''); otmenu.makeMenu('itemp7','itemp6','Livelink for Collaboration','http://www.opentext.com/products/livelink/enterprise-server/collaboration/','','180','','','','','',''); otmenu.makeMenu('itemp9','itemp6','Livelink for Communities of Practice','http://www.opentext.com/products/livelink/enterprise-server/communities-of-practice/','','180','','','','','',''); otmenu.makeMenu('itemp10','itemp6','Livelink Touchpoint','http://www.opentext.com/products/livelink/touchpoint/','','180','','','','','',''); otmenu.makeMenu('itemp11','itemproducts','Compliance and Governance','http://www.opentext.com/products/compliance-and-governance/','','180','','','','','',''); otmenu.makeMenu('itemp12','itemp11','Livelink Accreditations Server','http://www.opentext.com/products/livelink/accreditations-server/','','180','','','','','',''); otmenu.makeMenu('itemp8','itemp11','Livelink for Collaborative Submissions','http://www.opentext.com/products/livelink/enterprise-server/collaborative-submissions/','','180','33','','','','',''); otmenu.makeMenu('itemp14','itemp11','Livelink for Corporate Governance','http://www.opentext.com/products/livelink/enterprise-server/corporate-governance/','','180','','','','','',''); otmenu.makeMenu('itemp15','itemp11','Livelink for Customer Due Diligence','http://www.opentext.com/products/livelink/enterprise-server/customer-due-diligence/','','180','','','','','',''); otmenu.makeMenu('itemp16','itemp11','Livelink Records Management','http://www.opentext.com/products/livelink/records-management/','','180','','','','','',''); otmenu.makeMenu('itemp17','itemproducts','Digital Asset Management','http://www.opentext.com/products/digital-asset-management/','','180','','','','','',''); otmenu.makeMenu('itemp18','itemp17','Artesia for Digital Asset Management','http://www.opentext.com/products/livelink/digital-asset-management','','180','33','','','','',''); otmenu.makeMenu('itemp19','itemproducts','Document Management','http://www.opentext.com/products/document-management','','180','','','','','',''); otmenu.makeMenu('itemp20','itemp19','DOMEA','http://www.opentext.com/products/domea/','','180','','','','','',''); otmenu.makeMenu('itemp21','itemp19','Livelink for Document Management','http://www.opentext.com/products/livelink/enterprise-server/document-management/','','180','','','','','',''); otmenu.makeMenu('itemp22','itemp19','Livelink for Production Document Management','http://www.opentext.com/products/livelink/production-document-management/','','180','33','','','','',''); otmenu.makeMenu('itemp23','itemp19','Livelink for Production Imaging','http://www.opentext.com/products/livelink/production-imaging','','180','','','','','',''); otmenu.makeMenu('itemp24','itemp19','Livelink for Regulated Documents','http://www.opentext.com/products/livelink/enterprise-server/regulated-documents/','','180','','','','','',''); otmenu.makeMenu('itemp25','itemproducts','eLearning and Corporate Training','http://www.opentext.com/products/elearning-and-corporate-training/','','180','','','','','',''); otmenu.makeMenu('itemp26','itemp25','Livelink Eloquent Media Server','http://www.opentext.com/products/livelink/eloquent-media-server/','','180','','','','','',''); otmenu.makeMenu('itemp27','itemproducts','Enterprise Application Extensions','http://www.opentext.com/products/enterprise-application-integration/','','180','','','','','',''); otmenu.makeMenu('itemp31','itemp27','Livelink for SAP® Solutions','http://www.opentext.com/products/sap/','','180','','','','','',''); otmenu.makeMenu('itemp32','itemp27','Livelink for Siebel','http://www.opentext.com/products/siebel/','','180','','','','','',''); otmenu.makeMenu('itemp30','itemp27','Livelink for PeopleSoft','http://www.opentext.com/products/peoplesoft/','','180','','','','','',''); otmenu.makeMenu('itemp33','itemproducts','Email Solutions','http://www.opentext.com/products/livelink/email/','','180','','','','','',''); otmenu.makeMenu('itemp34','itemp33','Livelink for Email Archiving','http://www.opentext.com/products/livelink/email/archiving/','','180','','','','','',''); otmenu.makeMenu('itemp35','itemp33','Livelink for Email Management','http://www.opentext.com/products/livelink/email/management/','','180','','','','','',''); otmenu.makeMenu('itemp36','itemp33','Livelink for Email Monitoring','http://www.opentext.com/products/livelink/email/monitoring','','180','','','','','',''); otmenu.makeMenu('itemp37','itemproducts','Knowledge Management','http://www.opentext.com/products/knowledge-management/','','180','','','','','',''); otmenu.makeMenu('itemp38','itemp37','Livelink Collections Server','http://www.opentext.com/products/livelink/collections-server/','','180','','','','','',''); otmenu.makeMenu('itemp39','itemp37','Livelink Discovery Server','http://www.opentext.com/products/livelink/discovery-server/','','180','','','','','',''); otmenu.makeMenu('itemp40','itemp37','Livelink Federated Query Server','http://www.opentext.com/products/livelink/federated-query-server/','','180','','','','','',''); otmenu.makeMenu('itemp41','itemp37','Livelink for Knowledge Management','http://www.opentext.com/products/livelink/enterprise-server/knowledge-management/','','180','33','','','','',''); otmenu.makeMenu('itemp42','itemp37','Livelink for Libraries','http://www.opentext.com/products/livelink/collections-server/libraries/','','180','','','','','',''); otmenu.makeMenu('itemp43','itemproducts','Process Management','http://www.opentext.com/products/business-process-management/','','180','','','','','',''); otmenu.makeMenu('itemp44','itemp43','Livelink BPM Server','http://www.opentext.com/products/livelink/business-process-management-server/','','180','','','','','',''); otmenu.makeMenu('itemp45','itemp43','Livelink for Business Process Management','http://www.opentext.com/products/livelink/enterprise-server/business-process-management/','','180','33','','','','',''); otmenu.makeMenu('itemp46','itemproducts','Project Management','http://www.opentext.com/products/project-management','','180','','','','','',''); otmenu.makeMenu('itemp47','itemp46','Livelink for Clinicals','http://www.opentext.com/products/livelink/enterprise-server/clinicals/','','180','','','','','',''); otmenu.makeMenu('itemp48','itemp46','Livelink for Construction Management','http://www.opentext.com/products/livelink/enterprise-server/construction-management/','','180','33','','','','',''); otmenu.makeMenu('itemp49','itemp46','Livelink for Program Management','http://www.opentext.com/products/livelink/enterprise-server/program-management/','','180','','','','','',''); otmenu.makeMenu('itemp50','itemproducts','Report and Output Management','http://www.opentext.com/products/report-management-output-management/','','180','','','','','',''); otmenu.makeMenu('itemp51','itemp50','Livelink for Enterprise Report Management','http://www.opentext.com/products/livelink/enterprise-report-management','','180','33','','','','',''); otmenu.makeMenu('itemp52','itemp50','Vista Plus Suite','http://www.opentext.com/products/vista-plus-suite/','','180','','','','','',''); otmenu.makeMenu('itemp56','itemproducts','Unified Messaging','http://www.opentext.com/products/unified-messaging/','','180','','','','','',''); otmenu.makeMenu('itemp57','itemp56','FirstClass','http://www.opentext.com/products/firstclass/','','180','','','','','',''); otmenu.makeMenu('itemp58','itemproducts','Web Content Management','http://www.opentext.com/products/web-content-management/','','180','','','','','',''); otmenu.makeMenu('itemp59','itemp58','Livelink Web Content Management Server','http://www.opentext.com/products/livelink/web-content-management-server/','','180','33','','','','',''); otmenu.makeMenu('itemp60','itemp58','Livelink for Web Content Management','http://www.opentext.com/products/livelink/enterprise-server/web-content-management/','','180','33','','','','',''); otmenu.makeMenu('itemp61','itemproducts','All Products','http://www.opentext.com/products/catalog.html','','180','','','','','',''); } // END products // BEGIN Services otmenu.makeMenu('itemServices','','Services','http://www.opentext.com/services','','61','','','','','',''); if (mnuBrowserOK()) { otmenu.makeMenu('itemsrv1','itemServices','Consulting','http://www.opentext.com/services/consulting.html','','160','','','','','',''); otmenu.makeMenu('itemsrv2','itemsrv1','Operational Modeling','http://www.opentext.com/services/operational-modeling.html','','160','','','','','',''); otmenu.makeMenu('itemsrv3','itemsrv1','Governance Assessment','http://www.opentext.com/services/governance.html','','160','','','','','',''); otmenu.makeMenu('itemsrv4','itemsrv1','User Experience','http://www.opentext.com/services/user-experience.html','','160','','','','','',''); otmenu.makeMenu('itemsrv5','itemsrv1','System Design','http://www.opentext.com/services/system-design.html','','160','','','','','',''); otmenu.makeMenu('itemsrv6','itemServices','Learning Services','http://www.opentext.com/training','','160','','','','','',''); otmenu.makeMenu('itemsrv29','itemsrv6','Artesia','http://www.opentext.com/training/offerings/artesia.html','','160','','','','','',''); otmenu.makeMenu('itemsrv13','itemsrv6','Basis and Techlib','http://www.opentext.com/training/offerings/basis.html','','160','','','','','',''); otmenu.makeMenu('itemsrv14','itemsrv6','Coreport','http://www.opentext.com/training/offerings/coreport.html','','160','','','','','',''); otmenu.makeMenu('itemsrv18','itemsrv6','FirstClass','http://www.opentext.com/training/offerings/firstclass.html','','160','','','','','',''); otmenu.makeMenu('itemsrv12','itemsrv6','Gauss Document Management','http://www.opentext.com/training/offerings/gauss-document-management.html','','160','','','','','',''); otmenu.makeMenu('itemsrv10','itemsrv6','IXOS (ECM) - North America','http://www.opentext.com/training/offerings/ixos-ecm-na.html','','160','','','','','',''); otmenu.makeMenu('itemsrv11','itemsrv6','IXOS (ECM) - Europe','http://www.ixos.com/en/ser-training-emea-en','','160','','','','','',''); otmenu.makeMenu('itemsrv7','itemsrv6','Livelink','http://www.opentext.com/training/offerings/livelink.html','','160','','','','','',''); otmenu.makeMenu('itemsrv8','itemsrv6','Livelink WCM - North America','http://www.opentext.com/training/offerings/livelink-wcm.html','','160','','','','','',''); otmenu.makeMenu('itemsrv9','itemsrv6','Livelink WCM - Europe','http://www.ixos.com/ser-training-emea-en','','160','','','','','',''); otmenu.makeMenu('itemsrv19','itemsrv6','ODOC','http://www.opentext.com/training/offerings/odoc.html','','160','','','','','',''); otmenu.makeMenu('itemsrv28','itemsrv6','Vista Plus','http://www.opentext.com/training/offerings/vista-plus.html','','160','','','','','',''); otmenu.makeMenu('itemsrv15','itemsrv6','Certification','http://www.opentext.com/training/certification.html','','160','','','','','',''); otmenu.makeMenu('itemsrv16','itemsrv6','Custom Curriculum','http://www.opentext.com/training/offerings/custom_curriculum.html','','160','','','','','',''); otmenu.makeMenu('itemsrv17','itemsrv6','Educational Planning','http://www.opentext.com/training/offerings/planning.html','','160','','','','','',''); otmenu.makeMenu('itemsrv20','itemsrv6','Register Today','http://www.opentext.com/training/register.html','','160','','','','','',''); otmenu.makeMenu('itemsrv21','itemsrv6','Education Registrar','http://www.opentext.com/training/contacts.html','','160','','','','','',''); otmenu.makeMenu('itemsrv22','itemsrv6','Course Calendar','http://www.opentext.com/training/trainingsearch.html','','160','','','','','',''); otmenu.makeMenu('itemsrv23','itemServices','Hosting Services','http://www.opentext.com/services/deployment.html','','160','','','','','',''); otmenu.makeMenu('itemsrv24','itemServices','Customer Support','http://www.opentext.com/services/support.html','','160','','','','','',''); otmenu.makeMenu('itemsrv25','itemsrv24','Standard Support','http://www.opentext.com/services/standard-support.html','','160','','','','','',''); otmenu.makeMenu('itemsrv26','itemsrv24','24x7 Support','http://www.opentext.com/services/24x7-support.html','','160','','','','','',''); otmenu.makeMenu('itemsrv27','itemsrv24','Enterprise Support','http://www.opentext.com/services/enterprise-support.html','','160','','','','','',''); } // END Services // BEGIN Customers otmenu.makeMenu('itemCustomers','','Customers','http://www.opentext.com/customers/index.html','','75','','','','','',''); if (mnuBrowserOK()) { otmenu.makeMenu('itemcus1','itemCustomers','AEC/Engineering','http://www.opentext.com/customers/aec-engineering.html','','160','','','','','',''); otmenu.makeMenu('itemcus2','itemCustomers','Energy','http://www.opentext.com/energy/customers.html','','160','','','','','',''); otmenu.makeMenu('itemcus3','itemCustomers','Financial','http://www.opentext.com/customers/financial.html','','160','','','','','',''); otmenu.makeMenu('itemcus4','itemCustomers','Government','http://www.opentext.com/customers/government.html','','160','','','','','',''); otmenu.makeMenu('itemcus5','itemCustomers','Pharmaceutical','http://www.opentext.com/customers/pharmaceutical.html','','160','','','','','',''); otmenu.makeMenu('itemcus6','itemCustomers','Telecommunications','http://www.opentext.com/customers/telecommunications.html','','160','','','','','',''); otmenu.makeMenu('itemcus7','itemCustomers','Success Stories','http://www.opentext.com/customers/success-stories.html','','160','','','','','',''); otmenu.makeMenu('itemcus8','itemCustomers','Powered By Livelink','http://www.opentext.com/customers/powered-by-livelink.html','','160','','','','','',''); otmenu.makeMenu('itemcus9','itemCustomers','GlobalStar','http://www.opentext.com/customers/globalstar.html','','160','','','','','',''); otmenu.makeMenu('itemcus10','itemCustomers','ROI Studies','http://www.opentext.com/customers/roi_studies.html','','160','','','','','',''); otmenu.makeMenu('itemcus11','itemCustomers','Publications','http://www.opentext.com/customers/publications.html','','160','','','','','',''); } // END Customers // BEGIN Partners otmenu.makeMenu('itemPartners','','Partners','http://www.opentext.com/partners','','61','','','','','',''); if (mnuBrowserOK()) { otmenu.makeMenu('itempar1','itemPartners','Global Alliance Program','http://www.opentext.com/partners','','170','','','','','',''); otmenu.makeMenu('itempar2','itemPartners','Services','http://www.opentext.com/partners/services.html','','170','','','','','',''); otmenu.makeMenu('itempar3','itemPartners','Technology','http://www.opentext.com/partners/technology.html','','170','','','','','',''); otmenu.makeMenu('itempar4','itemPartners','Solutions','http://www.opentext.com/partners/solutions.html','','170','','','','','',''); otmenu.makeMenu('itempar5','itemPartners','Strategic Technology Partners','http://www.opentext.com/partners/strategic-technology-partners.html','','170','','','','','',''); otmenu.makeMenu('itempar6','itempar5','Adobe','http://www.opentext.com/partners/strategic-technology-partners/adobe.html','','170','','','','','',''); otmenu.makeMenu('itempar7','itempar5','BEA','http://www.opentext.com/partners/strategic-technology-partners/bea.html','','170','','','','','',''); otmenu.makeMenu('itempar8','itempar5','Hewlett-Packard','http://www.opentext.com/partners/strategic-technology-partners/hp.html','','170','','','','','',''); otmenu.makeMenu('itempar9','itempar5','Hitachi Data Systems','http://www.opentext.com/partners/strategic-technology-partners/hds.html','','170','','','','','',''); otmenu.makeMenu('itempar10','itempar5','Microsoft','http://www.opentext.com/partners/strategic-technology-partners/microsoft.html','','170','','','','','',''); otmenu.makeMenu('itempar11','itempar5','Oracle','http://www.opentext.com/partners/strategic-technology-partners/oracle.html','','170','','','','','',''); otmenu.makeMenu('itempar12','itempar5','SAP','http://www.opentext.com/partners/strategic-technology-partners/sap.html','','170','','','','','',''); otmenu.makeMenu('itempar13','itempar5','Sun','http://www.opentext.com/partners/strategic-technology-partners/sun.html','','170','','','','','',''); otmenu.makeMenu('itempar14','itemPartners','Alliance Partner Directory','http://www.opentext.com/partners/partner-directory.html','','170','','','','','',''); otmenu.makeMenu('itempar15','itemPartners','Register Today','http://www.opentext.com/partners/register.html','','170','','','','','',''); } // END Partners // BEGIN Events otmenu.makeMenu('itemEvents','','Events','http://www.opentext.com/events','','51','','','','','',''); if (mnuBrowserOK()) { otmenu.makeMenu('itemevn1','itemEvents','Calendar','http://www.opentext.com/events/index.html','','','','','','','',''); otmenu.makeMenu('itemevn2','itemEvents','Browse Events','http://www.opentext.com/events/browse.html','','','','','','','',''); otmenu.makeMenu('itemevn3','itemEvents','Search','http://www.opentext.com/events/search.html','','','','','','','',''); otmenu.makeMenu('itemevn4','itemEvents','LiveLinkUp','http://www.opentext.com/livelinkup','','','','','','','',''); otmenu.makeMenu('itemevn5','itemEvents','SAP Events','http://www.opentext.com/events/sap.html','','','','','','','',''); otmenu.makeMenu('itemevn6','itemEvents','ECM Leadership Forum','http://www.opentext.com/events/ecm-leadership-forum.html','','','','','','','',''); otmenu.makeMenu('itemevn7','itemEvents','Webcasts on Demand','http://www.opentext.com/events/webcasts.html','','','','','','','',''); } // END Events // BEGIN News otmenu.makeMenu('itemNews','','News','http://www.opentext.com/news','','45','','','','','','bottomleft'); if (mnuBrowserOK()) { otmenu.makeMenu('itemnws1','itemNews','Press Releases','http://www.opentext.com/news/','','','','','','','','left'); otmenu.makeMenu('itemnws2','itemnws1','2005','http://www.opentext.com/news/press-releases-2005.html','','50','','','','','',''); otmenu.makeMenu('itemnws3','itemnws1','2004','http://www.opentext.com/news/press-releases-2004.html','','50','','','','','',''); otmenu.makeMenu('itemnws4','itemnws1','2003','http://www.opentext.com/news/press-releases-2003.html','','50','','','','','',''); otmenu.makeMenu('itemnws5','itemnws1','2002','http://www.opentext.com/news/press-releases-2002.html','','50','','','','','',''); otmenu.makeMenu('itemnws6','itemnws1','2001','http://www.opentext.com/news/press-releases-2001.html','','50','','','','','',''); otmenu.makeMenu('itemnws7','itemnws1','2000','http://www.opentext.com/news/press-releases-2000.html','','50','','','','','',''); otmenu.makeMenu('itemnws8','itemnws1','1999','http://www.opentext.com/news/press-releases-1999.html','','50','','','','','',''); otmenu.makeMenu('itemnws9','itemnws1','1998','http://www.opentext.com/news/press-releases-1998.html','','50','','','','','',''); otmenu.makeMenu('itemnws10','itemnws1','1997','http://www.opentext.com/news/press-releases-1997.html','','50','','','','','',''); otmenu.makeMenu('itemnws11','itemnws1','1996','http://www.opentext.com/news/press-releases-1996.html','','50','','','','','',''); otmenu.makeMenu('itemnws11','itemNews','Articles','http://www.opentext.com/news/articles.html','','','','','','','',''); otmenu.makeMenu('itemnws12','itemNews','Reviews','http://www.opentext.com/corporate/reviews.html','','','','','','','',''); otmenu.makeMenu('itemnws13','itemNews','Newsletters','http://www.opentext.com/news/newsletters.html','','','','','','','',''); otmenu.makeMenu('itemnws14','itemNews','Product News','http://www.opentext.com/products/news.html','','','','','','','',''); } // END News // BEGIN Company otmenu.makeMenu('itemCompany','','Company','http://www.opentext.com/corporate/index.html','','79','','','','','','bottomleft'); if (mnuBrowserOK()) { otmenu.makeMenu('itemcom1','itemCompany','Awards','http://www.opentext.com/corporate/awards.html','','150','','','','','',''); otmenu.makeMenu('itemcom2','itemCompany','Board of Directors','http://www.opentext.com/corporate/our_leadership.html','','','','','','','',''); otmenu.makeMenu('itemcom3','itemCompany','Career Opportunites','http://www.opentext.com/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','http://www.opentext.com/corporate/careers/north-america/index.html','','150','','','','','',''); otmenu.makeMenu('itemcom7','itemCompany','History','http://www.opentext.com/corporate/our_history.html','','','','','','','',''); otmenu.makeMenu('itemcom8','itemCompany','Investors','http://www.opentext.com/investor','','','','','','','','left'); otmenu.makeMenu('itemcom9','itemcom8','Analyst Coverage','http://www.opentext.com/investor/analyst_coverage.html','','150','','','','','',''); otmenu.makeMenu('itemcom10','itemcom8','Annual Reports','http://www.opentext.com/investor/annual_reports.html','','150','','','','','',''); otmenu.makeMenu('itemcom11','itemcom8','Awards','http://www.opentext.com/corporate/awards.html','','150','','','','','',''); otmenu.makeMenu('itemcom12','itemcom8','Investor Events','http://www.opentext.com/investor/investor_events/index.html','','150','','','','','',''); otmenu.makeMenu('itemcom13','itemcom8','Quarterly Results','http://www.opentext.com/investor/quarterly_reports/index.html','','150','','','','','',''); otmenu.makeMenu('itemcom14','itemcom8','Investor Kit','http://www.opentext.com/investor/investorkit.html','','150','','','','','',''); otmenu.makeMenu('itemcom15','itemcom8','Press Releases','http://www.opentext.com/investor/corporate_press_releases.html','','150','','','','','',''); otmenu.makeMenu('itemcom16','itemcom8','SEC Filings','http://www.opentext.com/investor/secfilings.html','','150','','','','','',''); otmenu.makeMenu('itemcom17','itemcom8','Contacts','http://www.opentext.com/investor/investor_contacts.html','','150','','','','','',''); otmenu.makeMenu('itemcom18','itemCompany','ECM Positioning','http://www.opentext.com/corporate/ECM_positioning.html','','','','','','','',''); otmenu.makeMenu('itemcom19','itemCompany','ECM Book','http://www.opentext.com/corporate/ecm-book.html','','','','','','','',''); otmenu.makeMenu('itemcom20','itemCompany','Office Locations','http://www.opentext.com/corporate/office_locations/index.html','','','','','','','',''); otmenu.makeMenu('itemcom21','itemCompany','Contact Us','http://www.opentext.com/corporate/contact_us.html','','','','','','','',''); } // END Company otmenu.construct(); } else { document.write('using static menu'); } }