function linkToPage() {
	var st = document.getElementById("state")[document.getElementById("state").selectedIndex].value;
	if(st == "FL")
		location.href="state/fl/index.asp";
	else if(st=="CA")	
		location.href="state/ca/index.asp";
	else	
		location.href="natl/index.asp";
}