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