function help(thePage){
	theMenu = window.open('/dams_common/help/'+thePage+'.html','help','width=520px, height=350px, scrollbars=yes, resizable=yes, location=no');
	return false;
}
