function getHelpContent(target,caption,edit) {
  top.frames['hidden4'].location.href= '/utils/getHelp?target='+target+'&caption='+escape(caption)+'&edit='+edit;
  return false;
}

function returnHelpContent(content,help_caption) {
	overlib(content,CAPTION,help_caption,TEXTFONTCLASS,'pophelp_content',CAPTIONFONTCLASS,'pophelp_caption',CLOSEFONTCLASS,'pophelp_close',CGCOLOR,'#FFFF00',STICKY,FGCOLOR,'#FFFFCC',BGCOLOR,'#666666',CAPTIONFONT,'Arial',TEXTFONT,'Arial',TEXTCOLOR,'#000000',CAPCOLOR,'#000000',CLOSECOLOR,'#000000',CAPTIONSIZE,'2',TEXTSIZE,'2',CLOSESIZE,'1',TEXTPADDING,'0','CAPTIONPADDING','0',CLOSETEXT,'<img src="/images/helpclose.gif" style="border:none;margin:3px;vertical-align:top;" alt="Close this help pop-up">',CLOSECLICK,HIDESELECTBOXES);

}

