// Zbiór funkcji wywalających okienka popup

function popUpV(url)
{
	sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=450');
	self.name = "mainWin";
}

function popup(klucz)
{
	var win3=window.open("http://213.17.228.10/flash/el_2.html","","width=415,height=300,noresize, scrollbars=0");
}
 
function spopup(url,width,height)
{
	var win3=window.open(url,"","width="+width+",height="+height+",noresize, scrollbars=1");
}
 
function spopup2(url,width,height)
{
	var win3=window.open(url,"","width="+width+",height="+height+",noresize, scrollbars=0");
}


