function test_type()
{
var new_path;
if(document.select_one.action.options[document.select_one.action.selectedIndex].value==0)
{
	return false;
}
else
{
new_path=document.select_one.action.options[document.select_one.action.selectedIndex].value;
}


location.href=new_path;
}
