<!--
// Copyright Organic, Inc. 2000.  All rights reserved.  This
// source code file contains proprietary and confidential information
// and trade secrets of Organic, Inc. 

/*
 * Please refer to rMenus.js for information on this page.  They are formatted 
 * identically
 */

function getMenus()
{
menus.VdslLearnMenu =
makeMenu( 
    ['Overview', '/vdsl/learn/overview.html'],
    ['Product Features', '/vdsl/learn/features.html'],
    ['Current Markets', '/vdsl/learn/markets.html'],
    ['VDSL Technology', '/vdsl/learn/vdsl.html'],
    ['Whole House Digital Solution', '/vdsl/learn/digitalsolution.html'],    
    ['Contact Us', '/vdsl/learn/contact.html'],
    ['News & Media', '/vdsl/learn/media.html'], 
    ['Glossary', '/vdsl/learn/glossary.html']    
  )
menus.VdslLearnMenu.url = '/vdsl/learn/'

menus.VdslPhoenixMenu =
makeMenu( 
    ['Qwest Choice TV', '/residential/products/tvservices/phoenix/tv.html'],
    ['Qwest Choice OnLine', '/residential/products/tvservices/phoenix/online.html'],
    ['Availability', '/vdsl/phoenix/availability.html'],
    ['Customer Service', '/vdsl/phoenix/service.html']
  )
menus.VdslPhoenixMenu.url = '/vdsl/phoenix/'

menus.VdslOmahaMenu =
makeMenu( 
    ['Qwest Choice TV', '/residential/products/tvservices/omaha/tv.html'],
    ['Qwest Choice OnLine', '/residential/products/tvservices/omaha/online.html'],
    ['Availability', '/vdsl/omaha/availability.html'],
    ['Customer Service', '/vdsl/omaha/service.html']
 )

menus.VdslOmahaMenu.url = '\/vdsl\/omaha\/'

menus.VdslDenverMenu =
makeMenu( 
    ['Qwest Choice TV', '/residential/products/tvservices/denver/tv.html'],
    ['Qwest Choice OnLine', '/residential/products/tvservices/denver/online.html'],
    ['Availability', '/vdsl/denver/availability.html'],
    ['Customer Service', '/vdsl/denver/service.html']   
 )
menus.VdslDenverMenu.url = '/vdsl/denver/'
}
  // -->