﻿
//remember to remove comma after last menu set


subMenus = [
  {
    name:"TEM",
    items:[
      {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"}  
    ]
  },
  {
    name:"Tasks",
    items:[
      {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"}    
    ]
  },
  {
    name:"Tool",
    items:[
      {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"}
    ]
  },
  {
    name:"Knowledge",
    items:[
      {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"}
    ]
  },
  {
    name:"About",
    items:[
      {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"}
    ]
  },
   
 {
    name:"News",
    items:[
   {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"}
    ]
  }
   
    
]