
function submitLink(bcmd) {
	document.forms[1].cmd.value = bcmd; 
	document.forms[1].submit();
}
if (parent.frames.length>=1) {
window.top.location.href="http://www.nd.gov/";
}

