




function openHelp(topic) {
	winFeatures = "height=400,width=700,scrollbars,resizable";
	pop = window.open('/cu/admin/jhelp/help.jsp?id=' 
		+ topic, '_blank', winFeatures);
	pop.focus();
}



