<!-- Begin
function avaaIkkuna(otsikko, kuva, nimi) 
{
var OpenWindow=window.open("", "newwin", "");
OpenWindow.document.write("<HTML>");
OpenWindow.document.write("<font color='000000'><TITLE>" + otsikko + "</TITLE>");
OpenWindow.document.write("</HEAD><style>");
OpenWindow.document.write("<!--");
OpenWindow.document.write("A:link { text-decoration: none; color: #0000C0 }");
OpenWindow.document.write("A:visited { text-decoration: none; color: #3688FE }");
OpenWindow.document.write("A:hover { text-decoration: underline; color: #07AF23 }");
OpenWindow.document.write("-->");
OpenWindow.document.write("</style>");
OpenWindow.document.write("<BODY BGCOLOR='ffffff'>");
OpenWindow.document.write("<SMALL><FONT FACE='MS Sans Serif'>");
OpenWindow.document.write("<CENTER>");
OpenWindow.document.write("<font size=+1>" + nimi + "</font><P>");
OpenWindow.document.write("<IMG SRC='" + kuva + "'>");
OpenWindow.document.write("<p><a href='' onClick='self.close()'>Sulje ikkuna t&auml;st&auml;!</a><p>");
OpenWindow.document.write("</CENTER>");
OpenWindow.document.write("</HTML>")
}
//  End -->
