function wybor(zm) 
{	
	if (zm == 1) 
	{
	    if (ile == 0)
		 {		  
	     	document.getElementById('obr1').src="minus.gif"
			document.getElementById('td1').className="menu2"
			var x=document.getElementById('tabela').insertRow(2)
		  	var z=document.getElementById('tabela').insertRow(3)
		  	var a=x.insertCell(0)
		  	var b=z.insertCell(0)
			a.className="rozwin"
		  	b.className="rozwin"
			a.innerHTML='<A HREF="wiatrak.php" CLASS="menu"> Wiatrakowiec</A>'
	   	   	b.innerHTML='<A HREF="wirniki.php" CLASS="menu"> Wirniki</A>'
	   	   	ile = 1;
	   	 }
		 else
		 {
	   	document.getElementById('obr1').src="plus.gif"
			document.getElementById('td1').className="menu"
			document.getElementById('tabela').deleteRow(2)
			document.getElementById('tabela').deleteRow(2)
			ile = 0;
		 } 
	 }	
	if (zm == 4) 
	{
	   	 if (ile2 == 0)
		 {		  
	   	document.getElementById('obr2').src="minus.gif"
			document.getElementById('td4').className="menu2"
			document.getElementById('tede4').className="men"
			if (ile == 0)
			{
			   var x=document.getElementById('tabela').insertRow(5)
		  	   var z=document.getElementById('tabela').insertRow(6)
			}
			else
			{			
			   var x=document.getElementById('tabela').insertRow(9)
		  	   var z=document.getElementById('tabela').insertRow(10)	
			}
		  		var y=x.insertCell(0)
		   	var k=z.insertCell(0)
		   	y.className="rozwin"
		   	k.className="men3"
	   	  	y.innerHTML='<A HREF="galeria1.php" CLASS="menu"> Wiatrak stary</A>'
	   	  	k.innerHTML='<A HREF="galeria2.php" CLASS="menu"> Wiatrak nowy</A>'
		  		ile2 = 1;
	   	 }
		 else
		 {
	    	document.getElementById('obr2').src="plus.gif"			
			document.getElementById('td4').className="menu"
			document.getElementById('tede4').className="dno"
			if (ile == 0)
			{
			   document.getElementById('tabela').deleteRow(5)
			   document.getElementById('tabela').deleteRow(5)
			}
			else 
			{
			   document.getElementById('tabela').deleteRow(9)
			   document.getElementById('tabela').deleteRow(9)			 	 
			}
			ile2 = 0;
		 } 
	 }  	  	 	 	 	
}

function okno(zm1,zm2)
{
	window.open('zdjecia.php?gal1='+zm1+'&gal2='+zm2, '', 'width=800, height=650, toolbar=0, location=0, directories=0, status=0, menuBar=0, scrollBars=1, resizable=1'); 		
} 

function okno2(zm1,zm2)
{
	window.open('zdjecia.php?id1='+zm1+'&id2='+zm2, '', 'width=800, height=600, toolbar=0, location=0, directories=0, status=0, menuBar=0, scrollBars=1, resizable=1'); 		
}   

function oknoPlay(url,width,height)
{
	tmp1 = width + 0.2*width
	tmp2 = height + 0.3*height
	window.open('play.php?url='+url+'&width='+width+'&height='+height, '', 'width='+tmp1+', height='+tmp2+', toolbar=0, location=0, directories=0, status=0, menuBar=0, scrollBars=1, resizable=1'); 		
}

function oknoPlayflv(url,width,height)
{
	tmp1 = width + 0.2*width
	tmp2 = height + 0.4*height
	window.open('play_flv.php?url='+url+'&width='+width+'&height='+height, '', 'width='+tmp1+', height='+tmp2+', toolbar=0, location=0, directories=0, status=0, menuBar=0, scrollBars=1, resizable=1'); 		
}