



//----------- czyszczenie fola wyszukiwarki --------------
function searchClick() {
   document.forms['searchForm'].elements['slowo'].value='';
}



//----------- INICJACJA jQueryLightbox 0.5--------------------
$(function() {
   $('a[rel*=lightbox]').lightBox();
});

//------------ ladny formularz ------------------------------
//$(function() {
//    $("form#contactForm").jqTransform();
//});


/*

//------------ funkcja ajaxu ---------------------
function callAjax(urlToCall, urlParams, responseTyp, callFunc){
  if(urlParams!=''){
    urlParams = "&"+urlParams;
  }
  jQuery.ajax( {
    url : urlToCall,
    data :"rand=" + Math.random() + urlParams,
    async :false,
    cache :false,
    type :'POST',
    dataType : responseTyp,
    success : callFunc
  });
}

//--------- alerty
function showAlert(aParam){
  if($.browser.mozilla){
    console.log(aParam);
  } else {
    alert(aParam);
  }
}

//---------- 
function insertLoader(obj){
  var myHtml='';
  myHtml += '<div style="margin-top: 40px;"><table width="100%" align="center">';
  myHtml += '<tr><td align="center"><img src="css/img/loader.gif" /></td></tr>';
  myHtml += '</table></div>';
  console.log(myHtml);
  $(obj).html(myHtml);
}
*/
//----------- INICJACJA Superfish-1.4.8-----------------------
/*$(document).ready(function() { 
    $('ul.sf-menu').superfish({ 
        delay:       1000,                            // one second delay on mouseout 
        animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
        speed:       'fast',                          // faster animation speed 
        autoArrows:  true,                           // disable generation of arrow mark-up 
        dropShadows: true                            // disable drop shadows 
    }); 
}); */
/*
function kas(fff)
{
location.href="../skrypt.php?m="+fff;
}

function drukowanie(typ, id)
{
window.open("'../../../../print/"+typ+','+id , 'print_okno','menubar=yes,resizable=yes,width=800,height=700,scrollbars=yes');
}

function pdf(typ, id)
{
window.open("'../../../make_pdf.php?typ="+typ+'&idpdf='+id , 'pdf_okno','resizable=1,width=600,height=300');
}
*/



 
