function createMenus() {
for (c = 0; c < 6; c++) mSheets[c] = new MenuSheet();
mSheets[0]
.addLink("About A1QA", "/company/profile/");
mSheets[0]
.addLink("Why A1QA?", "/company/why_a1qa/");
mSheets[0]
.addLink("Why outsource QA?", "/company/why_outsource/");
mSheets[0]
.addLink("Company News", "/company/news/");
mSheets[1]
.addSubmenu("Software Testing and Related Services", "/services/software_testing/");
mSheets[1]
.links[0].submenu
.addLink("Functional Testing", "/services/software_testing/functional_and_regression_testing/");
mSheets[1]
.links[0].submenu
.addLink("Full Lifecycle Testing", "/services/software_testing/complex_testing_service/");
mSheets[1]
.links[0].submenu
.addLink("Performance and Stress Testing", "/services/software_testing/technical_testing/");
mSheets[1]
.links[0].submenu
.addLink("Test Automation", "/services/software_testing/testing_automation/");
mSheets[1]
.links[0].submenu
.addLink("Usability Testing", "/services/software_testing/user_interface_testing/");
mSheets[1]
.links[0].submenu
.addLink("Localization Testing", "/services/software_testing/localization_testing/");
mSheets[1]
.links[0].submenu
.addLink("Security Testing", "/services/software_testing/security_testing/");
mSheets[1]
.links[0].submenu
.addLink("Compatibility Testing", "/services/software_testing/compatibility_testing/");
mSheets[1]
.links[0].submenu
.addLink("Documentation Services", "/services/software_testing/documentation_service/");
mSheets[1]
.addLink("Pre-Certification Product Testing", "/services/product_certification/");
mSheets[1]
.addSubmenu("Software QA Consulting Services", "/services/consulting/");
mSheets[1]
.links[2].submenu
.addLink("SQA Process Audit and Improvement", "/services/consulting/sqa_audit/");
mSheets[1]
.links[2].submenu
.addLink("In-House Independent QA Team Setup", "/services/consulting/independent_qa_team/");
mSheets[1]
.addSubmenu("Other Services", "/services/other_services/");
mSheets[1]
.links[3].submenu
.addLink("Issue-Tracking Database Management", "/services/other_services/issue_tracking_db_management/");
mSheets[2]
.addLink("How to Start", "/how_we_work/how_to_start/");
mSheets[2]
.addLink("Process", "/how_we_work/software_testing_process/");
mSheets[2]
.addLink("Domain Expertise", "/how_we_work/domain_expertise/");
mSheets[2]
.addLink("Tools and Technologies", "/how_we_work/expertise/");
mSheets[2]
.addLink("Our Team", "/how_we_work/people/");
mSheets[3]
.addLink("Case Studies", "/portfolio/case_studies/");
mSheets[3]
.addLink("Testimonials", "/portfolio/testimonials/");
mSheets[3]
.addLink("Customers and Partners", "/portfolio/customers_and_partners/");
mSheets[5]
.addLink("Add Article", "/directory/index.php");
mSheets[5]
.addLink("Business", "/directory/finance.php");
mSheets[5]
.addLink("Business Ownership Types", "/directory/finance2.php");
mSheets[5]
.addLink("Computers", "/directory/computers.php");
mSheets[5]
.addLink("Computers History", "/directory/computers2.php");
mSheets[5]
.addLink("Domain Name", "/directory/domain.php");
mSheets[5]
.addLink("Domain Name Registration", "/directory/domain2.php");
mSheets[5]
.addLink("Adobe Flash", "/directory/flash_design.php");
mSheets[5]
.addLink("Flash Animation", "/directory/flash_design2.php");
mSheets[5]
.addLink("Design", "/directory/graphic_design.php");
mSheets[5]
.addLink("Web Design", "/directory/graphic_design2.php");
mSheets[5]
.addLink("Internet", "/directory/internet.php");
mSheets[5]
.addLink("Internet Marketing", "/directory/internet2.php");
mSheets[5]
.addLink("Logo", "/directory/logo_design.php");
mSheets[5]
.addLink("Logo Design", "/directory/logo_design2.php");
mSheets[5]
.addLink("Promotion", "/directory/promotion.php");
mSheets[5]
.addLink("Marketing", "/directory/promotion2.php");
mSheets[5]
.addLink("Computer Software", "/directory/software.php");
mSheets[5]
.addLink("Free Software", "/directory/software2.php");
mSheets[5]
.addLink("Web Designers", "/directory/web_designers.php");
mSheets[5]
.addLink("Game Designers", "/directory/web_designers2.php");
mSheets[5]
.addLink("Web Development", "/directory/web_development.php");
mSheets[5]
.addLink("Web Industry", "/directory/web_development2.php");
mSheets[5]
.addLink("Internet  Hosting", "/directory/hosting.php");
mSheets[5]
.addLink("Web Hosting", "/directory/hosting2.php");
mSheets[5]
.addLink("Webmasters", "/directory/webmasters.php");
mSheets[5]
.addLink("Website", "/directory/webmasters2.php");
mSheets[5]
.addLink("Promotional Items", "/directory/miscellaneous.php");
mSheets[5]
.addLink("Outsourcing", "/directory/miscellaneous2.php");
mSheets[5]
.addLink("Backup Software", "/directory/backup_software.php");
for (var c in mSheets) mSheets[c].create();
mReady = true;
}
var agt = navigator.userAgent.toLowerCase ();
var is_major = parseInt (navigator.appVersion);
var is_minor = parseFloat (navigator.appVersion);
var is_nav  = ((agt.indexOf ("mozilla") != -1) && (agt.indexOf ("spoofer") == -1) && (agt.indexOf ("compatible") == -1) && (agt.indexOf ("opera") == -1) && (agt.indexOf ("webtv") == -1) && (agt.indexOf ("hotjava") == -1) && (agt.indexOf ("safari") == -1));
var is_m = (is_nav && (is_major == 5) && (agt.indexOf ("netscape") == -1) && (agt.indexOf ("opera") == -1) && (agt.indexOf ("firefox") == -1) );
if ( is_m ) {document.write("<style>#main .left_b #top {width: 100%; height: 120px; float:none }</style>") }
window.onload = createMenus; preLoad("/images/b_send.gif","/images/b_send_act.gif","/images/b_reset.gif","/images/b_reset_act.gif","/images/b_search.gif","/images/b_search_act.gif");
