var pic_width=456; //图片宽度
var pic_height=135; //图片高度
var button_pos=4; //按扭位置 1左 2右 3上 4下
var stop_time=3000; //图片停留时间(1000为1秒钟)
var show_text=0; //是否显示文字标签 1显示 0不显示
var txtcolor="000000"; //文字色
var bgcolor="DDDDDD"; //背景色
var imag=new Array();
var link=new Array();
var text=new Array();
/*
imag[0]="images/imgf/tp2.jpg";
link[0]="http://tp.njaccp.net";
text[0]="标题 0";
imag[1]="images/imgf/tp.jpg";
link[1]="http://tp.njaccp.com";
text[1]="标题 1";
*/
imag[0]="images/imgf/cctvminsheng.jpg";
link[0]="http://www.njaccp.com/news/cctvminsheng.htm";
text[0]="标题 0";
imag[1]="images/imgf/shengji.jpg";
link[1]="http://tp.njaccp.net/";
text[1]="标题 1";
imag[2]="images/imgf/tp.jpg";
link[2]="http://tp.njaccp.com";
text[2]="标题 2";
imag[3]="images/imgf/jx.jpg";
link[3]="http://www.njaccp.com/dy/jx/jxk.html";
text[3]="标题 3";
imag[4]="images/imgf/yxk.jpg";
link[4]="http://www.njaccp.com/dy/yx/yxk.html";
text[4]="标题 4";
imag[5]="images/imgf/zfybtest.jpg";
link[5]="http://www.njaccp.com/zfybtest/btest.htm";
text[5]="标题 5";
/*
imag[0]="images/imgf/bainian.jpg";
link[0]="http://www.njaccp.com/dy/bn/index.html";
text[0]="标题 0";
imag[1]="images/imgf/10.jpg";
link[1]="http://www.njaccp.com/news/1115.html";
text[1]="标题 1";
imag[2]="images/imgf/zai.jpg";
link[2]="http://www.njaccp.com/dy/cy/cyk.html";
text[2]="标题 2";
imag[3]="images/imgf/jx.jpg";
link[3]="http://www.njaccp.com/dy/jx/jxk.html";
text[3]="标题 3";
imag[4]="images/imgf/yxk.jpg";
link[4]="http://www.njaccp.com/dy/yx/yxk.html";
text[4]="标题 4";
imag[5]="images/imgf/jy.jpg";
link[5]="http://www.njaccp.com/dy/px/jyk.html";
text[5]="标题 5";
imag[6]="images/imgf/zounian.jpg";
link[6]="http://www.njaccp.com/news/693.html";
text[6]="标题 6";
imag[7]="images/imgf/jingyingjihua.jpg";
link[7]="http://www.njaccp.com/dy/jy/index.html";
text[7]="标题 7";
imag[8]="images/imgf/tp.jpg";
link[8]="http://tp.njaccp.com";
text[8]="标题 08";
*/
/*imag[0]="images/imgf/cy.jpg";
link[0]="http://www.njaccp.com/dy/cy/index.html";
text[0]="标题 0";*/
/*imag[6]="images/imgf/2g.jpg";
link[6]="http://www.njaccp.com/news/500.html";
text[6]="标题 6";
imag[7]="images/imgf/xs.jpg";
link[7]="http://www.njaccp.com/dy/xs/indexk.htm";
text[7]="标题 7";
imag[8]="images/imgf/04.jpg";
link[8]="http://www.njaccp.com/girl/index.html";
text[8]="标题 8";

/*
imag[4]="images/imgf/chun.jpg";
link[4]="http://www.njaccp.com/jy/index.html";
text[4]="标题 3";


imag[2]="images/imgf/1.jpg";
link[2]="http://www.njaccp.com/news/220.html";
text[2]="标题 2";


*/

/*imag[4]="images/imgf/05.jpg";
link[4]="http://www.njaccp.com/news/218.html";
text[4]="标题 4";

元旦
imag[4]="images/03.jpg";
link[4]="http://www.njaccp.com/yd/index.html";
text[4]="标题 4";
*/
//可编辑内容结束
var swf_height=show_text==1?pic_height+20:pic_height;
var pics="", links="", texts="";
for(var i=0; i<imag.length; i++){
	pics=pics+("|"+imag[i]);
	links=links+("|"+link[i]);
	texts=texts+("|"+text[i]);
}
pics=pics.substring(1);
links=links.substring(1);
texts=texts.substring(1);
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cabversion=6,0,0,0" width="'+ pic_width +'" height="'+ swf_height +'">');
document.write('<param name="movie" value="flash/focus.swf">');
document.write('<param name="quality" value="high"><param name="wmode" value="opaque">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'">');
document.write('<embed src="flash/focus.swf" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'" quality="high" width="'+ pic_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
