function moveTo(newPage){
	document.location.href=newPage+".html"
	top.header.document.location.href=newPage+"_top.asp"
}

function lookTo(newPage){
	parent.document.location.href="../"+newPage+"/"+newPage+"_main.html"
	top.header.document.location.href="../"+newPage+"/"+newPage+"_top.asp"
}
