/////////////////////////////zmienne globalne////////////////////////////
var nr_zdjecia=1;
var kategoria=0;
////////////////////////////////////////////////////////////////////////

function news_calosc(nid) {
nr="pole"+nid;
advAJAX.get({
   url: "news_calosc.php?nid="+nid,
   onSuccess : function(obj) { document.getElementById(nr).innerHTML= obj.responseText; initLytebox();} ,
onError : function(obj) { document.getElementById(nr).innerHTML= "error"+obj.responseText; initLytebox();}
});
}

function news_zwin(nid) {
nr="pole"+nid;
advAJAX.get({
   url: "news_zwin.php?nid="+nid,
   onSuccess : function(obj) { document.getElementById(nr).innerHTML= obj.responseText; initLytebox();} ,
onError : function(obj) { document.getElementById(nr).innerHTML= "error"+obj.responseText; initLytebox();}
});
}

