function onebook(title,author,publisher,year,flags)
{
document.write('<TR><TD><FONT SIZE="3">',title,'</TD><TD><FONT SIZE="3">',author,'</TD><TD><FONT SIZE="3">',publisher,'</TD><TD><FONT SIZE="3">',year,'</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>');
if (flags.indexOf("se") > -1) document.write('<TD width="1%"><IMG SRC="seth.gif" WIDTH="40" HEIGHT="25"></TD>');
document.write('</TR>');
}

