function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
var tooltip_window = null;
  function tooltip(mensaje, pw, ph,status)
  {

      if(status != 0)
      {
        if(tooltip != null) tooltip.focus();
        else
        {
          var tooltip = open('', 'IMAGE', 'width='+ pw + ',height='+ ph + ',top=25,left=25');
          tooltip_window = tooltip;
          tooltip.document.open();
          tooltip.document.writeln('<html><head><title>ЦРЭФО - Центр развития электронных форм обучения</title></head><body text=black bottomMargin=0 leftMargin=0 rightMargin=0 topMargin=0 marginwidth="0" marginheight="0" bgcolor="#FFFFFF">');
          tooltip.document.writeln('<CENTER><img src=' + mensaje + ' border=0></CENTER>');
          tooltip.document.writeln('</body></html>');
          tooltip.document.close();

        }
      }
      else
      {
        if(tooltip_window != null) tooltip_window.close();
      }

  }

