﻿// 该文件定义了首页的连续图片播放的各种参数
var focus_width=363;
var focus_height=310; 
var text_height=30;
var swf_height = focus_height+text_height;

var pics = '';
var links = '';
var texts = '';

pics = pics + '|../eng_images/main/show1.jpg';
links = links + '|prolist.asp?protype=204';
texts+='|Maytech Multi-Rotors Combo System';
pics = pics + '|../eng_images/main/show2.jpg';
links = links + '|prosort.asp?prosort=1';
texts+='|MT Serial Brushless Power System';
pics = pics + '|../eng_images/main/show3.jpg';
links = links + '|prolist.asp?protype=203';
texts+='|MTH Serial Brushless Power System';
pics = pics + '|../eng_images/main/show4.jpg';
links = links + '|prolist.asp?protype=206';
texts+='|MTB Serial Brushless Power System';
pics = pics + '|../eng_images/main/show5.jpg';
links = links + '|prolist.asp?protype=207';
texts+='|MTC Serial Brushless Power System';

pics = pics.substring(1);
links = links.substring(1);
texts = texts.substring(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="../eng_images/main/homeshow.swf"><param name="quality" value="high"><param name="bgcolor" value="#D9F2FF">');
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+'">');
document.write('<embed src="../eng_images/main/homeshow.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#E5E5EB" 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>');
