// <a class=pt onClick="javascript:Feedback('-570','-14')">feedback</a>
function Feedback(xLeft,xTop){
	IFrame.location="/feedback"
	FdBk=GetObj('PopFrameFeedback')
	if (!xLeft){xLeft=0;xTop=0}
	FdBk.style.left=xLeft+"px"
	FdBk.style.top=xTop+"px"
	FdBk.className="show"
}
function FrameHeight(){
	iframeDoc=GetObj('IFrame').contentWindow.document
	if(iframeDoc){
		var the_height=iframeDoc.body.scrollHeight;
		GetObj('IFrame').height=the_height;
	}
}
