if (document.all) {n=0;ie=1;fShow="visible";fHide="hidden";}
if (document.layers) {n=1;ie=0;fShow="show"; fHide="hide";}
window.onerror=new Function("return true")
////////////////////////////////////////////////////////////////////////////
// Function Menu() //
////////////////////////////////////////////////////////////////////////////
function Menu()
{
rightY = 0;
leftY = 0;
leftX = 0;
HTMLstr = "";
HTMLstr += "\n";
HTMLstr += "\n";
HTMLstr += "
\n";
HTMLstr += "\n";
HTMLstr += "
\n";
HTMLstr += "\n";
HTMLstr += "\n";
HTMLstr += "\n";
HTMLstr += "\n";
HTMLstr += " \n";
HTMLstr += " | \n";
HTMLstr += "\n";
HTMLstr += " | \n";
HTMLstr += "Ty też możesz mieć własną wizytówkę...\n";
HTMLstr += " | \n";
HTMLstr += " \n";
HTMLstr += " \n";
HTMLstr += " |
\n";
HTMLstr += "
\n";
HTMLstr += "
\n";
HTMLstr += " |
";
HTMLstr += "
\n";
HTMLstr += "
\n";
HTMLstr += "
\n";
HTMLstr += "\n";
HTMLstr += "\n";
HTMLstr += "\n";
document.writeln(HTMLstr);
}
menu = new Menu();
menu.showMenu();