function openSite()
{
 var val = document.state_regu_form.state_regulatory.options[document.state_regu_form.state_regulatory.options.selectedIndex].value;
 if (val.length != 0)
	{
		window.open(val,"newWindow");
	}
}