var x ="<div id=homepopupmsg style='position: absolute; overflow: auto; visibility: hidden; z-index:90; width:600;'><iframe id='the_popup_iframe' name='the_popup_iframe' src='help_iframe.html' border=0 frameborder=0 marginwidth=0 marginheight=0 scrolling=no width=100% height=100%></iframe></div>";
document.write(x);

function help(title,body) {
document.write("<img src='./images/help_bttn.gif' style='cursor:pointer; cursor:hand;' onClick=\"frames['the_popup_iframe'].popupmsg('"+title+"','"+body+"');\">");
}



