
function fopen() {
  ok=window.open("http://www.zdgrodziec.edu.pl/pl/mapka.html","odd",'width=1050, height=390,resizable=0,scrollbars=yes,menubar=no');
} 


function fopen_ogl() {
  ok=window.open("http://www.zdgrodziec.edu.pl/ogl.html","odd",'width=750, height=500,resizable=0,scrollbars=yes,menubar=no');
} 

function fopen_ofe() {
  ok=window.open("http://www.zdgrodziec.edu.pl/ofe.html","odd",'width=640, height=400,resizable=0,scrollbars=yes,menubar=no');
}


function fopenm() {
  ok=window.open("http://www.zdgrodziec.edu.pl/pl/mapka_gos.html","odd",'width=1100, height=720,resizable=0,scrollbars=yes,menubar=no');
} 


function fopen_zam() {
  ok=window.open("http://www.zdgrodziec.edu.pl/zam.html","odd",'width=1100, height=720,resizable=0,scrollbars=yes,menubar=no');
} 

function fopen_szkol() {
  ok=window.open("http://www.zdgrodziec.edu.pl/szkol.html","odd",'width=800, height=730,resizable=0,scrollbars=yes,menubar=no');
} 


	function popup( width, height, url ) {
		var left=screen.width-width;
		var top=0;
		var pWin=open( url, 'win', 'width='+width+',height='+height+',left='+left+',top='+top+',status=0,menubar=0,location=0,resizable=0,scrollbars=1,' );
		if( pWin.screenX != null ) {
			pWin.screenX=left;
			pWin.screenY=top;
		}
	}

	function popup_po_lewej( width, height, url ) {
		var left=0;
		var top=0;
		var pWin=open( url, 'win', 'width='+width+',height='+height+',left='+left+',top='+top+',status=0,menubar=0,location=0,resizable=0,scrollbars=1,' );
		if( pWin.screenX != null ) {
			pWin.screenX=left;
			pWin.screenY=top;
		}
	}