// JavaScript Document
function quickMenu(id){
    self.location=id.options[id.selectedIndex].value;
}