var interval_time = 5 ;	//间隔时间
	var focus_width = 329;	//宽度
	var focus_height = 250;	//高度
	var text_height = 0;	//文本高度
	var textcolor = "#000000";	//文本颜色
	var text_align= 'center';	//文本对齐方式
	var text_size = 12;			//字体大小
	var borderStyle = "000|0x000000|000";	//边框样式
	var swf_path = '/images/';	//swf文件路径
	focus_height = focus_height-text_height;
	var swf_height = focus_height+text_height


		  


	
	var pics='|images/pic1.jpg|images/pic2.jpg|images/pic3.jpg|images/pic4.jpg';
	var links='|#|#|#|#';
	var texts='|#|#|#|#';
	pics=pics.substr(1,pics.length-1);
	texts=texts.substr(1,texts.length-1);
	links=links.substr(1,links.length-1);
	
	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="'+swf_path+'pixviewer.swf"><param name="quality" value="high"><param name="bgcolor" value="#ffffff">');
	document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
	document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'&textcolor='+textcolor+'&borderstyle='+borderStyle+'&text_align='+text_align+'&interval_time='+interval_time+'&textsize='+text_size+'">');
	document.write('<embed src="'+swf_path+'pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'&textcolor='+textcolor+'&borderstyle='+borderStyle+'&text_align='+text_align+'&interval_time='+interval_time+'&textsize='+text_size+'" menu="false" bgcolor="#ffffff" quality="high" width="'+ focus_width +'" height="'+ focus_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');	