function DisplayCurrentDate()
{
  var now=new Date();
  var yr=now.getYear();
  if (parseInt(yr/1900) == 0) yr=yr+1900;
  var MN=now.getMonth()+1;
  var dayNr=now.getDate();
  var dName=now.getDay()+1;
  if(MN==1) Month="January";
  if(MN==2) Month="February";
  if(MN==3) Month="March";
  if(MN==4) Month="April";
  if(MN==5) Month="May";
  if(MN==6) Month="June";
  if(MN==7) Month="July";
  if(MN==8) Month="August";
  if(MN==9) Month="September";
  if(MN==10) Month="October";
  if(MN==11) Month="November";
  if(MN==12) Month="December";
  var Result=(Month+" "+dayNr+", "+yr);
  document.open();
  document.write(Result);
}
function DisplayRegAddress()
{
  document.open();
  document.writeln("<table border='0' cellpadding='0' cellspacing='0'>");
  document.writeln("<tr><td><p class='paragraph' style='margin-left: 23px; margin-top: 5px;'>");
  document.writeln("<b>SWREG, Inc.</b><br/>");
	document.writeln("9625 West 76th Street, #150<br/>");
	document.writeln("Eden Prairie, MN 55344<br/>");
	document.writeln("United States of America<br/>");
  document.writeln("<b>EIN: 84-1659188</b></p>");
  document.writeln("</td></tr></table>");
}
function nav(page) {window.location=page}
function DisplayNavbar()
{
  document.open();
  document.writeln("<table width='100%' border='0' cellpadding='0' cellspacing='0'>");
  document.writeln("<tr>");
    document.writeln("<td width=\"106\" class='topmenu' nowrap='nowrap'>");
  document.writeln("<a href=\"/index.html\" title=\"Go to Home Page\" class='topmnulink'>");
  document.writeln("Home Page</a></td>");
  document.writeln("<td width='6' class='topmenu' nowrap='nowrap'>");
  document.writeln("<img src='/images/topmnnusep.gif' class='topmnusep' alt='' /></td>");
    document.writeln("<td width=\"84\" class='topmenu' nowrap='nowrap'>");
  document.writeln("<a href=\"/products.html\" title=\"Our Software Products\" class='topmnulink'>");
  document.writeln("Products</a></td>");
  document.writeln("<td width='6' class='topmenu' nowrap='nowrap'>");
  document.writeln("<img src='/images/topmnnusep.gif' class='topmnusep' alt='' /></td>");
    document.writeln("<td width=\"84\" class='topmenu' nowrap='nowrap'>");
  document.writeln("<a href=\"/about.html\" title=\"Read About Us\" class='topmnulink'>");
  document.writeln("About Us</a></td>");
  document.writeln("<td width='6' class='topmenu' nowrap='nowrap'>");
  document.writeln("<img src='/images/topmnnusep.gif' class='topmnusep' alt='' /></td>");
    document.writeln("<td width=\"100\" class='topmenu' nowrap='nowrap'>");
  document.writeln("<a href=\"/contact.html\" title=\"Contact Us\" class='topmnulink'>");
  document.writeln("Contact Us</a></td>");
  document.writeln("<td width='6' class='topmenu' nowrap='nowrap'>");
  document.writeln("<img src='/images/topmnnusep.gif' class='topmnusep' alt='' /></td>");
    document.writeln("<td width=\"65\" class='topmenu' nowrap='nowrap'>");
  document.writeln("<a href=\"/link.html\" title=\"Links\" class='topmnulink'>");
  document.writeln("Links</a></td>");
  document.writeln("<td width='6' class='topmenu' nowrap='nowrap'>");
  document.writeln("<img src='/images/topmnnusep.gif' class='topmnusep' alt='' /></td>");
  document.writeln("<td class='topmenur' align='right' nowrap='nowrap'>");
  document.writeln("<span class='topmnulink'>");
  document.writeln("<script type='text/javascript'>DisplayCurrentDate();</script></span>");
  document.writeln("&nbsp;&nbsp;</td></tr></table>");
}
function DisplayLeftMenu()
{
  document.open();
  document.writeln("<table>");
    document.writeln("<tr><td width='100%'>");
  document.writeln("<p class='grouptitle' style='text-indent: -3px; margin-left: 7px; margin-top: 5px; margin-bottom: 1px'>");
  document.writeln("Company Info</p>");
  document.writeln("<p style='text-indent: 0px; margin-left: 3px; margin-top: 0px; margin-bottom: 0px'>");
        document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/index.html\" title=\"Home Page\">Home Page</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
      document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/products.html\" title=\"Our Products\">Our Products</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
      document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/about.html\" title=\"About Us\">About Us</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
      document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/contact.html\" title=\"Contact Us\">Contact Us</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
  document.writeln("</p></td></tr>");
    document.writeln("<tr><td width='100%'>");
  document.writeln("<p class='grouptitle' style='text-indent: -3px; margin-left: 7px; margin-top: 5px; margin-bottom: 1px'>");
  document.writeln("Software Products</p>");
  document.writeln("<p style='text-indent: 0px; margin-left: 3px; margin-top: 0px; margin-bottom: 0px'>");
        document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/ieautofill.html\" title=\"IE AutoFill\">IE AutoFill</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
      document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/ieautologin.html\" title=\"IE AutoLogin\">IE AutoLogin</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
      document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/adminpc.html\" title=\"Admin PC\">Admin PC</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
      document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/pcsecman.html\" title=\"PC Security Manager\">PC Security Manager</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
  document.writeln("</p></td></tr>");
    document.writeln("<tr><td width='100%'>");
  document.writeln("<p class='grouptitle' style='text-indent: -3px; margin-left: 7px; margin-top: 5px; margin-bottom: 1px'>");
  document.writeln("Questions & Answers</p>");
  document.writeln("<p style='text-indent: 0px; margin-left: 3px; margin-top: 0px; margin-bottom: 0px'>");
        document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/ieautofill-faq/index.html\" title=\"IE AutoFill FAQ\">IE AutoFill FAQ</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
      document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/ieautologin-faq/index.html\" title=\"IE AutoLogin FAQ\">IE AutoLogin FAQ</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
      document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/adminpc-faq/index.html\" title=\"Admin PC FAQ\">Admin PC FAQ</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
      document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/pcsecman-faq/index.html\" title=\"PC Security Manager FAQ\">PC Security Manager FAQ</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
  document.writeln("</p></td></tr>");
    document.writeln("<tr><td width='100%'>");
  document.writeln("<p class='grouptitle' style='text-indent: -3px; margin-left: 7px; margin-top: 5px; margin-bottom: 1px'>");
  document.writeln("Online Help</p>");
  document.writeln("<p style='text-indent: 0px; margin-left: 3px; margin-top: 0px; margin-bottom: 0px'>");
        document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/ieautofill-help/index.html\" title=\"IE AutoFill Help\">IE AutoFill Help</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
      document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/ieautologin-help/index.html\" title=\"IE AutoLogin Help\">IE AutoLogin Help</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
      document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/adminpc-help/index.html\" title=\"Admin PC Help\">Admin PC Help</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
  document.writeln("</p></td></tr>");
    document.writeln("<tr><td width='100%'>");
  document.writeln("<p class='grouptitle' style='text-indent: -3px; margin-left: 7px; margin-top: 5px; margin-bottom: 1px'>");
  document.writeln("Miscellaneous</p>");
  document.writeln("<p style='text-indent: 0px; margin-left: 3px; margin-top: 0px; margin-bottom: 0px'>");
        document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/award.html\" title=\"Awards\">Awards</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
      document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/privacy.html\" title=\"Privacy Policy\">Privacy Policy</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
      document.writeln("<table cellspacing='0' cellpadding='0' border='0'>");
  document.writeln("<tr>");
  document.writeln("<td align='left' valign='top'><img class='bulletlist' ");
  document.writeln(" src='/images/bullet1.gif' alt='' /></td>");
  document.writeln("<td align='left' valign='top'><a class='leftlink' href=\"/services.html\" title=\"Development Services\">Development Services</a></td>");
  document.writeln("</tr>");
  document.writeln("</table>");
  document.writeln("</p></td></tr>");
  document.writeln("</table>");
}
