
function helpPopup(topic,h) {
	window.open('../helpViewer.cfm?topic=' + topic, 'wdwHelp', 'toolbar=no,menubar=no,scrollbars=no,resizable=yes,left=2,top=2,width=450,height='+h);
	return;
}
