\n'); } var tempX = 0 var tempY = 0 var calvisi1 = false; var currentcal = 0; function getMouseXY(e) { if (IE) { tempX = event.clientX + document.body.scrollLeft tempY = event.clientY + document.body.scrollTop } else { tempX = e.pageX tempY = e.pageY } if (tempX < 0){tempX = 0} if (tempY < 0){tempY = 0} return true } function mostrar(bcal,valor){ var llama1 = window.document.calendario; if(valor != currentcal)bcal=false; currentcal = valor; if(!bcal){ llama1.TGotoFrame("/Cclip", 0); llama1.TPlay("/Cclip"); document.getElementById("cal1").style.display = ""; document.getElementById("cal1").style.top = tempY-3; document.getElementById("cal1").style.left = tempX-2; calvisi1 = true; } else { document.getElementById("cal1").style.display = "none"; calvisi1 = false; } }