function initShowLliNot(idL,nIni){trdContenidor('lliNotWin'+idL);showLliNot(idL,dataAvui,nIni);}function showLliNot(idL,ini,nIni){showNotsLliNot(idL,'-1','','',nIni);var tmp=_$('lliNotWin'+idL);tmp.style.visibility='visible';tmp.style.zIndex=zAct+1;}function clkRefLliNot(idL){if(_$('editNotCont')){document.body.appendChild(_$('contEditContNot'));}showLliNot(idL,dataAvui);}function clkConfLliNot(idL){showGetEditLliNot('',idL,'',dataAvui);}function clkNextLliNots(idL,dIni,nNot,nIni){showNotsLliNot(idL,dIni,nNot,'>=',nIni);}function clkPrevLliNots(idL,dIni,nNot,nIni){showNotsLliNot(idL,dIni,nNot,'<=',nIni);}function showNotsLliNot(idL,ini,nNot,comp,nIni,ordre){var sendReq=new sendRequestAjax();sendReq.connect(PATH_WEB+'/codi/php/passarela.php',respShowNotsLliNot1,'action=getLliNotsLliNot'+'&idL='+idL+'&ini='+ini+'&gInfLli='+'1'+'&gIdNots='+'1'+'&nIni='+nIni+'&nNot='+nNot+'&comp='+comp+'&ordre='+ordre);}function respShowNotsLliNot1(xmlHttp){if(xmlHttp.readyState==4&&xmlHttp.status==200){var resposta=xmlHttp.responseXML;var listResp=resposta.getElementsByTagName("info");for(var k=0;k<listResp.length;k++){var result=listResp[k].getElementsByTagName("result")[0].childNodes[0].nodeValue;try{var desc=listResp[k].getElementsByTagName("desc")[0].childNodes[0].nodeValue;}catch(e){}if(result<0){alert(trad.errGetNotLliNot+"\n codi:"+result+"\n  desc:"+desc);return;}var idL=listResp[k].getElementsByTagName("idL")[0].childNodes[0].nodeValue;var nTot=listResp[k].getElementsByTagName("nTot")[0].childNodes[0].nodeValue;}listResp=resposta.getElementsByTagName("confLli");for(var k=0;k<listResp.length;k++){}}}function moveSelPagLliNot(idL,dir,nPags,inc){var inc=inc||10;inc=inc*dir;var newLeft=parseInt(_$('selPagLliNot'+idL).style.left)+parseInt(inc);if(newLeft>0){newLeft=inc;}else{var leftMax=nPags*(-10);if(newLeft<=leftMax){return;}}_$('selPagLliNot'+idL).style.left=newLeft+'px';}function clkShowEditCssLliNot(){var idL=_$('editLliNotMain').getAttribute('idL');showGetEditCss(idL,'','llista_noticies');}
