document.write("<marquee direction=up onmouseover=this.stop() onmouseout=this.start() height="+gpheight+" scrollamount="+gpscrollspeed+" style='border:1 solid "+gpbordercolor+"'>");
document.write("<table width='382' cellpadding='0' cellspacing='0' border='0'>");
for (i=1;i<65;i++){
document.write("<tr  style='padding-left:7px;'>");
document.write("<td width='126'>");
document.write("<a href='javascript:country1("+i+")'>"+gpt1[i]+"</a>"+"");
document.write("</td>");
document.write("<td width='126'>");
if (gpt2[i] != null){ document.write("<a href='javascript:country2("+i+")'>"+gpt2[i]+"</a>"+"")} else {document.write("&nbsp;"+"")};
document.write("</td>");
document.write("<td width='126' >");
if (gpt3[i] != null){ document.write("<a href='javascript:country3("+i+")'>"+gpt3[i]+"</a>"+"")} else {document.write("<a href='#'></a>"+"")};
document.write("</td>");
document.write("</tr>");}
document.write("</table>");
document.write("</marquee>");












