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