function goflow(cat) 
{
location.href=document.getElementById(cat).value;
}
