onchange="display_type(this)"
function display_type(object){
   if(object.options(object.options.selectedIndex).text=="000")
document.all.displayother.style.display="";
    }else{
    document.all.displayother.style.display="none";
    }