function popupWindow(page) {
	window.open('popups/poa/' + (page),'popup','width=400,height=400');
	}
	
	
function popupWindowscroll(page) {
	window.open('popups/poa/' + (page),'popup','width=400,height=400,scrollbars=1');
	}



function limitedStuff() {
document.all.limited.style.display = "block";
}

function hideIt() {
document.all.limited.style.display = "none";
}

function childSubmittor(){
	document.MyForm.submit();
}