﻿// JScript File
var focus_width=490;
var focus_height=282;
var text_height=25;
var swf_height = focus_height+text_height;

// 以下各项，均以 | 分隔
// 图片地址
pics = "images/flash_news1.jpg|images/flash_news2.jpg|images/flash_news4.jpg|images/flash_news5.jpg";
// 链接地址
links= "publish/Default.aspx|products/S0001201005190001.html|http://www.mhealthservices.com/English/|http://www.bluesoleil.com.cn";
// 显示文字
texts= "Publish your products on BlueSoleil.com|IVT releases BlueSoleil 8|Mobile Health Management %26 Rescue System|BlueSoleil launched the Chinese website named QianYue";

var fv="pics="+pics+"&links="+links+"&texts="+texts+"&borderwidth="+focus_width+"&borderheight="+focus_height+"&textheight="+text_height;
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="'+focus_width+'" height="'+swf_height+'">');
document.write('<param name="movie" value="images/pv.swf"> <param name="quality" value="high"><param name="allowScriptAccess" value="sameDomain"><param name="menu" value="false"><param name="bgcolor" value="#ffffff"><param name="wmode" value="opaque">');
document.write('<param name="flashvars" value="'+fv+'">');
document.write('<embed src="images/pv.swf" flashvars="'+fv+'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" width="'+focus_width+'" height="'+swf_height+'" />');
document.write('</object>');

