


function iframe()
{

    document.write('<iframe src="00press/index.html" width="600" marginwidth="0" height="200" marginheight="0" scrolling="Auto" frameborder="0" class="iframe" id="frame" noresize"noresize"" /> \n');
    document.write('</iframe />\n');

}
function iframe2()
{

    document.write('<iframe src="../00press/index.html" width="600" marginwidth="0" height="300" marginheight="0" scrolling="Auto" frameborder="0" class="iframe" id="frame" noresize"noresize"" /> \n');
    document.write('</iframe />\n');

}


function iframe_top()
{

    document.write('<iframe src="00top/index.html" width="800" marginwidth="0" height="250" marginheight="0" scrolling="no" frameborder="0" class="iframe" id="frame" noresize"noresize"" /> \n');
    document.write('</iframe />\n');

}


