/*controls QUICK ACCESS MENU*/
<!--BEGIN Script
function SelectIt(optionObj){
        if (optionObj.options[optionObj.selectedIndex].value != "none"){ 
        url = optionObj.options[optionObj.selectedIndex].value
        Window=window.open( url ,"_self","toolbar=1,location=1,status=1,menubar=1,scrollbars=1,resizable=1,width=auto,height=auto")}        
}
//-->