
function popUp(page) {
	window.open(page, "help", "width=400,height=400,scrollbars=yes,resizable=yes")	
}
