function initShowNot(idN,lang){showShowNot(idN,lang);}function showShowNot(idN,idL,shTit,shDes,shRes,shIni,shFi,shLloc,shForm,lang){getNotShowNot(idN,idL,shForm,shTit,shDes,shRes,shIni,shFi,shLloc,lang);show("showNotWin"+idN+'F'+idL);_$('showNotWin'+idN+'F'+idL).style.display='inline';}function getNotShowNot(idN,idL,shForm,shTit,shDes,shRes,shIni,shFi,shLloc,lang){var sendReq=new sendRequestAjax();sendReq.connect(PATH_WEB+'/codi/php/passarela.php',respGetNotShowNot,'action=getNot'+'&idN='+idN+'&idL='+idL+'&tit='+shTit+'&des='+shDes+'&res='+shRes+'&ini='+shIni+'&fi='+shFi+'&lloc='+shLloc+'&form='+shForm+'&idioma='+lang);}function respGetNotShowNot(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){return;}}listNot=resposta.getElementsByTagName("noticia");for(var k=0;k<listNot.length;k++){var idN=listNot[k].getElementsByTagName("idN")[0].childNodes[0].nodeValue;var idL=listNot[k].getElementsByTagName("idL")[0].childNodes[0].nodeValue;var titol=listNot[k].getElementsByTagName("tit")[0].childNodes[0].nodeValue;var lloc=listNot[k].getElementsByTagName("lloc")[0].childNodes[0].nodeValue;var ini=listNot[k].getElementsByTagName("ini")[0].childNodes[0].nodeValue;var fi=listNot[k].getElementsByTagName("fi")[0].childNodes[0].nodeValue;var form=listNot[k].getElementsByTagName("form")[0].childNodes[0].nodeValue;var desc=listNot[k].getElementsByTagName("desc")[0].childNodes[0].nodeValue;var res=listNot[k].getElementsByTagName("res")[0].childNodes[0].nodeValue;var url=listNot[k].getElementsByTagName("url")[0].childNodes[0].nodeValue;titol=unescape(titol);lloc=unescape(lloc)+'PP';desc=unescape(desc);desc=desc.split('&nbsp;').join(' ');res=unescape(res);res=res.split('&nbsp;').join(' ');url=unescape(url);var top=listNot[k].getElementsByTagName("top")[0].childNodes[0].nodeValue;var left=listNot[k].getElementsByTagName("left")[0].childNodes[0].nodeValue;var height=listNot[k].getElementsByTagName("height")[0].childNodes[0].nodeValue;var width=listNot[k].getElementsByTagName("width")[0].childNodes[0].nodeValue;var heightR=listNot[k].getElementsByTagName("heightR")[0].childNodes[0].nodeValue;var widthR=listNot[k].getElementsByTagName("widthR")[0].childNodes[0].nodeValue;var idDivIdN=idN+'F'+idL;_$('showNotMain'+idDivIdN).setAttribute('idN',idN);try{_$('clkEditNot'+idDivIdN).style.zIndex=zAct;}catch(e){}_$('dataIniShowNot'+idDivIdN).innerHTML=trad['dataIni']+ini;_$('dataFiShowNot'+idDivIdN).innerHTML=trad['dataFi']+fi;_$('llocShowNot'+idDivIdN).innerHTML=trad['lloc']+lloc;_$('descShowNot'+idDivIdN).innerHTML=desc;_$('resShowNot'+idDivIdN).innerHTML=res;_$('showNotWin'+idDivIdN).setAttribute('idL',idL);_$('showNotWin'+idDivIdN).setAttribute('shForm',form);if(form==0){_$('showNotWin'+idDivIdN).style.top=top+'px';_$('showNotWin'+idDivIdN).style.left=left+'px';}_$('descShowNot'+idN+'F'+idL).style.height=height+'px';_$('descShowNot'+idN+'F'+idL).style.width=width+'px';_$('resShowNot'+idDivIdN).style.height=heightR+'px';_$('resShowNot'+idDivIdN).style.width=widthR+'px';if(url.lastIndexOf('!=')==-1){url+='?!='+escape(titol)+':1;Not;'+idN;}_$('linkShowNot'+idDivIdN).innerHTML='<a href="'+url+'">'+trad.SegueixLlegint+'</a>';_$('titolShowNot'+idDivIdN).innerHTML='<a href="'+url+'">'+titol+'</a>';}}}function clkEditNotLliNot(idN){showElemNewWin('Not',idN);}function clkEditShowNot(idN,idL,shRes){showGetEditNot(_$('showNotWin'+idN+'F'+idL).parentNode.id,idN,-1,'showNotWin'+idN+'F'+idL,shRes);}