﻿	<!--
	var pic_width = 444 //图片宽
	var pic_height = 261 //图片高
	var text_height = 0 //图片标题高,可以不要标题显示设为0
	var swfpath = '/skin/flash/picviewer.swf'  //picviewer.swf的位置,请修改成你的, 默认在/www/
	var swf_height = pic_height+text_height //Flash高,会自动计算
	//调用字段： 图片Photo、链接URL、标题Title=
	var pics='/images/banners/email-marketing-evaluation.jpg|/images/banners/testimonials_2.jpg|/images/banners/testimonials_3.jpg|/images/banners/solution.jpg'
    var links='/surveys/email-marketing/|/solution/|/solution/|/solution/'
	var texts='电子商务及网络营销顾问咨询 - 以结果为导向以网站KPI为依据 - 启洋科技'
	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="'+ pic_width +'" height="'+ swf_height +'">');
	document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="'+swfpath+'"><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='+pic_width+'&borderheight='+pic_height+'&textheight='+text_height+'">');
	document.write('<embed src="'+swfpath+'" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+pic_width+'&borderheight='+pic_height+'&textheight='+text_height+'" menu="false" bgcolor="#ffffff" quality="high" width="'+ pic_width +'" height="'+ pic_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');  document.write('</object>');
	//-->