﻿var pics="images/pic/focus_07.gif|images/pic/focus_06.gif|images/pic/focus_04.gif";
var links="a1/pic_news1.html|a1/pic_news2.html|a1/pic_news3.html";
var texts="CCAA、CQCを訪問1|CTSTCなどを訪問2|中国標準出版社との交流3";

var interval_time=2;
var focus_width=156;
var focus_height=196;
var text_height=20;
var text_mtop = 0;
var text_lm = 0;
var textmargin = text_mtop+"|"+text_lm;
var textcolor = "#000|0xff0000";
var text_align= 'center'; 
var swf_height = focus_height+text_height+text_mtop; 
var borderStyle="0|0x000000|0";
 			
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="flash/focus.swf"> <param name="quality" value="high"><param name="bgcolor" value="#ffffff"><param name=wmode value="transparent">');
document.write('<param name="menu" value="false">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'&textmargin='+textmargin+'&textcolor='+textcolor+'&borderstyle='+borderStyle+'&text_align='+text_align+'&interval_time='+interval_time+'">');
document.write('<embed src="flash/focus.swf" wmode="transparent" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'&textmargin='+textmargin+'&textcolor='+textcolor+'&borderstyle='+borderStyle+'&text_align='+text_align+'&interval_time='+interval_time+'" menu="false" bgcolor="#ffffff" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');