<!--
var count = 0;
var catCount = 0;
var menuData = new Array();
var tmpData = new Array();

// software
tmpData[count++] = new menuobject("QuarkXPress","/products/xpress/");
tmpData[count++] = new menuobject("XTensions Software","/products/xpress/xtensions/");
tmpData[count++] = new menuobject("Quark Print Collection","/products/printcollection/");
tmpData[count++] = new menuobject("Quark License Administrator","/products/qla/");
tmpData[count++] = new menuobject("QuarkCopyDesk","/products/copydesk/");
tmpData[count++] = new menuobject("Quark Publishing System","/products/enterprise/modules/qps/");
tmpData[count++] = new menuobject("QuarkXPress Server 7","/products/server7/");
tmpData[count++] = new menuobject("Quark Content Manager","/solutions/business_challenge/content_management.cfm");



renderdata();

// How to buy
tmpData[count++] = new menuobject("QuarkStore","http://store.quark.com/quarkstore/");
tmpData[count++] = new menuobject("QuarkXPress Sales","/sales/desktop/");
tmpData[count++] = new menuobject("Strategic Accounts","/sales/desktop/large_accounts.html");
tmpData[count++] = new menuobject("Quark Authorized Resellers","/sales/desktop/resellers.cfm");
tmpData[count++] = new menuobject("Quark Authorized Educational Resellers","/products/xpress/purchase/education/purchase.html");
tmpData[count++] = new menuobject("Online Promotions","/sales/desktop/promotions/");
tmpData[count++] = new menuobject("Enterprise Direct Sales","/sales/enterprise/");
tmpData[count++] = new menuobject("Professional Services","/sales/enterprise/pro_services.html");
tmpData[count++] = new menuobject("System Integrators","/sales/enterprise/integrators/");

renderdata();

// Support
tmpData[count++] = new menuobject("Quark Forums","/service/forums/");
tmpData[count++] = new menuobject("Downloads","/service/desktop/downloads/");
tmpData[count++] = new menuobject("Training","/service/desktop/training/");
tmpData[count++] = new menuobject("Desktop Tech Support","/service/desktop/support/");
tmpData[count++] = new menuobject("Desktop Customer Service","/service/desktop/cust_service/");
tmpData[count++] = new menuobject("Desktop Product Registration","/service/desktop/cust_service/registration/options.html");
tmpData[count++] = new menuobject("Desktop Contact Options","/service/desktop/contact_options.html");
tmpData[count++] = new menuobject("Enterprise Maintenance Plans","/service/enterprise/maintenance_plans.html");
tmpData[count++] = new menuobject("Enterprise Integration Services","/service/enterprise/integration.html");
tmpData[count++] = new menuobject("Enterprise Contact Options","/service/enterprise/contact_options.html");

renderdata();

// Partners
tmpData[count++] = new menuobject("Find a Partner","/partners/find.cfm");
tmpData[count++] = new menuobject("Special Offers","/partners/offers.html");
tmpData[count++] = new menuobject("QuarkAlliance","/partners/alliance/");
tmpData[count++] = new menuobject("Reseller","/partners/resellers/");
tmpData[count++] = new menuobject("Certified Expert","/partners/certified_expert/");
tmpData[count++] = new menuobject("Partner Resources","/resources/");

renderdata();

// About Us
tmpData[count++] = new menuobject("Company Profile","/about/profile/");
tmpData[count++] = new menuobject("Contact Us","/about/contact/");
tmpData[count++] = new menuobject("Press Center","/about/presscenter/");
tmpData[count++] = new menuobject("Upcoming Events","/about/events/");
tmpData[count++] = new menuobject("Web seminars","/about/web_seminars/");
tmpData[count++] = new menuobject("Success Stories","/about/customers/case_studies.cfm");
tmpData[count++] = new menuobject("In The News","/about/inthenews");
tmpData[count++] = new menuobject("Career Opportunities","/about/careers/");
tmpData[count++] = new menuobject("Legal Information","/about/legal/");

renderdata();

//-->