function go2page(formName,selectName) {
script = 'hrefval=document.'+formName+'.'+selectName+'.options[document.'+formName+'.'+selectName+'.options.selectedIndex].value; if(hrefval==\'\') hrefval=window.location.href; window.location.href=hrefval;';
eval(script);
}