var nast_g=2;
var obecna_g=1;


function show_wybrane_next(){
       

	     if(obecna_g=="1")
		    {
			
				if(ilosc_novelty>0){mint.fx.Style('novelty','marginTop',null, -130,  130, 500);}
				if(ilosc_promocje>0){mint.fx.Style('promocje','marginTop',null, -130,  130, 500);}
				if(ilosc_polecamy>0){mint.fx.Style('polecamy','marginTop',null, -130,  130, 500);}
			}
		  else
		    {
					
				 if(ilosc_novelty>0){ mint.fx.Style('novelty','marginTop',null, 0,  130, 500);}
				 if(ilosc_promocje>0){mint.fx.Style('promocje','marginTop',null, 0,  130, 500);}
				 if(ilosc_polecamy>0){mint.fx.Style('polecamy','marginTop',null, 0,  130, 500);}
			}
 
		/*if(document.getElementById('noveltypudelko'+obecna_g) && document.getElementById('noveltypudelko'+nast_g))
		    {
			 mint.fx.Style('noveltypudelko'+obecna_g,'height',null, 0,  30, 500);
			 mint.fx.Style('noveltypudelko'+nast_g,'height',null, 100,  30, 500);
			}
		   if(document.getElementById('promocjepudelko'+obecna_g) && document.getElementById('promocjepudelko'+nast_g))
		    {
			 mint.fx.Style('promocjepudelko'+obecna_g,'height',null, 0,  30, 500);
			 mint.fx.Style('promocjepudelko'+nast_g,'height',null, 100,  30, 500);
			}
			
			if(document.getElementById('polecamypudelko'+obecna_g) && document.getElementById('polecamypudelko'+nast_g))
		    {
			 mint.fx.Style('polecamypudelko'+obecna_g,'height',null, 0,  30, 500);
			 mint.fx.Style('polecamypudelko'+nast_g,'height',null, 100,  30, 500);
			}*/
			
			
			
		     temp_obecna=obecna_g;
			 obecna_g=nast_g;
			 nast_g=temp_obecna;
	
								


}