            //<![CDATA[  
            /* Google Website Optimizer starts - Oct14, 2009 */
            function gotoContactUs(){
                if (channelE == 'Large Business') 
                    location.href = "/business/contact-us-v1b.html";
                else 
                    location.href = "/business/contact-us.html";
            }
            /* Google Website Optimizer ends - Oct14, 2009 */
			function gotoContactUsBody(){
				location.href = "/business/contact-us.html?&prevLink=largeBusiness"; 
			}
       	
            //var pageLabel = "Home";
           // swfobject.registerObject("LargeBusinessHomePage", "9.0.0", "/qptcms/qCmsRepository/Global/largeBusiness/flash/expressInstall.swf");
            window.onbeforeunload = onPageUnload;
            function onPageUnload(){
                try {
                    if (navigator.appName == "Netscape") {
                        document.home.pageUnload();
                    }
                    else {
                        document.getElementById("home").pageUnload();
                    }
                } 
                catch (e) {
                }
            }
            
            function openVideoWindow(){
                window.open('/business/resource-center/videos-and-demos/list.html#1001]', 'Qwest', 'location=yes,width=886,height=536');
            }
            
            function isLiveChatAvailable(){
                if (document.getElementBId("hcIcon").src.indexOf("repoffline") == -1) {
                    return true;
                }
                return false;
            }
            
            lpButtonCTTUrl = "";
            skill = "QCHD";
            function openLiveChatWindow(){
                if (selChannel == "Large Business") {
                    //Large Business
                    window.open('https://server.iad.liveperson.net/hc/86584264/?cmd=file&file=visitorWantsToChat&site=86584264&SESSIONVAR!skill=QCHD&imageUrl=https://control.qwest.com/control/portal/qcontrol/images&referrer=' + escape(document.location), 'chat86584264', 'width=472,height=320');
                    skill = "QCHD";
                }
                else {
                    // Wholesale
                    lpButtonCTTUrl = 'https://sales.liveperson.net/hc/1487128/?cmd=file&file=visitorWantsToChat&site=1487128&SESSIONVAR!skill=wholesale-english&imageUrl=http://sales.liveperson.net/hcp/Gallery/ChatButton-Gallery/English/General/1a&referrer=' + escape(document.location);
                    lpButtonCTTUrl = (typeof(lpAppendVisitorCookies) != 'undefined' ? lpAppendVisitorCookies(lpButtonCTTUrl) : lpButtonCTTUrl);
                    window.open(lpButtonCTTUrl, 'chat1487128', 'width=472,height=320,resizable=yes');
                    skill = "wholesale";
                }
            }
            
            function searchKeyword(arg){
                search.userquery.value = arg;
                document.search.submit();
            }
        	
            function setCookie(c_name, value, expiredays){
                var exdate = new Date();
                exdate.setDate(exdate.getDate() + expiredays);
                document.cookie = c_name + "=" + escape(value) +
                ((expiredays == null) ? "" : ";expires=" + exdate.toGMTString()) +
                ";path=/";
            }
            
            //check url for param
            try {
                var campaign_param = getURLParam("Source");
                if (typeof(campaign_param) != 'undefined' && campaign_param != '') {
                    setCookie('campaign_source', escape(campaign_param));
                    s.prop36 = campaign_param;
                }
            } 
            catch (err) {
            
            }
            setCookie('searchtarget', 'Large Business');
            //]]>			

