function onelink(url,txt,flags)
{
document.write('<TR><TD><A href=http://',url,'><FONT SIZE="3">',txt,'</FONT></A></TD>');
if (flags.indexOf("fo") > -1) document.write('<TD width="1%"><IMG SRC="foth.gif" WIDTH="40" HEIGHT="25"></TD>');
if (flags.indexOf("dk") > -1) document.write('<TD width="1%"><IMG SRC="dkth.gif" WIDTH="40" HEIGHT="25"></TD>');
if (flags.indexOf("gb") > -1) document.write('<TD width="1%"><IMG SRC="gbth.gif" WIDTH="40" HEIGHT="25"></TD>');
if (flags.indexOf("de") > -1) document.write('<TD width="1%"><IMG SRC="deth.gif" WIDTH="40" HEIGHT="25"></TD>');
document.write('</TR>');
}

