function resetobj_select(id){
	var obj=document.getElementById(id);
	obj.selectedIndex=-1;
}
