//Consolodate Legacy Functions
// NH20071121
	function loadFeaturePopup(productID,marketSegment) {
	        window.open("https://shop.qwest.com/en/US/wireless/service?cmd=QWEC_FeaturePopup&productId=" + productID +"&showPrice=false&marketSegment=" + marketSegment, "Qwest", "width=452, height=630, scrollbars=yes");
	}
	function loadPhonePopup(productID,marketSegment) {
      window.open("https://shop.qwest.com/en/US/wireless/service?cmd=QW_PhonePopup&productId=" + productID +"&marketSegment=" + marketSegment, "Qwest", "width=452, height=630, scrollbars=yes");
    }
	function loadAccessoryPopup(productID,marketSegment) {    
	    window.open("https://shop.qwest.com/en/US/wireless/service?cmd=QWEC_AccesoryPopup&productId=" + productID +"&marketSegment=" + marketSegment, "Qwest", "width=452, height=630, scrollbars=yes");
	}
	function loadPlanPopup(productID,marketSegment) {
	    window.open("https://shop.qwest.com/en/US/wireless/service?cmd=QWEC_PlanPopup&productId=" + productID +"&showPrice=false&marketSegment=" + marketSegment, "Qwest", "width=452, height=630, scrollbars=yes");
	}
	function load360Popup(productID) {
		window.open("http://www.qwest.com/residential/productsandservices/wireless/phones/360popup/index.html?ProductID=" + productID, "Qwest", "width=430, height=520, scrollbars=yes");
	}
	function SS_loadPhoneDetailPage(productID, marketSegment) {      
	    window.location = "https://shop.qwest.com/en/US/wireless/service?cmd=QW_PhonesList&marketSegment=" + marketSegment + "&selectedPhoneForDetail=" + productID;      
	}
	function SS_loadPlanDetailPage(productID, marketSegment) {      
	    window.location = "https://shop.qwest.com/en/US/wireless/service?cmd=QW_PlansList&marketSegment=" + marketSegment + "&selectedPlanForDetail=" + productID;
	}
	function SS_loadPromotionOrderingPage(promotionID, marketSegment) {        
	      window.location = "https://shop.qwest.com/en/US/wireless/service?cmd=QW_Promotion&promotionid=" + promotionID + "&marketSegment=" + marketSegment;
	}
	function SS_loadWirelessLoginPage(marketSegment) {
	    window.location = "https://shop.qwest.com/en/US/wireless/service?cmd=QWEC_LoginPageDisplay&marketSegment=" + marketSegment;
	}
	function SS_loadWirelessFeaturesPage(marketSegment) {
	    window.location = "https://shop.qwest.com/en/US/wireless/service?cmd=QW_FeaturesList&marketSegment=" + marketSegment;
	}
	function SS_loadWirelessAccessoriesPage(marketSegment) {
	    window.location = "https://shop.qwest.com/en/US/wireless/service?cmd=QW_Accessories&action=addAccessories&marketSegment=" + marketSegment;	    
	}
	function SS_loadWirelessPhoneListPage(marketSegment) {
	    window.location = "https://shop.qwest.com/en/US/wireless/service?cmd=QW_PhonesList&marketSegment=" + marketSegment;
	}
	function SS_loadWirelessPlanListPage(marketSegment) {
	    window.location = "https://shop.qwest.com/en/US/wireless/service?cmd=QW_PlansList&marketSegment=" + marketSegment;
	}