<!--

function openURL() {
    selInd = document.ql.qlsite.selectedIndex;
    goURL = document.ql.qlsite.options[selInd].value;
    top.location.href = goURL;
    }


function setCookie(isName,isValue,isDomain){
    document.cookie = isName+"="+isValue+";domain="+isDomain; 
    }

//-->