function odpalurl(url,m) 
{
if (m=="") { alert('Wpisz cos!') }
else { location.replace(url+m) }
}

function wroc(url) 
{
location.replace(url) 
}

function trash2() {
	if(confirm('Czy na pewno usunac?')) {
		document.lista_form.submit()
		/* &#261;&#263; */
	}
}

var pics = new Array(); 

function preload(url) {                                               
   if (document.images) {                                             
      var i = Imgi.length;                                            
      pics[i] = new Image();                                          
      pics[i].src = url;                                              
   }                                                                  
}                      

if (document.images) { 

home2 = new Image(); home2.src = "imgs/home_2.png"; 
home2a = new Image(); home2a.src = "imgs/home_2a.png"; 

home3 = new Image(); home3.src = "imgs/home_3.png"; 
home3a = new Image(); home3a.src = "imgs/home_3a.png"; 

home4 = new Image(); home4.src = "imgs/home_4.png"; 
home4a = new Image(); home4a.src = "imgs/home_4a.png"; 

home5 = new Image(); home5.src = "imgs/home_5.png"; 
home5a = new Image(); home5a.src = "imgs/home_5a.png"; 

home6 = new Image(); home6.src = "imgs/home_6.png"; 
home6a = new Image(); home6a.src = "imgs/home_6a.png"; 

}

function swap(imgName,imgObjName) {
/* alert(eval(imgObjName + ".src")); */	
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}
