function top(){
 document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="1004" HEIGHT="333" id="top" ALIGN=""><PARAM NAME=movie VALUE="includes/languages/pl/images/top.swf"> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="includes/languages/pl/images/top.swf" quality=best bgcolor=#000000 WIDTH="1004" HEIGHT="333" NAME="topincludes/languages/pl/" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>');
}
function mini(){
 document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="347" HEIGHT="226" id="mini" ALIGN=""><PARAM NAME=movie VALUE="includes/languages/pl/images/mini.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="includes/languages/pl/images/mini.swf" quality=high bgcolor=#000000  WIDTH="347" HEIGHT="226" NAME="topincludes/languages/pl/" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>');
}
var nowe;
function nowe_okno(url,tytul,opcje)
{
 var txt= Math.round(1000*Math.random());
 nowe = window.open(url,tytul+txt,opcje);
 if(javascript_version > 1.0)
 {
  setTimeout('newwin.focus();',250);
 }
}
function zoom(w,h,src,title) {
 var txt= Math.round(1000*Math.random());
 nwndw=window.open('','newhtml'+txt+'','width='+w+',height='+h+',top=50,left=50,resizable=0,scrollbars=0,menubar=0,fullscreen=no');
 nwndw.document.open();
 nwndw.document.clear();
 nwndw.document.write("<html><head><title>"+title+"</title>\n");
 nwndw.document.write("</head>\n"+"<body bottommargin=0 leftmargin=0 marginheight=0 marginwidth=0 rightmargin=0 topmargin=0 bgcolor=#FFFFFF>\n");
 nwndw.document.write("<table cellspacing=0 cellpadding=0 align=center border=0><tr><td>");
 nwndw.document.write("<a href='javascript:this.close();'><img src="+src+" width="+w+" height="+h+" border=0></a>");
 nwndw.document.write("</td></tr></table>"+"</body>\n"+"</html>");
 nwndw.document.close();
 nwndw.focus();
}
function ld(theurl) {
 document.getElementById("url").href = theurl;
 document.getElementById("url").click();
}
window.status="Filicori";
function validateForm(AForm)
{
 if ((!AForm.firma.value)||(!AForm.adres.value)||(!AForm.telefon.value))
 {
  alert("Wypełnij pola: firma, adres, telefon!");
  return false;
 }
 else
 {
  return true;
 }
}

