﻿
// remember to remove comma after the last menu set

mainMenu = [
  {
    title:"Home",
    link:"/default.aspx",
    dropDownWidth:0,
    dropDownNeckWidth:0,
    dropDownItems:[
    ]
  },
  {
    title:"What is TEM?",
    link:"",
    dropDownWidth:192,
    dropDownHeight:102,
    dropDownNeckWidth:97,
    dropDownItems:[
      {title:"What is TEM?", link:"/TEM/what.aspx"},
      {title:"Who needs TEM?", link:"/TEM/who.aspx"},
      {title:"How to save 30% or more", link:"/TEM/save.aspx"}      
    ]
  },
  {
    title:"The TEM Tasks",
    link:"",
    dropDownWidth:230,
    dropDownHeight:230,
    dropDownNeckWidth:106,
    dropDownItems:[
      {title:"Wireless Expense Management", link:"/Tasks/wireless.aspx"},
      {title:"Wireline Expense Management", link:"/Tasks/wireline.aspx"},
      {title:"Order Management", link:"/Tasks/order.aspx"},
      {title:"Inventory Management", link:"/Tasks/inventory.aspx"},
      {title:"Invoice Processing", link:"/Tasks/invoice_processing.aspx"},
      {title:"Invoice Audit & Recovery", link:"/Tasks/invoice_auditing.aspx"},
      {title:"Contract Negotation & RFPs", link:"/Tasks/RFPs.aspx"},
      {title:"Benchmarking", link:"/Tasks/benchmarking.aspx"},
      {title:"Cost Allocation", link:"/Tasks/allocation.aspx"}    
    ]
  },
  {
    title:"The TEM Tool",
    link:"",
    dropDownWidth:175,
    dropDownHeight:165,
    dropDownNeckWidth:95,
    dropDownItems:[
      {title:"What is Clearview?", link:"/Tool/startpage.aspx"},
      {title:"Web-based Delivery", link:"/Tool/webdelivery.aspx"},
      {title:"TEM Audit Outsourcing", link:"/Tool/BPO.aspx"},
      {title:"Security Features", link:"/Tool/security.aspx"},
      {title:"Clearview Demo", link:"/Tool/demo.aspx"},
      {title:"30-Day Free Trial", link:"/Tool/trial.aspx"}
          ]
  },
  {
    title:"Knowledge Base",
    link:"",
    dropDownWidth:194,
    dropDownHeight:100,
    dropDownNeckWidth:115,
    dropDownItems:[
      {title:"Exposing the Industry Blog", link:"http://blog.valicomcorp.com"},
      {title:"TEM White Papers", link:"/Knowledge/whitepapers.aspx"},
      {title:"TEM Webinars", link:"/Knowledge/webinars.aspx"}
    ]
  },  
  
   {
    title:"About Valicom",
    link:"",
    dropDownWidth:185,
    dropDownHeight:185,
    dropDownNeckWidth:102,
    dropDownItems:[
     {title:"What Sets Us Apart", link:"/About/about.aspx"},
      {title:"Client Stories", link:"/About/clientstories.aspx"},
      {title:"Testimonials", link:"/About/testimonials.aspx"},
      {title:"Meet Our Leaders", link:"/About/leaders.aspx"},
      {title:"Meet Our Advisory Board", link:"/About/board.aspx"},
      {title:"Valicom Values", link:"/About/values.aspx"},
      {title:"Contact Valicom", link:"/About/contact.aspx"}
    ]
  },  
  
   {
    title:"News",
    link:"",
    dropDownWidth:200,
    dropDownHeight:120,
    dropDownNeckWidth:50,
    dropDownItems:[
      {title:"Exposing the Industry Blog", link:"http://blog.valicomcorp.com"},
      {title:"Press Releases", link:"/News/press_releases.aspx"},
      {title:"Live Event Calendar", link:"/News/calendar.aspx"},
      {title:"RSS Feed", link:"http://feeds.feedburner.com/Valicom"}
    ]
  }  
  
  
  
  
]