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 align=center ");
document.writeln("");
document.writeln("src=\"\/mamasf\/mamasf.htm\" width=\"990\" height=\"2200\" onLoad=\"TuneHeight1()\" ><\/iframe>");