<!--

function openURL() {
selInd = document.ql.qlsite.selectedIndex;
goURL = document.ql.qlsite.options[selInd].value;
top.location.href = goURL;
}

//-->





