function dispRo(objId, dispState) {
	document.getElementById("rlo_"+objId).style.display = (dispState==true)? "block" : "none";
}

function spawnSite() {
	return window.open('./home.htm', 'aflheritage', 'left=0, top=0, width='+(window.screen.availWidth-40)+', height='+(window.screen.availHeight-40)+', toolbar=no, menubar=no, status=no, hotkeys=no, resizable=yes, scrollbars=yes');
}

function showImage(imgSrc) {
	return window.open(imgSrc, 'imgView', 'width=600, height=400, toolbar=no, menubar=no, status=no, hotkeys=no, resizable=yes, scrollbars=yes');
}