function f_table(p) {
var _type="auto";
var _id="left";

  if (p!=null) _type="left";  //  if (arguments[0]==null)...

  if ((typeof(s_title) != 'undefined') && (s_title.length > 0)) {
    document.writeln('<h3>');
    document.writeln(s_title);
    document.writeln('</h3>');
  }


document.writeln('<table id="center" border="0" cellpadding="0" cellspacing="0"><tr bgcolor="white"><td>');
document.writeln('<table id="left"   border="0" cellspacing="1" cellpadding="2">');
  // Header
  if ((typeof(a_head) != 'undefined') && (a_head.length > 0)) {
    document.writeln('<tr height="24" bgcolor=#00b4ce>');
    for (var i = 0; i < a_head.length; i++) {
      if (a_head[i].indexOf("img=") >= 0) {
        a_head[i]='<a href="flags.html#'+a_head[i].substr(4)+'"><img src="img/flag/'+a_head[i].substr(4)+'.gif" width="30" height="20" hspace="0" vspace="0" border="0" align="left" alt="'+a_head[i].substr(4)+'"></a>';
      } else {
        a_head[i]='&nbsp;'+a_head[i]+'&nbsp';
      }
      document.writeln('<td id="title">'+a_head[i]+'</td>');
    }
    document.writeln('</tr>');
  }
  // Body
  if (_type=="auto") {
    for (var i = 1; i < a_body.length; i++) {
      document.writeln('<tr bgcolor=#acc5c8>');
        for (var j = 0; j < a_body[i].length; j++) {
         _id = "left"; if ((parseInt(a_body[i][j]) > 0) && (a_body[i][j].indexOf("+") < 0)) _id="center"; if (a_body[i][j].indexOf("-") >= 0) _id="center"; if (a_body[i][j].indexOf("?") >= 0) _id="center";
          if (a_body[i][j].indexOf("img=") >= 0) {
            a_body[i][j]='<a href="flags.html#'+a_body[i][j].substr(4)+'"><img src="img/flag/'+a_body[i][j].substr(4)+'.gif" width="30" height="20" hspace="0" vspace="0" border="0" align="left" alt="'+a_body[i][j].substr(4)+'"></a>';
          }
          document.writeln('<td id="'+_id+'">'+a_body[i][j]+'</td>');
        }
      document.writeln('</tr>');
    }
  } else {
    for (var i = 1; i < a_body.length; i++) {
      document.writeln('<tr bgcolor=#acc5c8>');
        for (var j = 0; j < a_body[i].length; j++) {
          if (a_body[i][j].indexOf("img=") >= 0) {
            a_body[i][j]='<img src="img/flag/'+a_body[i][j].substr(4)+'.gif" width="30" height="20" hspace="0" border="0" align="center" alt="'+a_body[i][j].substr(4)+'">';
          }
          document.writeln('<td id="left">&nbsp;'+a_body[i][j]+'&nbsp;</td>');
        }
      document.writeln('</tr>');
    }
  }

document.writeln('</table></td></tr></table>');
}

function f_48_9x(p1, p2) {
var _ret='&nbsp;';
var _ves;
_ves=p2.indexOf('48'); if (_ves >= 0) {_ret+='<a class='+p2.substr(_ves+2, 1)+' href="'+p1+'48.html">48</a>&nbsp;&nbsp;'}
_ves=p2.indexOf('51'); if (_ves >= 0) {_ret+='<a class='+p2.substr(_ves+2, 1)+' href="'+p1+'51.html">51</a>&nbsp;&nbsp;'}
_ves=p2.indexOf('54'); if (_ves >= 0) {_ret+='<a class='+p2.substr(_ves+2, 1)+' href="'+p1+'54.html">54</a>&nbsp;&nbsp;'}
_ves=p2.indexOf('57'); if (_ves >= 0) {_ret+='<a class='+p2.substr(_ves+2, 1)+' href="'+p1+'57.html">57</a>&nbsp;&nbsp;'}
_ves=p2.indexOf('60'); if (_ves >= 0) {_ret+='<a class='+p2.substr(_ves+2, 1)+' href="'+p1+'60.html">60</a>&nbsp;&nbsp;'}
_ves=p2.indexOf('64'); if (_ves >= 0) {_ret+='<a class='+p2.substr(_ves+2, 1)+' href="'+p1+'64.html">64</a>&nbsp;&nbsp;'}
_ves=p2.indexOf('69'); if (_ves >= 0) {_ret+='<a class='+p2.substr(_ves+2, 1)+' href="'+p1+'69.html">69</a>&nbsp;&nbsp;'}
_ves=p2.indexOf('75'); if (_ves >= 0) {_ret+='<a class='+p2.substr(_ves+2, 1)+' href="'+p1+'75.html">75</a>&nbsp;&nbsp;'}
_ves=p2.indexOf('81'); if (_ves >= 0) {_ret+='<a class='+p2.substr(_ves+2, 1)+' href="'+p1+'81.html">81</a>&nbsp;&nbsp;'}
_ves=p2.indexOf('91'); if (_ves >= 0) {_ret+='<a class='+p2.substr(_ves+2, 1)+' href="'+p1+'91.html">91</a>&nbsp;&nbsp;'}
_ves=p2.indexOf('9x'); if (_ves >= 0) {_ret+='<a class='+p2.substr(_ves+2, 1)+' href="'+p1+'9x.html">+91</a>&nbsp;&nbsp;'}
_ret+='&nbsp;';

return _ret;
}

