function validecat(frm)
{
	o = document.getElementById(frm);
	window.location.href = o.options[o.selectedIndex].value;
}