if (window.ActiveXObject) {	//IE 浏览器
	var text_height = 20;
	focus_height = focus_height + 2;
}
else {	//Mozilla Firefox 浏览器 及其它
	var text_height = 38;
	focus_height = focus_height + 13;
}
var swf_height = focus_height + text_height;
var pics = imgUrl[0];
var texts = imgText[0];
var mylinks = imgLink[0];
for (var i=1; i<imgUrl.length; i++){
	pics = pics + "|" + imgUrl[i];
	texts = texts + "|" + imgText[i];
	mylinks = mylinks + "|" + imgLink[i];
}
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"" + focus_width + "\" height=\"" + swf_height + "\">");
document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
document.write("<param name=\"movie\" value=\"/images/slide.swf\" />");
document.write("<param name=\"quality\" value=\"high\" />");
document.write("<param name=\"bgcolor\" value=\"#F0F0F0\" />");
document.write("<param name=\"menu\" value=\"false\"><param name=\"wmode\" value=\"opaque\">");
document.write("<param name=\"FlashVars\" value=\"pics=" + pics + "&links=" + mylinks + "&texts=" + texts + "&borderwidth=" + focus_width + "&borderheight=" + focus_height + "&textheight=" + text_height + "\">");
document.write("<embed src=\"/images/slide.swf\" wmode=\"opaque\" FlashVars=\"pics=" + pics + "&links=" + mylinks + "&texts=" + texts + "&borderwidth=" + focus_width + "&borderheight=" + focus_height + "&textheight=" + text_height + "\" menu=\"false\" bgcolor=\"#F0F0F0\" 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>");
