// JavaScript Document
if(parent.document.all("powerRightFrame")!=null){
	if(document.body.scrollHeight<445)
	{
		parent.document.all("powerRightFrame").style.height="445";
	}else{
		parent.document.all("powerRightFrame").style.height=eval(document.body.scrollHeight);
	}
	//alert(document.body.innerHTML);
	//alert(parent.document.all("powerRightFrame").style.height+"&"+document.body.scrollHeight);
}
//parent.document.all("powerRightFrame").style.width=document.body.scrollWidth;
