    function quicklinkService(w){
    if(w == "") return;
    document.quickService.url.selectedIndex = 0;
    location.href = w;
    }
    function quicklinkInformation(w){
    if(w == "") return;
    document.quickInformation.url.selectedIndex = 0;
    location.href = w;
    }
