// JavaScript Document
document.write('<iframe id=CalFrame3 name=CalFrame3 frameborder=0 src=../../tour/user_admin/youhui.asp style=display:none;position:absolute;z-index:100></iframe>');
document.onclick=showYH;
document.onclick=hideCalendar3;

function showYH(sImg,bOpenBound,xlid)
{
    
	var cffy=document.getElementById("CalFrame3");
	var wcffy=window.frames.CalFrame3;
	var oImg2=document.getElementById(sImg);
	
    cffy.src="../../tour/user_admin/youhui.asp?id="+xlid+"";
	
	if(!oImg2){alert("控制对象不存在！");return;}
	//if(!wcffy.bCalLoaded3){alert("未成功装载！请刷新页面！");return;}
	if(cffy.style.display=="block"){cffy.style.display="none";return;}
	
	var eT=0,eL=0,p=oImg2;
	var sT=document.body.scrollTop,sL=document.body.scrollLeft;
	var eH=oImg2.height,eW=oImg2.width;
	while(p&&p.tagName!="BODY"){eT+=p.offsetTop;eL+=p.offsetLeft;p=p.offsetParent;}
	cffy.style.top=(document.body.clientHeight-(eT-sT)-eH>=cffy.height)?eT+eH:eT-cffy.height;
	cffy.style.left=(document.body.clientWidth-(eL-sL)>=cffy.width)?eL:eL+eW-cffy.width;
	cffy.style.display="block";
	
	wcffy.openbound=bOpenBound;
}
function hideCalendar3()
{
	var cffy=document.getElementById("CalFrame3");
	cffy.style.display="none";

}
