function warp()
{
var objSel = document.getElementById("quickmenu");
window.location=document.quick.quickmenu.options[document.quick.quickmenu.selectedIndex].value

}