printdata = '';
///////////////
//画像を設定
///////////////
printdata+='<iframe src="revew2.html" height="400" width="748" frameborder="1" marginheight="0" marginwidth="0"></iframe>';



///////////////
//表示
///////////////
document.open(); 
document.write(printdata);
document.close(); 
