// Footer for USA website

function printVirtualFlags(){


document.write("<div align='center'>");
document.write("<table border='0' cellpadding='0' cellspacing='0'>");
document.write("<tr>");
document.write("<td width='32' align='center' valign='top'>");
document.write("<a href='/index.php?icid=flag_usa' class='flags'>");
document.write("<img name='usa' src='/images/usa.gif' width='32' height='22' border='0' alt='USA' class='flags' /><br>USA</a></td>");
document.write("<td width='13'>&nbsp;</td>");
document.write("<td width='32' align='center' valign='top'>");
document.write("<a href='/uk/index.php?icid=flag_gbr' class='flags'>");
document.write("<img name='uk' src='/images/uk.gif' width='32' height='22' border='0' alt='UK' /><br>UK</a></td>");
document.write("<td width='13'>&nbsp;</td>");
document.write("<td width='32' align='center' valign='top'>");
document.write("<a href='/fra/index.php?icid=flag_fra' class='flags'><img name='fra' src='/images/fra.gif' width='32' height='22' border='0' alt='FRA' /><br>FRA</a></td>");
document.write("<td width='13'>&nbsp;</td>");
document.write("<td width='32' align='center' valign='top'>");
document.write("<a href='/bel/index.php?icid=flag_nld' class='flags'><img name='nl' src='/images/nl.gif' width='32' height='22' border='0' alt='NL' /><br>NL</a></td>");
document.write("<td width='13'>&nbsp;</td>");
document.write("<td width='32' align='center' valign='top'>");
document.write("<a href='/esp/index.php?icid=flag_esp' class='flags'>");
document.write("<img name='esp' src='/images/esp.gif' width='32' height='22' border='0' alt='ESP' class='flags' /><br>ESP</a></td>");
document.write("<td width='13'>&nbsp;</td>");
document.write("<td width='32' align='center' valign='top'>");
document.write("<a href='/can/index.php?icid=flag_can' class='flags'>");
document.write("<img name='can' src='/images/can.gif' width='32' height='22' border='0' alt='can' class='flags' /><br>CAN</a></td>");
document.write("<td>");
document.write("<td width='13'>&nbsp;</td>");
document.write("<td width='32' align='center' valign='top'>");
document.write("<a href='/de/index.php?icid=flag_deu' class='flags'><img name='de' src='/images/de.gif' width='32' height='22' border='0' alt='DE' /><br>DE</a></td>");
document.write("</tr>");
document.write("</table>");
document.write("</div>");
}

