function scroll_onchange() 
{
pers = document.form1.catid.options[document.form1.catid.selectedIndex].value;
if (pers != '') form1.submit ();
}