<!--

var Win1;

function displayWindow(url, width, height) {

	var rozm_x = width+20;
	var rozm_y = height+30;

    Win1 = window.open("","displayWindow1",'width=' + rozm_x + ',height=' + rozm_y + ',resizable=yes,scrollbars=no,menubar=no,top=0,left=0' );

	Win1.document.write('<head>');
	Win1.document.write('<title>POM Sp. z o.o.</title>');
	Win1.document.write('</head>');
	Win1.document.write('<body bgcolor="#ffffff">');
	Win1.document.write('<a href="javascript:window.close()">');
	Win1.document.write('<img src="' + url + '" width=' + width + ' height=' + height + ' border=0' + ' alt="zamknij" STYLE="border: 2px solid #000000;">');
	Win1.document.write('</a>');
	Win1.document.write('</body>');
	Win1.document.close();

}

function displayWindowWidth(url, width, height) {

	var rozm_x = width+40;
	var rozm_y = 600;

    Win1 = window.open("","displayWindow1",'width=' + rozm_x + ',height=' + rozm_y + ',resizable=yes,scrollbars=yes,menubar=no,top=0,left=0' );

	Win1.document.write('<head>');
	Win1.document.write('<title>POM Sp. Z o.o.</title>');
	Win1.document.write('</head>');
	Win1.document.write('<body bgcolor="#ffffff">');
	Win1.document.write('<a href="javascript:window.close()">');
	Win1.document.write('<img src="' + url + '" width=' + width + ' height=' + height + ' border=0' + ' alt="zamknij" STYLE="border: 2px solid #000000;">');
	Win1.document.write('</a>');
	Win1.document.write('</body>');
	Win1.document.close();

}

function displayWindow800x600(url, width, height) {

	var rozm_x = 800;
	var rozm_y = 600;

    Win1 = window.open("","displayWindow1",'width=' + rozm_x + ',height=' + rozm_y + ',resizable=yes,scrollbars=yes,menubar=no,top=0,left=0' );

	Win1.document.write('<head>');
	Win1.document.write('<title>POM Sp. Z o.o.</title>');
	Win1.document.write('</head>');
	Win1.document.write('<body bgcolor="#ffffff">');
	Win1.document.write('<a href="javascript:window.close()">');
	Win1.document.write('<img src="' + url + '" width=' + width + ' height=' + height + ' border=0' + ' alt="zamknij" STYLE="border: 2px solid #000000;">');
	Win1.document.write('</a>');
	Win1.document.write('</body>');
	Win1.document.close();

}

function displayWindowGdzie(kon) {

 {
  switch (kon)
   {
    case 1:
     document.images["mapa"].src = "grafiki/gdzie01.jpg";
     break;
    case 2:
     document.images["mapa"].src = "grafiki/gdzie02.jpg";
     break;
    case 3:
     document.images["mapa"].src = "grafiki/gdzie03.jpg";
     break;
    case 4:
     document.images["mapa"].src = "grafiki/gdzie04.jpg";
     break;
   }
 }
}

function displayFlash(url, width, height) {

	var rozm_x = width+20;
	var rozm_y = height+30;

    Win1 = window.open("","displayWindow1",'width=' + rozm_x + ',height=' + rozm_y + ',resizable=yes,scrollbars=no,menubar=no,top=0,left=0' );

	Win1.document.write('<head>');
	Win1.document.write('<title>POM Sp. Z o.o.</title>');
	Win1.document.write('</head>');
	Win1.document.write('<body bgcolor="#ffffff">');
	Win1.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=' + width + ' height=' + height + ' id="' + url + '" align=""><param name=movie value="' + url + '"><param name=quality value=high><param name=bgcolor value=#000000><embed src="' + url + '" quality=high bgcolor=#000000  width=' + width + ' height=' + height + ' name="' + url + '" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>');
	Win1.document.write('</body>');
	Win1.document.close();

} 

//-->
