﻿	imgUrl1="files_jt/images/banner/01.jpg";
	imgtext1="01"
	imgLink1=escape("");
	imgUrl2="files_jt/images/banner/02.jpg";
	imgtext2="02"
	imgLink2=escape("");
	imgUrl3="files_jt/images/banner/03.jpg";
	imgtext3="03"
	imgLink3=escape("");
	
        
	 
	var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3
	var links=imgLink1+"|"+imgLink2+"|"+imgLink3
	var texts=imgtext1+"|"+imgtext2+"|"+imgtext3
 
    var button_pos=2; //按扭位置 1左 2右 3上 4下
    var stop_time=5000; //图片停留时间(1000为1秒钟)
    var show_text=0; //是否显示文字标签 1显示 0不显示
    var txtcolor="000000"; //文字色
    var bgcolor="E3E3E3"; //背景色

    var focus_width=759
	var focus_height=220
	var text_height=0
    var total_height = focus_height + text_height;
    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="'+ focus_width +'" height="'+ total_height +'">'+'<param name="movie" value="files_jt/images/banner/allfocus4.swf">'+'<param name="quality" value="high"><param name="wmode" value="opaque">'+'<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+focus_width+'&pic_height='+total_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'">'+'<embed src="files_jt/images/banner/allfocus4.swf" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+focus_width+'&pic_height='+total_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'" quality="high" width="'+ focus_width +'" height="'+ total_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'+'</object>');

