          print '<table border=0 cellspacing=5 cellpadding=0><tr valign="top"><td width="100%">',
                '<p>Welcome to the nPulse web-based network monitoring program for Linux and Unix.</p>';
          print '<p>To setup nPulse, click on the <a href="'.$nPulseurl.'?a=setup">Setup</a> button above ',
                'and enter your network information or have nPulse discover your network automatically.</p>'
                unless $haveconfig;
          print '<p>To start automatic network monitoring click the large red button in the upper right ',
                'corner of the screen to the "on" position. '.$firstcheck.'</p>'
                if ($haveconfig and !(-f $Vardir."/autorecheck.pid"));
          print '<p>Since Automatic Monitoring has been disabled, click the <a href="'.$nPulseurl.'?a=recheck">Recheck</a> button above ',
                'to check your network status. '.$firstcheck.'</p>'
                if (($Autointerval == 0) and $haveconfig);
          print '<p>Since you have already set up nPulse, you can jump right into the ',
                '<a href="'.$Compactdisplay_url.'">Compact</a>, <a href="'.$Listdisplay_url.'">List</a>, or ',
                '<a href="'.$Basicdisplay_url.'">Basic</a> monitoring page. '.$firstcheck.'</p>'
                if ($haveconfig and !$autolock and (-f $Currentfile));
          print '<p>The first network scan is in progress. When it is finished, you can go to the ',
                '<a href="'.$Compactdisplay_url.'">Compact</a>, <a href="'.$Listdisplay_url.'">List</a>, or <a href="'.$Basicdisplay_url.'">Basic</a> monitoring page.'.$firstcheck.'</p>'
                if ($haveconfig and $autolock);
          print '<p>For help, check out the <a href="'.$Help_url.'">Help Page</a>.</p>',
                '<p>'.$htmlstats.'</p></td>';
          print "<td>",&DisplayEventLog(),"</td></tr></table>\n";
