function viewURL()
{
switch(document.goState.state.selectedIndex)
	{
	case 1:
	location="stateoffices/alabama.htm"
	break;
	case 2:
	location="stateoffices/alaska.htm"
	break;	
	case 3:
	location="stateoffices/arizona.htm"
	break;	
	case 4:
	location="stateoffices/arkansas.htm"
	break;	
	case 5:
	location="stateoffices/california.htm"
	break;	
	case 6:
	location="stateoffices/colorado.htm"
	break;	
	case 7:
	location="stateoffices/connecticut.htm"
	break;	
	case 8:
	location="stateoffices/delaware.htm"
	break;	
	case 9:
	location="stateoffices/florida.htm"
	break;	
	case 10:
	location="stateoffices/georgia.htm"
	break;	
	case 11:
	location="stateoffices/hawaii.htm"
	break;	
	case 12:
	location="stateoffices/idaho.htm"
	break;	
	case 13:
	location="stateoffices/illinois.htm"
	break;	
	case 14:
	location="stateoffices/indiana.htm"
	break;	
	case 15:
	location="stateoffices/iowa.htm"
	break;
	case 16:
	location="stateoffices/kansas.htm"
	break;
	case 17:
	location="stateoffices/kentucky.htm"
	break;
	case 18:
	location="stateoffices/louisiana.htm"
	break;
	case 19:
	location="stateoffices/maine.htm"
	break;
	case 20:
	location="stateoffices/maryland.htm"
	break;
	case 21:
	location="stateoffices/massachuettes.htm"
	break;
	case 22:
	location="stateoffices/michigan.htm"
	break;
	case 23:
	location="stateoffices/minnesota.htm"
	break;
	case 24:
	location="stateoffices/mississippi.htm"
	break;
	case 25:
	location="stateoffices/missouri.htm"
	break;
	case 26:
	location="stateoffices/montana.htm"
	break;
	case 27:
	location="stateoffices/nebraska.htm"
	break;
	case 28:
	location="stateoffices/nevada.htm"
	break;
	case 29:
	location="stateoffices/newhampshire.htm"
	break;
	case 30:
	location="stateoffices/newjersey.htm"
	break;
	case 31:
	location="stateoffices/newmexico.htm"
	break;
	case 32:
	location="stateoffices/newyork.htm"
	break;
	case 33:
	location="stateoffices/northcarolina.htm"
	break;
	case 34:
	location="stateoffices/northdakota.htm"
	break;
	case 35:
	location="stateoffices/ohio.htm"
	break;
	case 36:
	location="stateoffices/oklahoma.htm"
	break;
	case 37:
	location="stateoffices/oregon.htm"
	break;
	case 38:
	location="stateoffices/pennsylvania.htm"
	break;
	case 39:
	location="stateoffices/rhodeisland.htm"
	break;
	case 40:
	location="stateoffices/southcarolina.htm"
	break;
	case 41:
	location="stateoffices/southdakota.htm"
	break;
	case 42:
	location="stateoffices/tennessee.htm"
	break;
	case 43:
	location="stateoffices/texas.htm"
	break;
	case 44:
	location="stateoffices/utah.htm"
	break;
	case 45:
	location="stateoffices/vermont.htm"
	break;
	case 46:
	location="stateoffices/virginia.htm"
	break;
	case 47:
	location="stateoffices/washington.htm"
	break;
	case 48:
	location="stateoffices/westvirginia.htm"
	break;
	case 49:
	location="stateoffices/wisconsin.htm"
	break;
	case 50:
	location="stateoffices/wyoming.htm"
	break;
	}
}