function AddPos( nazwa, exe, pad, wys, ver, opis, wiecej)
{
    document.writeln("<tr><td style=\"width: 150px; font-weight: bold;\">");
    document.writeln( nazwa);
    document.writeln("<br></td><td style=\"width: 50px;\"><a href=\"download/");
    document.writeln( exe);
    document.writeln( "\">");
    DownloadIco();
    document.writeln("</a></td><td style=\"width: 470px;\"><table style=\"text-align: left; width: 420px;\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tbody><tr><td><iframe src=\"");
    document.writeln( pad);
    document.writeln("\" frameborder=\"0\" height=\"");
    document.writeln( wys);
    document.writeln("\" width=\"420\"></iframe></td></tr><tr><td><table style=\"width: 410px;\"><tbody><tr><td style=\"text-align: left;\"><font size=\"-1\"><b>Ver:</b> ");
    document.writeln( ver);
    document.writeln("</td><td style=\"text-align: right;\"><a href=\"");
    document.writeln( opis);
    document.writeln("\"><font size=\"-2\">");
    document.writeln( wiecej);
    document.writeln("&raquo;</font></a></td></tr></tbody></table><br></td></tr></tbody></table></td></tr>");
};
//--------------------------------------------------------------------------------------------------
function AddInfo()
{
    document.writeln( "<table style=\"width: 800px; text-align: left; margin-left: auto; margin-right: auto;\"><tbody>");
    document.writeln( "<tr style=\"color: rgb(51, 102, 102);\"><td style=\"text-align: center;\"> <p class=\"foot-right\"><font size=\"-2\">");
    document.writeln( "(c) Copyright 2009-2010 slaptos. All rights reserved. Design: S³awomir&nbsp;£aptos</font></p>");
    document.writeln( "</td></tr></tbody></table>");
};
//--------------------------------------------------------------------------------------------------
function clearField()
{
    document.ZakupProgramu.kupujacy.value = "";
};
//--------------------------------------------------------------------------------------------------
function AddFrame1( Strona, Page1, Page2)
{
    document.writeln("<tr><td></td><td>");
    document.writeln("</td><td><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tbody><tr><td></td></tr><tr><td><table><tbody><tr><td style=\"text-align: left;\">");
    document.writeln( Strona);
    document.writeln("</td><td>");
    AddPage( Page1, "[1]");
    AddPage( Page2, "[2]");
    document.writeln("</td></tr></tbody></table><br></td></tr></tbody></table></td></tr>");
};
//--------------------------------------------------------------------------------------------------
function AddPage( Page, Sign)
{
    document.writeln( "<a href=\"");
    document.writeln( Page);
    document.writeln( "\"> ");
    document.writeln( Sign);
    document.writeln( " </a>");
};
//--------------------------------------------------------------------------------------------------