printdata = '';
///////////////
//画像を設定
///////////////
printdata+='<a title="会社概要" rel="nofollow" href="http://www.mrock.net/mrock_info/002.html">会社概要</a>';



///////////////
//表示
///////////////
document.open(); 
document.write(printdata);
document.close(); 

