function framepage(filename) {
document.open();
document.write("<html>");
document.write("<head>");
document.write("<title>bitjam</title>");
document.write("<META NAME='robots' CONTENT='index,follow'>");
document.write("<META NAME='keywords' CONTENT='ＡＶ,アダルトビデオ,盗撮,アイドル,マンガ,Ｈ,Ｈなマンガ,アイドル盗撮'>");
document.write("<META NAME='DESCRIPTION' CONTENT='Ｈな動画やマンガが見れる総合Ｈ画像サイト'>");
document.write("</head>");
document.write("<frameset rows='50,*' frameborder='0' border='0' framespacing='0'>");
document.write("<frameset cols='100%,*' frameborder='0' border='0' framespacing='0'>");
document.write("<frame name='tf' src='./avchannel/topmenu.html' scrolling='NO' noresize>");
document.write("<frame name='rk' src='./avchannel/dummy.html' scrolling='NO' noresize>");
document.write("</frameset>");
document.write("<frameset cols='160,*' frameborder='0'>");
document.write("<frame name='lf' src='./avchannel/leftmenu.html'>");
document.write("<frame name='mf' src=" + filename + ">");
document.write("</frameset>");
document.write("</frameset>");
document.write("<noframes><body bgcolor='#FFFFFF'></body></noframes>");
document.write("</html>");
document.close(); 
} 


