function borders(path) 
{ document.write( " <div id='container'>");
  document.write( "  <div id='header'><a name='top'></a>");
  document.write( "  <center>");
  document.write( "  <table width='800' border='0'>");
  document.write( "   <tr><td>");
  document.write( "     <img src='"+path+"images/maintitle.gif' width='353' height='19'");
  document.write( "   </td>");
  document.write( "   <td><h3>");
  document.write( "   <ul>");
  document.write( "    <li><a href='"+path+"c-home.html'>Home</a></li>");
  document.write( "    <li><a href='"+path+"c-faqs.html'>FAQs</a></li>");
  document.write( "    <li><a href='"+path+"c-library.html'>Library</a></li>");
  document.write( "    <li><a href='"+path+"c-dvd.html'>DVD</a></li>");
  document.write( "   </ul>");  document.write( "  </h3></td>");
  document.write( "  </tr></table>");
  document.write( "  </div>");
  document.write( "  </center>");
  document.write( "  <br clear='all'/>");
}

// ========================================================================================================================

function closesite(path) 
{ 
  var now = new Date();
  var year = now.getYear(); 
  document.write( "<div id='footer' width='100%' style='float: bottom'>");
  document.write( "<p align='left'>");
  document.write( "<span>");
  document.write( "<a href='"+path+"c-copyright.html'>");
  document.write("(c) 2001-");
  document.write("2011");
  document.write(" Acorn Electron World</a></span>");
  document.write("<a href='"+path+"c-home.html'>Home</a>");
  document.write(" | <a href='"+path+"c-faqs.html'>FAQs</a>");
  document.write(" | <a href='"+path+"c-library.html'>Library</a>");
  document.write(" | <a href='"+path+"c-dvd.html'>DVD</a>");
  document.write( "</div>");
  document.write( "</div>");
}


// ========================================================================================================================

function header (  cat,
                   title,
                   fulltitle,
                   fullsofthouse,
                   info,
                   mainlypublishes,
                   titlesreleased,
                   titlesavailable,
                   status) {

  document.write( " <div id='prof'>");
  document.write( " <table width='100%' style='font-family: Arial; font-size: 8pt; color: #FFFFFF;");
  document.write( " border: thin solid; border-color: white; border-width: 2px; background-color: #000000'>");
  document.write( " <tr valign='top'><td>");
  document.write( " <div style='width:162px; height:160px; float:left; margin: 0;");
  document.write( "             background-image: url(../../logos/"+cat+".jpg); ");
  document.write( "             background-repeat: no-repeat; ");
  document.write( "             background-position: center; ");
  document.write( "             padding:0px 0px 0px 0px'>");
  document.write( " </div>");
  document.write( " </td>");
  document.write( " <td>");
  document.write( " <p style='float: left'><center>");
  document.write( " <h6>"+fullsofthouse+"</h6>");
  document.write( " <h6 style='font-size: 100%'>"+info+"</h6>");
  document.write( " <table width='100%' border='0' style='display: inline'>");
  document.write( "  <tr>");
  document.write( "   <td>Mainly publishes:</td> ");
  document.write( "   <td align='right'>"+mainlypublishes+"</td>");
  document.write( "  </tr><tr valign='top'>");
  document.write( "   <td>Best Known Game:</td> ");
  document.write( "   <td align='right'><b>"+fulltitle+"</b></td>");
  document.write( "  </tr><tr valign='top'>");
  document.write( "   <td>Number of titles released by this publisher:</td> ");
  document.write( "   <td align='right'>"+titlesreleased+"</td>");
  document.write( "  </tr><tr valign='top'>");
  document.write( "   <td>Number of titles currently available:</td> ");
  document.write( "   <td align='right'>"+titlesavailable+"</td>");
  document.write( "  </tr><tr valign='top'>");
  document.write( "   <td>Archive Status:</td> ");
  document.write( "   <td align='right'>"+status+"</td>");
  document.write( "  </tr>");
  document.write( " </table>");
  document.write( " </center></p>");
  document.write( " </td>");
  document.write( " <td>");
  document.write( " <div style='width:162px; height:160px; float: right; color: white; margin: 3px 3px 3px 3px;");
  document.write( "             background-image: url(../../loads/"+cat+"/n-"+title+".gif); ");
  document.write( "             background-repeat: no-repeat; ");
  document.write( "             background-position: center; ");
  document.write( "             padding:0px 0px 0px 0px'>");
  document.write( " </div>");
  document.write( " </td>");
  document.write( "</tr>");
  document.write( "</table>");
  document.write( "</div>");
  }


// =======================================================================================================================

function Eug(Issue,
             adfs,
             dfs,
             ills_Path_1,
             ills_Path_2,
             ills_Path_3,
             column_Name_1,
             column_Contents_1,
             column_Name_2,
             column_Contents_2,
             column_Name_3,
             column_Contents_3,
             column_Name_4,
             column_Contents_4,
             column_Name_5,
             column_Contents_5,
             column_Name_6,
             column_Contents_6,
             column_Name_7,
             column_Contents_7,
             column_Name_8,
             column_Contents_8,
             column_Name_9,
             column_Contents_9,
             column_Name_A,
             column_Contents_A) {

  var Issue_db;

  if (Issue < 10) 
    {Issue_db = "0" + Issue;
    } else {Issue_db = Issue} 
 
  // Adds the leading zero to Issue if dealing with an issue between 0-9

  if (Issue == 43)
    {Issue_tab = "43a44";
     Issue_hash ="43/#44"} else {Issue_tab = Issue_db;
                                 Issue_hash = Issue}

  var column_Array_1 = column_Contents_1.split( "|");
  var column_Array_2 = column_Contents_2.split( "|");
  var column_Array_3 = column_Contents_3.split( "|");
  var column_Array_4 = column_Contents_4.split( "|");
  var column_Array_5 = column_Contents_5.split( "|");
  var column_Array_6 = column_Contents_6.split( "|");
  var column_Array_7 = column_Contents_7.split( "|");
  var column_Array_8 = column_Contents_8.split( "|");
  var column_Array_9 = column_Contents_9.split( "|");
  var column_Array_A = column_Contents_A.split( "|");
  
  document.write( "&nbsp;<br clear='right'/>");
  document.write( "&nbsp;<br clear='right'/>");
  document.write( "<a name='eug"+Issue_db+"'>");
  document.write( "<div id='prof'>");
  document.write( "<center>");
  document.write( "<table width='100%' border='0' style='color: #FFFFFF;'>");
  document.write( "<tr>");
  document.write( "<td rowspan='11' width='162' valign='middle'>");
  document.write( " <div style='width:162px; height:130px; float: right; color: white; margin: 6px 6px 6px 6px; text-align: left;");
  document.write( "             font-size: 80%; ");
  document.write( "             background-image: url(../../loads/eug/n-eug"+Issue_db+".gif); ");
  document.write( "             background-repeat: no-repeat; ");
  document.write( "             background-position: top; ");
  document.write( "             padding:0px 0px 0px 0px'></div>");
  document.write( " <br clear='left'/>");
  document.write( " <div style='width:162px; height:130px; float: right; color: white; margin: 6px 6px 6px 6px; text-align: left;");
  document.write( "             font-size: 80%; ");
  document.write( "             background-image: url(../../ills/"+ills_Path_1+".gif); ");
  document.write( "             background-repeat: no-repeat; ");
  document.write( "             background-position: top; ");
  document.write( "             padding:0px 0px 0px 0px'></div>");
  document.write( "</td>");
  document.write( "<td align='center' colspan='2' style='font-size: 175%'>");
  document.write( "<b><a href='../../eug/cats/eug"+Issue_tab+".html'>EUG #"+Issue_hash+"</b></a><br>");

  if (adfs == "a")
    { document.write( "<a href='../../archive/eug/a-eug"+Issue_tab+".zip'>ADFS 1D00</A>, ") }

  if (dfs == "d")
    { document.write( "<a href='../../archive/eug/d-eug"+Issue_tab+".zip'>DFS</A>") }

  document.write( "</td>");
  document.write( "<td rowspan='11' width='162' valign='middle'>");
  document.write( " <div style='width:162px; height:130px; float: right; color: white; margin: 6px 6px 6px 6px; text-align: left;");
  document.write( "             font-size: 80%; ");
  document.write( "             background-image: url(../../ills/"+ills_Path_2+".gif); ");
  document.write( "             background-repeat: no-repeat; ");
  document.write( "             background-position: top; ");
  document.write( "             padding:0px 0px 0px 0px'></div>");
  document.write( " <br clear='left'/>");
  document.write( " <div style='width:162px; height:130px; float: right; color: white; margin: 6px 6px 6px 6px; text-align: left;");
  document.write( "             font-size: 80%; ");
  document.write( "             background-image: url(../../ills/"+ills_Path_3+".gif); ");
  document.write( "             background-repeat: no-repeat; ");
  document.write( "             background-position: top; ");
  document.write( "             padding:0px 0px 0px 0px'></div>");
  document.write( "</td>");
  document.write( "</tr><tr valign='top'>");
  document.write( " <td width='42'>"+column_Name_1+":</td>");
  document.write( " <td>");

  for (x=0; x<column_Array_1.length; x++) {
      document.write( column_Array_1[x]+"<br/>");
      }

  document.write("</td>");

  if (column_Name_2 != "-")
    { document.write( "<tr valign='top'>");
      document.write( " <td>"+column_Name_2+":</td>");
      document.write( " <td>");
      for (x=0; x<column_Array_2.length; x++) {
          document.write( column_Array_2[x]+"<br/>");
                                              }
      document.write( " </td>");
      document.write( "</tr>");
    }

  if (column_Name_3 != "-")
    { document.write( "<tr valign='top'>");
      document.write( " <td>"+column_Name_3+":</td>");
      document.write( " <td>");
      for (x=0; x<column_Array_3.length; x++) {
          document.write( column_Array_3[x]+"<br/>");
                                              }
      document.write( " </td>");
      document.write( "</tr>");
    }

  if (column_Name_4 != "-")
    { document.write( "<tr valign='top'>");
      document.write( " <td>"+column_Name_4+":</td>");
      document.write( " <td>");
      for (x=0; x<column_Array_4.length; x++) {
          document.write( column_Array_4[x]+"<br/>");
                                              }
      document.write( " </td>");
      document.write( "</tr>");
    }

  if (column_Name_5 != "-")
    { document.write( "<tr valign='top'>");
      document.write( " <td>"+column_Name_5+":</td>");
      document.write( " <td>");
      for (x=0; x<column_Array_5.length; x++) {
          document.write( column_Array_5[x]+"<br/>");
                                              }
      document.write( " </td>");
      document.write( "</tr>");
    }

  if (column_Name_6 != "-")
    { document.write( "<tr valign='top'>");
      document.write( " <td>"+column_Name_6+":</td>");
      document.write( " <td>");
      for (x=0; x<column_Array_6.length; x++) {
          document.write( column_Array_6[x]+"<br/>");
                                              }
      document.write( " </td>");
      document.write( "</tr>");
    }

  if (column_Name_7 != "-")
    { document.write( "<tr valign='top'>");
      document.write( " <td>"+column_Name_7+":</td>");
      document.write( " <td>");
      for (x=0; x<column_Array_7.length; x++) {
          document.write( column_Array_7[x]+"<br/>");
                                              }
      document.write( " </td>");
      document.write( "</tr>");
    }

  if (column_Name_8 != "-")
    { document.write( "<tr valign='top'>");
      document.write( " <td>"+column_Name_8+":</td>");
      document.write( " <td>");
      for (x=0; x<column_Array_8.length; x++) {
          document.write( column_Array_8[x]+"<br/>");
                                              }
      document.write( " </td>");
      document.write( "</tr>");
    }

  if (column_Name_9 != "-")
    { document.write( "<tr valign='top'>");
      document.write( " <td>"+column_Name_9+":</td>");
      document.write( " <td>");
      for (x=0; x<column_Array_9.length; x++) {
          document.write( column_Array_9[x]+"<br/>");
                                              }
      document.write( " </td>");
      document.write( "</tr>");
    }

  if (column_Name_A != "-")
    { document.write( "<tr valign='top'>");
      document.write( " <td>"+column_Name_A+":</td>");
      document.write( " <td>");
      for (x=0; x<column_Array_A.length; x++) {
          document.write( column_Array_A[x]+"<br/>");
                                              }
      document.write( " </td>");
      document.write( "</tr>");
    }
  document.write( "</table>");
  document.write( "</div>");
  document.write( "</a>");
  }

// =======================================================================================================================

function navbar(disType)
  {
  if (disType == "pdworld")
   { document.write( "  <div id='navbar'>");
     document.write( "  <h3>");
     document.write( "   <a href='top_lvl.html'>Public Domain Releases</a><br/>&nbsp;</br>");
     document.write( "   <ul>");
     document.write( "    <li><a href='../../../pdworld/cats/8bs.html'>8BS</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/bazzasoft.html'>BAZZASOFT</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/bbcpd.html'>BBC&nbsp;PD</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/bobrowski.html'>BOBROWSKI</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/danosoft.html'>DANOSOFT</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/davee.html'>DAVE&nbsp;E</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/dsolutions.html'>DIGITAL<br/>SOLUTIONS</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/dj.html'>DJ&nbsp;PD</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/eug.html'>EUG PD</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/headfirst.html'>HEADFIRST&nbsp;PD</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/jjguest.html'>JJ&nbsp;GUEST</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/jonripley.html'>JON&nbsp;RIPLEY</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/madrabbit.html'>MAD&nbsp;RABBIT&nbsp;PD</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/ogm.html'>ORGAN&nbsp;GRINDER'S<br/>MONKEY</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/softcentre.html'>SOFT&nbsp;CENTRE</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/scott.html'>STEPHEN&nbsp;SCOTT</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/sp64_discs.html'>SP64&nbsp;PD</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/tyb.html'>YORKSHIRE&nbsp;BOYS</a></li>");
     document.write( "    <li><a href='../../../pdworld/cats/ultrasoft.html'>ULTRASOFT</a></li>");
     document.write( "   </ul>");
     document.write( "  </h3>");
     document.write( "  </div>");
   }
   else 
    { document.write( "  <div id='navbar'>");
      document.write( "  <h3>");
      document.write( "   <a href='top_lvl.html'>Electron<br/>User&nbsp;Group<br/>(EUG)&nbsp;Discs&nbsp;&nbsp;&nbsp;</a><br/>&nbsp;</br>");
      document.write( "   <ul>");
      for (x=0; x<75; x++)
      { if (x != 44) 
       {  
        { if (x == 43) 
         { document.write( "   <li><a href='eug43a44.html'>EUG&nbsp;#43/#44")
         } else { if (x<10) 
                 { document.write( "    <li><a href='eug0" + x + ".html'>EUG&nbsp;#"+x); 
                 } else { document.write( "    <li><a href='eug" + x + ".html'>EUG&nbsp;#"+x); 
                        }
         }
        }
       }
      document.write( "</a></li>");
      }
      }
      document.write( "   </ul>");
      document.write( "  </h3>");
      document.write( "  </div>");
    }

// =======================================================================================================================

function int(no, title, author) 
  {
  var prev = no - 1;
  var next = no + 1;

  if (no < 10) { textno = "0" + no }
  else 
               { if (no == 42) { textno = "42" } else { textno = no }
               } 
  if (no == 43) { textno = "43" }

  if (next < 10) { textnexta = "0" + next; 
                   textnextb = "0" + next }
  else 
               { if (no == 42) { textnexta = "43a44"; 
                                 textnextb = "43"} else { textnexta = next; textnextb = next }
               } 
  if (no == 43) { textnexta = "45";
                  textnextb = "45" }

  if (prev < 10) { textpreva = "0" + prev; 
                   textprevb = "0" + prev }
  else
               { if (prev == 44) { textpreva = "43a44";
                                   textprevb = 43 } else { textpreva = prev; textprevb = prev }
               }
  document.write( "<center>");
  document.write( "<table width='100%' style='font-family: Arial; font-size: 8pt; color: #000000;");
  document.write( " border: thin solid; border-color: yellow; border-width: 2px; background-color: #00FF00'>");
  document.write( " <tr>");
  document.write( "  <td width='150' align='center'>");
  if (no != 0)
    {   document.write( "  <a href='../" + textpreva + "/" + textprevb + "-fram.html' target='_top'>"); }
  document.write( "      <img src='../o-tabs/i-prea.gif' width='20' height='62' border='0'");
  if (no != 0)
    {   document.write( " alt='Previous Issue'></a>"); }
  else
    {   document.write( ">"); }
  document.write( "      <a href='" + textno + "-nbar.html'><img src='../../banners/eug.gif' WIDTH='98'");
  document.write( " HEIGHT='62' BORDER='0' alt='Click Here To Browse This Issue Of EUG'></a>");
  if (no != 74)
    {   document.write( "      <a href='../" + textnexta + "/" + textnextb + "-fram.html' target='_top'>"); }
  document.write( "      <img src='../o-tabs/i-nexa.gif' width='16' height='62' border='0'");
  if (no != 74)
    {   document.write( " alt='Next Issue'></a>"); }
  else
    {   document.write( ">"); }
  document.write( "  </td>");
  document.write( "  <td align='right'><a href='../../index.html' target='_top'><img src='../o-tabs/i-acor.gif' ");
  document.write( "width='167' height='9' border='0' alt='Acorn Electron World Home Page'></a>");
  document.write( "      <h1>" + title + "</h1>");
  document.write( "      <h1>By <a rel=author>" + author + "</a></h1>");
  document.write( "      Originally published in EUG #" + textno + "</td>");
  document.write( "  <td width='170' align='center'><a href='../../../eug/cats/eug"+textno+".html'>");
  document.write( "<img src='../../ills/eug/n-eug" + textno + "a.gif' width='162' height='130' border='1' style='border-color: black' alt='EUG #" + textno + " Opener ");
  document.write( "- Click To Go To Top Level'></a>");
  document.write( " </tr>");
  document.write( "</table>");
  document.write( "</center>");
  document.write( "<br>");
  }

// =======================================================================================================================

function abc(img,
             abbr,
             title,
             folder,
             entry_string) 
  {
  var pointers = new Array();
  var arts     = new Array();
  var dlinks   = new Array();
  var type     = new Array();
  var blinks   = new Array();

  var mixedarray = entry_string.split( "|");

  for (x = 0; x <= (mixedarray.length / 3); x++) 
  {
    pointers[x]  = mixedarray[(x * 3) + 0];
    blinks[x]    = mixedarray[(x * 3) + 1];
    dlinks[x]    = mixedarray[(x * 3) + 1];
    type[x]      = mixedarray[(x * 3) + 2];  }

    var x = (dlinks.length - 2);
    while (x != -1) {    
    var testchar = blinks[x].charAt(1); 
    if (testchar == ".") {
      blinks[x] = dlinks[x].charAt(0) + "_" + dlinks[x].substring(2,4);
                       }
    var testchar = blinks[x].charAt(2); 
    if (testchar == " ") {
      blinks[x] = blinks[x].substring(0,2) + "0"+ blinks[x].substring(3,4);
                       }
    x--;
    }

    var x = (dlinks.length - 2);
    while (x != -1) {    
    if (dlinks[x] == "1. 7") { arts[x] = "bead"; }
    if (dlinks[x] == "2. 6") { arts[x] = "mer01"; }
    if (dlinks[x] == "2. 7") { arts[x] = "mer02"; }
    if (dlinks[x] == "2. 8") { arts[x] = "mer03"; }
    if (dlinks[x] == "2. 9") { arts[x] = "mer04"; }
    if (dlinks[x] == "2.10") { arts[x] = "mer05"; }
    if (dlinks[x] == "2.11") { arts[x] = "mer06"; }
    if (dlinks[x] == "3. 1") { arts[x] = "mer07"; }
    if (dlinks[x] == "3. 2") { arts[x] = "mer08"; }
    if (dlinks[x] == "3. 3") { arts[x] = "mer09"; }
    if (dlinks[x] == "3. 4") { arts[x] = "mer10"; }
    if (dlinks[x] == "3. 5") { arts[x] = "mer11"; }
    if (dlinks[x] == "3. 6") { arts[x] = "mer12"; }
    if (dlinks[x] == "3. 7") { arts[x] = "mer13"; }
    if (dlinks[x] == "3. 8") { arts[x] = "mer14"; }
    if (dlinks[x] == "3. 9") { arts[x] = "mer15"; }
    if (dlinks[x] == "3.10") { arts[x] = "mer16"; }
    if (dlinks[x] == "3.11") { arts[x] = "mer17"; }
    if (dlinks[x] == "3.12") { arts[x] = "mer18"; }
    if (dlinks[x] == "4. 1") { arts[x] = "mer19"; }
    if (dlinks[x] == "4. 2") { arts[x] = "mer20"; }
    if (dlinks[x] == "4. 3") { arts[x] = "pen01"; }
    if (dlinks[x] == "4. 4") { arts[x] = "pen02"; }
    if (dlinks[x] == "4. 5") { arts[x] = "pen03"; }
    if (dlinks[x] == "4. 6") { arts[x] = "pen04"; }
    if (dlinks[x] == "4. 7") { arts[x] = "pen05"; }
    if (dlinks[x] == "4. 8") { arts[x] = "pen06"; }
    if (dlinks[x] == "4. 9") { arts[x] = "pen07"; }
    if (dlinks[x] == "4.10") { arts[x] = "pen08"; }
    if (dlinks[x] == "4.11") { arts[x] = "pen09"; }
    if (dlinks[x] == "4.12") { arts[x] = "pen10"; }
    if (dlinks[x] == "5. 1") { arts[x] = "pen11"; }
    if (dlinks[x] == "5. 2") { arts[x] = "pen12"; }
    if (dlinks[x] == "5. 3") { arts[x] = "pen13"; }
    if (dlinks[x] == "5. 4") { arts[x] = "pen14"; }
    if (dlinks[x] == "5. 5") { arts[x] = "pen15"; }
    if (dlinks[x] == "5. 6") { arts[x] = "pen16"; }
    if (dlinks[x] == "5. 7") { arts[x] = "pen17"; }
    if (dlinks[x] == "5. 8") { arts[x] = "pen18"; }
    if (dlinks[x] == "5. 9") { arts[x] = "pen19"; }
    if (dlinks[x] == "5.10") { arts[x] = "pen20"; }
    if (dlinks[x] == "5.11") { arts[x] = "pen21"; }
    if (dlinks[x] == "5.12") { arts[x] = "pen22"; }
    if (dlinks[x] == "6. 1") { arts[x] = "pen23"; }
    if (dlinks[x] == "6. 2") { arts[x] = "pen24"; }
    if (dlinks[x] == "6. 4") { arts[x] = "pen25"; }
    if (dlinks[x] == "6. 5") { arts[x] = "pen26"; }
    if (dlinks[x] == "6. 6") { arts[x] = "pen27"; }
    if (dlinks[x] == "6. 7") { arts[x] = "pen28"; }
    if (dlinks[x] == "6. 9") { arts[x] = "pen29"; }
    if (dlinks[x] == "6.10") { arts[x] = "pen30"; }
    if (dlinks[x] == "6.11") { arts[x] = "pen31"; }
    if (dlinks[x] == "6.12") { arts[x] = "pen32"; }
    if (dlinks[x] == "7. 1") { arts[x] = "pen33"; }
    if (dlinks[x] == "7. 2") { arts[x] = "pen34"; }
    if (dlinks[x] == "7. 3") { arts[x] = "pen35"; }
    if (dlinks[x] == "7. 4") { arts[x] = "pen36"; }
    if (dlinks[x] == "7. 5") { arts[x] = "pen37"; }
    if (dlinks[x] == "7. 6") { arts[x] = "pen38"; }
    if (dlinks[x] == "7. 7") { arts[x] = "pen39"; }
    if (dlinks[x] == "7. 8") { arts[x] = "pen40"; }
    if (dlinks[x] == "7. 9") { arts[x] = "pen41"; }
    if (dlinks[x] == "7.10") { arts[x] = "pen42"; }
    if (dlinks[x] == "7. 1") { arts[x] = "pen33"; }
    if (dlinks[x] == "7. 2") { arts[x] = "pen34"; }
    if (dlinks[x] == "7. 3") { arts[x] = "pen35"; }
    if (dlinks[x] == "7. 4") { arts[x] = "pen36"; }
    if (dlinks[x] == "7. 5") { arts[x] = "pen37"; }
    if (dlinks[x] == "7. 6") { arts[x] = "pen38"; }
    if (dlinks[x] == "7. 7") { arts[x] = "pen39"; }
    if (dlinks[x] == "7. 8") { arts[x] = "pen40"; }
    if (dlinks[x] == "7. 9") { arts[x] = "pen41"; }
    if (dlinks[x] == "7.10") { arts[x] = "pen42"; }
    x--;
    }

    var x = (dlinks.length - 1);

  document.write( "<p style='text-align: right; font size: 12pt; background: red; color: white'>");
  document.write( "<b>"+title+"&nbsp;&nbsp;</b>");
  document.write( "<table style='font-family: Palatino Linotype; font size: 10pt; color: white; background: #ffffaa; color: black; padding: 10px' border='0' width='100%'>");
  document.write( " <tr valign='top'>");
  document.write( "  <td width='20' rowspan='" + x + "'>&nbsp;</td>");
  document.write( "  <td width='152' rowspan='" + x + "' valign='center'>");

  if (img == "img") 
    { document.write( "<img src='../../covs/"+folder+"/sc-"+abbr+".jpg' style='border-color: black' width='150' height='224' border='1'>"); }
  else
    { document.write( "&nbsp;"); }

  document.write( "</td>");
  document.write( "  <td width='20' rowspan='" + x + "'>&nbsp;</td>");
  document.write( "  <td width='*' valign='center'>"+pointers[0]+"</td>");
  document.write( "<td align='right' valign='center'>");
  document.write( "<a href='../../eu/");

  if (type[0] == "l") 
    { document.write( "arts/a-"+arts[0]+".html#"+abbr+"'>") }

  else
    { document.write( "ills/"+blinks[0]+"/s-"+type[0]+".jpg'>") }

  document.write( dlinks[0]+"</a></td>");
  document.write( "  <td width='20' rowspan='9'>&nbsp;</td>");
  document.write( " </tr>");

  for (x=1; x<(pointers.length-1); x++) {
    document.write(" <tr valign='top'>");
    document.write( "  <td valign='center'>"+pointers[x]+"</td>");
    document.write( "  <td align='right' valign='center'>");
    document.write( "<a href='../../eu/");

    if (type[x] == "l") 
      { document.write( "arts/a-"+arts[x]+".html#"+abbr+"'>") }

    else
      { document.write( "ills/"+blinks[x]+"/s-"+type[x]+".jpg'>") }

    document.write( dlinks[x]+"</a></td>");
    document.write( " </tr>");
  }

    document.write( "</table>");
  }   

// ========================================================================================================================

function eugtab( abbr,
                 gameTitle,
                 author,
                 folder,
                 compatibility,
                 reviewer,
                 no) 
  {
  var prev = no - 1;
  var next = 1 + no;

  if (no < 10) { textno = "0" + no }
  else 
               { if (no == 42) { textno = "42" } else { textno = no }
               } 
  if (no == 43) { textno = "43" }

  if (next < 10) { textnexta = "0" + next; 
                   textnextb = "0" + next }
  else 
               { if (no == 42) { textnexta = "43a44"; 
                                 textnextb = "43"} else { textnexta = next; textnextb = next }
               } 
  if (no == 43) { textnexta = "45";
                  textnextb = "45" }

  if (prev < 10) { textpreva = "0" + prev; 
                   textprevb = "0" + prev }
  else
               { if (prev == 44) { textpreva = "43a44";
                                   textprevb = 43 } else { textpreva = prev; textprevb = prev }
               }


  document.write( "<div id='eugstyle'>");
  document.write( "<table border='0' width='100%' style='font-family: Arial; ");
  document.write( "                                      font-size: 8pt; ");
  document.write( "                                      color: #000000;  ");
  document.write( "                                      border: thin solid; "); 
  document.write( "                                      border-color: yellow;  ");
  document.write( "                                      border-width: 2px;  ");
  document.write( "                                      background-color: #00FF00'>");
  document.write( " <tr valign='center'>");
  document.write( "  <td width='150' align='center' rowspan='2' valign='center'>");
  if (no != 0)
    {   document.write( "  <a href='../../" + textpreva + "/" + textprevb + "-fram.html' target='_top'>"); }
  document.write( "      <img src='../../o-tabs/i-prea.gif' width='20' height='62' border='0'");
  if (no != 0)
    {   document.write( " alt='Previous Issue'></a>"); }
  else
    {   document.write( ">"); }
  document.write( "      <a href='../../cats/eug" + textno + ".html'><img src='../../../banners/eug.gif' WIDTH='98'");
  document.write( " height='62' border='0' alt='Click Here To Browse This Issue Of EUG'></a>");
  if (no != 74)
    {   document.write( "      <a href='../../" + textnexta + "/" + textnextb + "-fram.html' target='_top'>"); }
  document.write( "      <img src='../../o-tabs/i-nexa.gif' width='16' height='62' border='0'");
  if (no != 74)
    {   document.write( " alt='Next Issue'></a>"); }
  else
    {   document.write( ">"); }
  document.write( "  </td>");
  document.write( " <td width='*' valign='center'>");
  document.write( "             &nbsp;<br>");
  document.write( "             Product: "+gameTitle+"<br>");
  document.write( "             Publisher: <a rel=author>"+author+"</a><br>");
  document.write( "             Compatibility: "+compatibility+"<br>");
  document.write( "             Reviewed by: "+reviewer+"</td>");
  document.write( "  <td width='170' rowspan='2' valign='center'>");
  document.write( "  <div style='width:162px; height:130px; float: right; color: white; margin: 3px 3px 3px 3px;");
  document.write( "               background-image: url(../../../ills/"+folder+"/n-"+abbr+"b.gif); ");
  document.write( "               background-repeat: no-repeat; ");
  document.write( "               background-position: center; ");
  document.write( "               padding:0px 0px 0px 0px'>");
  document.write( " </div>");
  document.write( "  </td>");
  document.write( " </tr><tr valign='bottom'>");
  document.write( " <td style='font family: Arial Narrow; font-size: 8pt; color: black; text-align: right'>");
  document.write( "Originally published in <a href='../../../eug/cats/eug"+no+".html'>EUG #"+no+"</a></td>");
  document.write( "</td></table></td>");
  document.write( " </tr>");
  document.write( "</table>");
  document.write( "</div>");
  document.write( "<br clear='right'/>&nbsp;");
  document.write( "<br clear='right'/>");
  }

