document.writeln("<script type=\"text\/javascript\" language=\"javascript\">   ");
document.writeln("  ");
document.writeln("function TuneHeight1() {   ");
document.writeln("var frm = document.getElementById(\"content01\");   ");
document.writeln("var subWeb = document.frames ? document.frames[\"content01\"].document : ");
document.writeln("");
document.writeln("frm.contentDocument;   ");
document.writeln("if(frm != null && subWeb != null) {");
document.writeln("   frm.height = subWeb.body.scrollHeight;");
document.writeln("}   ");
document.writeln("}   ");
document.writeln("<\/script>");
document.writeln("<iframe id=\"content01\" name=\"content01\" frameBorder=0 scrolling=no ");
document.writeln("");
document.writeln("src=\"http:\/\/www.paisf.net\" width=\"980\" height=\"3000\" onLoad=\"TuneHeight1()\" ><\/iframe>");
document.write("");
