function GenerateMenu(path) {
    
    document.write('<div id="aboutPanel" style="height:138px; width:150px;" onMouseOut="hideMenuItem();" class="mainPanels"><a href="' + path + 'Aboutus/About-Singularity.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">About Singularity</a><a href="' + path + 'Aboutus/about-singularity-management-team.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Management Team</a><a href="' + path + 'Aboutus/singularity-bpm-customers.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Singularity Customers</a><a href="' + path + 'Aboutus/about-testimonials.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Testimonials</a><a href="' + path + 'Aboutus/singularity-careers.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Careers</a><a href="' + path + 'Aboutus/contact-singularity.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Contact Us</a></div>');

    document.write('<div id="productsPanel" style="height:276px;width:200px;" onMouseOut="hideMenuItem();" class="mainPanels"><a href="' + path + 'Products/products-overview.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">BPM Suite</a><a href="' + path + 'Products/products-features.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Features</a><a href="' + path + 'Products/products-key-benefits.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Key Benefits</a><a href="' + path + 'Products/products-case-management.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Case Management</a><a href="' + path + 'Products/products-business-process-agility.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">What is Business Process Agility?</a><a href="' + path + 'Products/what-is-business-process-management.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">What is BPM?</a><a href="' + path + 'Products/products-bpm-for-microsoft.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">BPM for Microsoft</a><a href="' + path + 'Products/products-workflow-solution.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Workflow</a><a href="' + path + 'Products/software-as-a-service.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Software as a Service</a><a href="' + path + 'Products/products-bpm-trim.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">HP TRIM  Integration</a><a href="' + path + 'Products/quick-tour.lit" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Quick Tour</a><a href="' + path + 'Products/products-latest-release.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Latest Release</a></div>');

    document.write('<div id="industriesPanel" style="height:180px; width:200px;" onMouseOut="hideMenuItem();" class="mainPanels"><a href="' + path + 'Industries/industry-solutions-overview.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="cmLink">Industry Solutions</a><a href="' + path + 'Industries/singularity-bpo.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="bpmLink">Business Process Outsourcing</a><a href="' + path + 'Industries/capital-markets-overview.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="cmLink">Banking & Capital Markets</a><a href="' + path + 'Industries/government-overview.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="governmentLink">Government</a><a href="' + path + 'Industries/industry-healthcare.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="bpmLink">Healthcare</a><a href="' + path + 'Industries/industry-insurance.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="insuranceLink">Insurance</a><a href="' + path + 'Industries/bpm-legal.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="telcoLink">Legal</a><a href="' + path + 'Industries/telco-overview.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="telcoLink">Telecommunications</a></div>');

    document.write('<div id="solutionsPanel" style="height:210px; width:190px;" onMouseOut="hideMenuItem();" class="mainPanels"><a href="' + path + 'Solutions/singularity-process-platform-process-accelerator-overview.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="cmLink">Solutions Overview</a><a href="' + path + 'Solutions/autonomics/ci-autonomics.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="bpmLink">Autonomics</a><a href="' + path + 'Solutions/singularity-process-platform-accelerator-compliance.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="bpmLink">Compliance</a><a href="' + path + 'Solutions/singularity-process-platform-accelerator-complaints-management.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="bpmLink">Complaints Management</a><a href="' + path + 'Solutions/singularity-process-platform-accelerator-employee-onboarding.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="bpmLink">Employee On-Boarding</a><a href="' + path + 'Solutions/singularity-process-platform-accelerator-invoice-processing.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="bpmLink">Invoice Processing</a><a href="' + path + 'Solutions/singularity-process-platform-accelerator-new-account-opening.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="bpmLink">New Account Opening</a><a href="' + path + 'Solutions/singularity-process-platform-accelerator-rapid-solution-development.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="bpmLink">Rapid Solution Development</a><a href="' + path + 'Solutions/singularity-process-platform-accelerator-shared-services.aspx"" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);" class="bpmLink">Shared Services</a></div>');

    document.write('<div id="servicesPanel" style="height:90px; width:200px;" onMouseOut="hideMenuItem();" class="mainPanels"><a href="' + path + 'Services/services-business-process-agility.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Business Process Agility Services</a><a href="' + path + 'Services/services-rapid-implementation.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Rapid Implementation</a><a href="' + path + 'Services/services-education.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Education Services</a><a href="' + path + 'Services/services-customer-care.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Customer Support</a></div>');

    document.write('<div id="partnersPanel" style="height:115px; width:160px;" onMouseOut="hideMenuItem();" class="mainPanels"><a href="' + path + 'Partners/partner-program.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Partner Program</a><a href="' + path + 'Partners/partners-technology-partners.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Technology Partners</a><a href="' + path + 'Partners/partners-oem-partners.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">OEM Partners</a><a href="' + path + 'Partners/partners-implementation-partners.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Integration Partners</a><a href="' + path + 'Partners/partner-zone/" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Enter Partner Zone <img src="/images/key1.gif" hspace="3" border="0" align="absmiddle" alt="Requires login" style="margin:0px;"></a></div>');

    document.write('<div id="resourcesPanel" style="height:205px; width:150px;" onMouseOut="hideMenuItem();" class="mainPanels"><a href="' + path + 'Resources/resources-business-process-management-overview.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Overview</a><a href="' + path + 'Resources/what-is-business-process-management.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">What is BPM?</a><a href="' + path + 'Resources/resources-analyst-reports.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Analyst Reports</a><a href="' + path + 'Resources/resources-case-studies.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Case Studies</a><a href="' + path + 'Resources/resources-brochures.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Brochures</a><a href="' + path + 'Resources/resources-whitepapers.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Whitepapers</a><a href="' + path + 'Resources/resources-demos.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Demos</a><a href="' + path + 'Resources/resources-recorded-webinars.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Recorded Webinars</a><a href="' + path + 'Resources/resources-presentations.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Presentations</a></div>');

    document.write('<div id="newsPanel" style="height:160px; width:150px;" onMouseOut="hideMenuItem();" class="mainPanels"><a href="' + path + 'News/news-press-releases.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Press Releases</a><a href="' + path + 'News/news-events.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Events</a><a href="' + path + 'News/news-analyst-coverage.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Analyst Coverage</a><a href="' + path + 'News/news-press-and-analyst-contacts.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Press &amp; Analyst Contacts</a><a href="' + path + 'News/subscribe-to-news.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Subscribe to Newsletter</a><a href="' + path + 'News/news-webinars.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Webinars</a><a href="' + path + 'News/news-awards.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Awards</a></div>');

    document.write('<div id="literaturePanel_sub" style="margin-top:46px; height:115px; width:120px;" onMouseOut="hideSubMenuItem();" class="mainPanels"><a href="' + path + 'Resources/resources-case-studies.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Case Studies</a><a href="' + path + 'Resources/resources-brochures.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Brochures</a><a href="' + path + 'Resources/resources-whitepapers.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Whitepapers</a><a href="' + path + 'Resources/resources-articles.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Industry News</a><a href="' + path + 'Resources/resources-demos.aspx" onMouseOver="tdHover(this);" onMouseOut="tdOut(this);">Demos</a></div>');
}
