
var idPersonaUp=0;var idPersonaDw=0;var idPersonaUpVis=-1;var idPersonaDwVis=-1;var idUltimaPersonaUpPassata=0;var idUltimaPersonaDwPassata=0;var userUpDownCache={};function GetUserFotoFromCache(userControlID){return _aspxIsExists(userUpDownCache[userControlID])?userUpDownCache[userControlID]:null;}
function SaveUsertFotoToCache(userControlID,contentHtml){userUpDownCache[userControlID]=contentHtml;}
function SetUpDwContentHTML(result,pUD){if(pUD=='U')
{document.getElementById('imgUp').innerHTML=result;}
else{document.getElementById('imgDw').innerHTML=result;}}
function cambiaFotoUpDw(id,pUD){if((idPersonaUp===0&&pUD=='U'&&id!=idPersonaUpVis)||(idPersonaDw===0&&pUD=='D'&&id!=idPersonaDwVis)){if(!fLoaded){if(pUD=='U'){idUltimaPersonaUpPassata=id;document.getElementById('imgUp').innerHTML="Attendere il caricamento della pagina...";}
else{idUltimaPersonaDwPassata=id;document.getElementById('imgDw').innerHTML="Attendere il caricamento della pagina...";}
return;}
if(Callback1.InCallback()){if(pUD=='U'){document.getElementById('imgUp').innerHTML="Attendere il caricamento della foto...";}
else{document.getElementById('imgDw').innerHTML="Attendere il caricamento della foto...";}
return;}
if(GetUserFotoFromCache(id)!==null){SetUpDwContentHTML(GetUserFotoFromCache(id),pUD);if(pUD=='U'){idPersonaUpVis=id;}
else{idPersonaDwVis=id;}
_aspxRunStartupScripts();return;}
else{Callback1.callBack(pUD.toString()+id.toString());}
if(pUD=='U'){document.getElementById("imgUp").innerHTML="Caricamento foto &hellip;";idPersonaUp=id;idPersonaUpVis=id;idPersonaUp_UltimoCliccato=0;}
else{document.getElementById("imgDw").innerHTML="Caricamento foto &hellip;";idPersonaDw=id;idPersonaDwVis=id;idPersonaDw_UltimoCliccato=0;}}}