<!--
function powiekszZdjecie(imageName,posLeft,posTop) 
{
	newWindow = window.open("","newWindow","width=100,height=100,resizable=no,scrollbars=no,left="+posLeft+",top="+posTop);
	newWindow.document.open();
	newWindow.document.write('<html>');
	newWindow.document.write('<head>');
	newWindow.document.write('<title>Feldhaus Klinker - Płytka klinkierowa, Płytka elewacyjna, Ręcznie formowana, Elewacja ceramiczna, Elewacja klinkierowa, Ceramiczna, ceramiczny, elewacyjna, Bruk klinkierowy, Cegła klinkierowa, Handform</title>');
	newWindow.document.write('<script type="text/javascript">  ');
	newWindow.document.write('function resize1() {');
	newWindow.document.write('var image1= new Image();');
	newWindow.document.write('image1.src = "'+imageName+'";');
	newWindow.document.write('if(image1.width==0 || image1.height==0) { setTimeout(\'resize1()\',100); }');
	//newWindow.document.write('alert(image1.width + \' - \' + image1.height);');
  newWindow.document.write('self.resizeTo(parseInt(image1.width+100),parseInt(image1.height+150));');
	newWindow.document.write('self.resizeTo(parseInt(image1.width+10),parseInt(image1.height+50));');
	newWindow.document.write('}');
	newWindow.document.write('  </script>');
	newWindow.document.write('</head>');
	newWindow.document.write('<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">'); 
	newWindow.document.write('<center><img src="'+imageName+'" name="Zdjecie"></center>'); 
	newWindow.document.write('<script type="text/javascript">setTimeout(\'resize1()\',100);</script>');               
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
}


function powiekszpdf(imageName,posLeft,posTop) 
{
  window.open(imageName,"mywindow","location=1,status=1,scrollbars=1");
/*
  newWindow = window.open("","newWindow","width=450,height=600,resizable=no,scrollbars=no,left="+posLeft+",top="+posTop);
	newWindow.document.open();
	newWindow.document.write('<html>');
	newWindow.document.write('<head>');
	newWindow.document.write('<title>Feldhaus Klinker - Płytka klinkierowa, Płytka elewacyjna, Ręcznie formowana, Elewacja ceramiczna, Elewacja klinkierowa, Ceramiczna, ceramiczny, elewacyjna, Bruk klinkierowy, Cegła klinkierowa, Handform</title>');
	newWindow.document.write('</head>');
	newWindow.document.write('<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" '); 
	newWindow.document.write('<object data="http://www.feldhaus.pl/'+imageName+'" width="100%" height="100%"></object>'); 
	               
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus(); */
}



function otworzduze(wys,sze,sciezka) {
ws=document.body.offsetWidth; 
ss=document.body.offsetHeight; 
zmw=ws-(wys/2);
zms=ss-(sze/2);
document.write('<div align=center style="absolute; width=800px; height=800px; top='+zmw+'; left='+zms+';">');
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"  width="800" height="800" id="hhh" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="images/hhh.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<param FlashVars value="wi=800&hi=600&sc='+sciezka+'">');
document.write('<embed src="images/hhh.swf" FlashVars="wi=800&hi=600&sc='+sciezka+'" quality="high" bgcolor="#ffffff" width="800" height="800" name="hhh" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></div>');


}
-->
