";
function PopupWin1espopup_winScroll()
{
if (PopupWin1oldonscrollHndr!=null) PopupWin1oldonscrollHndr();
if (PopupWin1tmrHide!=-1)
{
el=document.getElementById('PopupWin1');
el.style.display='none'; el.style.display='block';
}
}
function PopupWin1espopup_ShowPopup(show)
{
if (PopupWin1dxTimer!=-1) { el.filters.blendTrans.stop(); }
if ((PopupWin1tmrHide!=-1) && ((show!=null) && (show==PopupWin1showBy)))
{
clearInterval(PopupWin1tmrHide);
PopupWin1tmrHide=setInterval(PopupWin1espopup_tmrHideTimer,PopupWin1hideAfter);
return;
}
if (PopupWin1tmrId!=-1) return;
PopupWin1showBy=show;
elCnt=document.getElementById('PopupWin1_content')
elTit=document.getElementById('PopupWin1_header');
el=document.getElementById('PopupWin1');
el.style.left=PopupWin1oldLeft;
el.style.top='';
el.style.filter='';
if (PopupWin1tmrHide!=-1) clearInterval(PopupWin1tmrHide); PopupWin1tmrHide=-1;
document.getElementById('PopupWin1_header').style.display='none';
document.getElementById('PopupWin1_content').style.display='none';
if (navigator.userAgent.indexOf('Opera')!=-1)
el.style.bottom=(document.body.scrollHeight*1-document.body.scrollTop*1
-document.body.offsetHeight*1+1*PopupWin1popupBottom)+'px';
if (PopupWin1bChangeTexts)
{
PopupWin1bChangeTexts=false;
document.getElementById('PopupWin1aCnt').innerHTML=PopupWin1nMsg;
document.getElementById('PopupWin1titleEl').innerHTML=PopupWin1nTitle;
}
PopupWin1actualHgt=0; el.style.height=PopupWin1actualHgt+'px';
el.style.visibility='';
if (!PopupWin1resetTimer) el.style.display='';
PopupWin1tmrId=setInterval(PopupWin1espopup_tmrTimer,(PopupWin1resetTimer?1000:20));
}
function PopupWin1espopup_winLoad()
{
if (PopupWin1oldonloadHndlr!=null) PopupWin1oldonloadHndlr();
elCnt=document.getElementById('PopupWin1_content')
elTit=document.getElementById('PopupWin1_header');
el=document.getElementById('PopupWin1');
PopupWin1oldLeft=el.style.left;
PopupWin1popupBottom=el.style.bottom.substr(0,el.style.bottom.length-2);
PopupWin1titHgt=elTit.style.height.substr(0,elTit.style.height.length-2);
PopupWin1popupHgt=el.style.height;
PopupWin1popupHgt=PopupWin1popupHgt.substr(0,PopupWin1popupHgt.length-2); PopupWin1actualHgt=0;
PopupWin1cntDelta=PopupWin1popupHgt-(elCnt.style.height.substr(0,elCnt.style.height.length-2));
if (true)
{
PopupWin1resetTimer=true;
PopupWin1espopup_ShowPopup(null);
}
}
function PopupWin1espopup_tmrTimer()
{
el=document.getElementById('PopupWin1');
if (PopupWin1resetTimer)
{
el.style.display='';
clearInterval(PopupWin1tmrId); PopupWin1resetTimer=false;
PopupWin1tmrId=setInterval(PopupWin1espopup_tmrTimer,20);
}
PopupWin1actualHgt+=5;
if (PopupWin1actualHgt>=PopupWin1popupHgt)
{
PopupWin1actualHgt=PopupWin1popupHgt; clearInterval(PopupWin1tmrId); PopupWin1tmrId=-1;
document.getElementById('PopupWin1_content').style.display='';
if (PopupWin1hideAfter!=-1) PopupWin1tmrHide=setInterval(PopupWin1espopup_tmrHideTimer,PopupWin1hideAfter);
}
if (PopupWin1titHgt