<?php include("../style/header.php"); ?>
<?php
/*
<script type="text/javascript">
<!--
moz = document.getElementById && !document.all;
mozHeightOffset = 20;
function resize_iframe()
{
document.getElementById("iframe_id").height = ""; // required for Moz bug, value can be "", null, or integer
document.getElementById("iframe_id").height = window.frames["iframe_name"].style.height + (moz ? mozHeightOffset : 0);
}
// -->
</script>
<iframe width="680px" height="400px" id="iframe_id" name="iframe_name" src="http://www.xiaofrog.com/phpbb/index_.php" scrolling="yes" frameborder="0" ALLOWTRANSPARENCY="true" onload=resize_iframe();></iframe>
*/
?>
<script type="text/javascript">
<!--
function resize_iframe()
{
document.getElementById("iframe_id").height = (document.body.clientHeight - 230) + "px";
}
var h = (document.body.clientHeight - 230);
document.writeln('<iframe width="685px" height="' + h + 'px" id="iframe_id" src="http://www.xiaofrog.com/phpbb/index_.php" scrolling="yes" frameborder="0" ALLOWTRANSPARENCY="true" onload="resize_iframe();"></iframe>');
window.onresize = resize_iframe;
// -->
</script>
<?php include("../style/footer.php") ?>