function selectState(){	
	state = document.stateSelection.stateSelect.value;
	document.location ="selected/" + state + ".html";
}

function selectStateAgain(){	
	state = document.stateSelection.stateSelect.value;
	document.location = state + ".html";
}

function iFrameMove(){
	alert("1");
	document.BodyFrame.src ="state/AK.html";
	alert("2");
}