<!--
/*
 * Please refer to rInMenus.js for information on this page.  They are formatted
 * identically
 */

function getMenus() {
	menus.sbInProductsMenu = makeMenu(
		['Voice Solutions', '#',
			makeMenu(
				['Lines \&amp\; Services', 'http://pcat.qwest.com/pcat/group.do?groupId=2&salesChannel=sbus'],
				['Long Distance', 'http://www.qwest.com/smallbusiness/productsandservices/ld/index.html'],
				['Telephones \&amp\; Equipment', 'http://pcat.qwest.com/pcat/group.do?groupId=7&salesChannel=sbus'],
				['Wireless', 'http://www.qwestwireless.com/business/index.jsp']
			)
		],
		['Data Solutions', 'http://pcat.qwest.com/pcat/group.do?groupId=4&salesChannel=sbus'],
		['Internet Solutions', 'http://www.qwest.com/smallbusiness/internet'],
		['Managed Solutions', 'http://pcat.qwest.com/pcat/group.do?groupId=6&salesChannel=sbus'],
		['Directory Advertising', 'http://www.qwest.com/smallbusiness/products/qwestDex.html'],
		['Product Search',
			makeMenu(
				['By Product Name', 'http://www.qwest.com/smallbusiness/products/prodSearch.html'],
				['A-Z Product Index', 'http://pcat.qwest.com/pcat/productList.do?salesChannel=sbus']
			)
		]
	);
	menus.sbInProductsMenu.url = 'http://www.qwest.com/smallbusiness/products/index.html';
	
	menus.sbInOrderMenu = makeMenu(
		['Local Telephone Service',
			makeMenu(
				['Establish New Service', 'http://www.qwest.com/smallbusiness/orderonline/newservice.html'],
				['Add Products \&amp\; Services', 'https://iot.qwest.com/iot/cart/Summary.do']
			)
		],
		['DSL', 'http://www.qwest.com/smallbusiness/orderdsl'],
		['Internet Solutions', 'https://iot.qwest.com/iot/IOT?listRegion=regionIn&trans=enter&sitePref=bus&serviceType=change&prod=uswNet&TN=='],
		['Wireless', 'https://www.qwestwireless.com/business/index.jsp?accType=BUS']
	);
	menus.sbInOrderMenu.url = 'http://www.qwest.com/smallbusiness/orderonline';
	
	menus.sbInManageMenu = makeMenu(
		['Register for MyAccount', 'https://kai08.qwest.com/cwt/CreateProfileAccount.aspx'],
		['Check Order Status', 'https://kai08.qwest.com/cwt/SOM/OrderStatusNAU.aspx'],
		['View or Pay My Bill',
			makeMenu(
				['Paperless Billing', 'http://www.qwest.com/smallbusiness/manage/eBillingIntro.html'],
				['View My Bill', 'https://kai08.qwest.com/cwt/qwest/eBill/ViewBill.aspx'],
				['Set Up Automatic Payments', 'https://kai08.qwest.com/cwt/Qwest/ebill/ChangeMyPreference.aspx'],
				['Pay By Electronic Funds Transfer', 'https://kai08.qwest.com/cwt/Qwest/ePay/OTP/WP/EFTInput.aspx'],
				['Pay By Credit Card', 'https://kai08.qwest.com/cwt/Qwest/ePay/OTP/WP/CCInput.aspx'],
				['Report a Payment', 'https://kai08.qwest.com/cwt/Qwest/ePay/RAP/WP/ReportPaymentInput.aspx'],
				['Payment Locations', 'https://kai08.qwest.com/cwt/ePay/PL/WP/PaymentLocations.aspx'],
				['View Other Payment Options', 'http://www.qwest.com/smallbusiness/manage/payBill.html']
			)
		],
		['Manage MyAccount Profile', ' https://kai08.qwest.com/cwt/qwest/ChangeProfile.aspx']
	);
	menus.sbInManageMenu.url = 'http://www.qwest.com/smallbusiness/manage/index.html';
	
	menus.sbInCustomerMenu = makeMenu(
		['FAQs', 'http://www3.qwest.com/cgi-bin/smbir.cfg/php/enduser/std_alp.php'],
		['Report Phone Problem', 'https://kai08.qwest.com/cwt/repair/login.aspx'],
		['Check Order Status', 'https://kai08.qwest.com/cwt/SOM/OrderStatusNAU.aspx'],
		['Understand Your Bill', 'http://www.qwest.com/smallbusiness/customerService/understand/'],
		['Dialing Codes', 'http://www.qwest.com/smallbusiness/customerService/guides/'],
		['Contact Us', 'http://www.qwest.com/smallbusiness/customerService/contactus/billing.html']
	);
	menus.sbInCustomerMenu.url = 'http://www.qwest.com/smallbusiness/customerService/index.html';
}
// -->