function selectomatic(){
if(document.inside.thispage.selectedIndex != 0){
document.inside.thispage.selectedIndex = 0;
}
}
function selectatronic(){
if(document.inside.thispage.selectedIndex != 0){
document.inside.thispage.selectedIndex = 0;
}
}
function selectarino(){
if(document.bundto.taxo.selectedIndex != 0){
document.bundto.taxo.selectedIndex = 0;
}
}