printdata = '';
///////////////
//画像を設定
///////////////
printdata+='<iframe src="http://www.mrock.biz/review/page.php?sid=m4140" frameborder="1" marginwidth="0" marginheight="0" height="448" width="548"></iframe>';



///////////////
//表示
///////////////
document.open(); 
document.write(printdata);
document.close(); 
