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<23;i++){
document.write("<tr  style='padding-left:7px;'>");
document.write("<td width='126'>");
document.write("<a href='javascript:country4("+i+")'>"+ISgpt1[i]+"</a>"+"");
document.write("</td>");
document.write("<td width='126'>");
if (ISgpt2[i] != null){ document.write("<a href='javascript:country5("+i+")'>"+ISgpt2[i]+"</a>"+"")} else {document.write("&nbsp;"+"")};
document.write("</td>");
document.write("<td width='126' >");
if (ISgpt3[i] != null){ document.write("<a href='javascript:country6("+i+")'>"+ISgpt3[i]+"</a>"+"")} else {document.write("<a href='#'></a>"+"")};
document.write("</td>");
document.write("</tr>");}
document.write("</table>");
document.write("</marquee>");












