function win() {
msg=window.open("","msg","height=320,width=270,left=100,top=100");
msg.document.write("<html><title>FMMC - Finans&#371; ministerijos Mokymo Centras</title>");
msg.document.write("<body bgcolor='white' onblur=window.close() style='margin-left: 0; margin-top: 0'>");
msg.document.write("<center><img alt='' <img src='/i/author.png'></center>");
msg.document.write("</body></html><p>");

// If you just want to open an existing HTML page in the 
// new window, you can replace win()'s coding above with:
// window.open("page.html","","height=200,width=200,left=80,top=80");

}
