function change_form(frm,n)
{
	frm["form_select"+n+""].style.display='inline';
} 

function change_form2(val)
{
	document.location.href=val;
} 