
$(document).ready(         
       function (){
       	var path=$("#wmp1").attr("src");
       	if (path)
       	{
       	  for (var i=path.length-1;i>0;i--)
       	    if (path.charAt(i)=='/') {
       	    	 path=path.substr(0,i+1);
       	      break;	
			    }
         }
			       
       	for (var i=1;i<=60;i++)
       	{
       		if (document.getElementById('w'+i))
       		{
       		  pic1= new Image(100,25); 
              pic1.src=path+'w'+i+'.gif';        			
				}
       		
       	   $('#w'+i).mouseenter(function() {
   	   	  var n=$(this).attr('id').substr(1);
   	   	  $("#wmp1").attr("src", path+'w'+n+'.gif');
			   });
         }
         
         $('.stdw tr').hover(function(){$(this).addClass('highlight');},function(){$(this).removeClass('highlight');});       
    });
    
function wyczysc()    
{
	document.fs.rok.value="";
	document.fs.powiat.value="";
	document.fs.wojewodztwo.value="";
	document.fs.obszar.value="";
	document.fs.nazwa.value="";
	document.fs.tytul.value="";
	document.fs.dzialanie.value="";
	document.fs.forma.value="";
	document.fs.numer_fio.value="";
}
