﻿

function swf()
{
var imag=new Array();
var link=new Array();
var text=new Array();
//可编辑内容开始
var focus_width=240;
var focus_height=200;
var text_height=0; //文字标签高度

imag[1]="images/1.jpg";
link[1]="";
text[1]="";
imag[2]="images/2.jpg";
link[2]="";
text[2]="";
imag[3]="images/3.jpg";
link[3]="";
text[3]="";
imag[4]="images/4.jpg";
link[4]="";
text[4]="";
imag[5]="images/5.jpg";
link[5]="";
text[5]="";
imag[6]="images/6.jpg";
link[6]="";
text[6]="";

//可编辑内容结束

var swf_height = focus_height+text_height;
var pics="", links="", texts="";
for(var i=1; i<imag.length; i++){
pics=pics+("|"+imag[i]);
links=links+("|"+link[i]);
texts=texts+("|"+text[i]);
}
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="images/focus.swf">');
document.write('<param name="quality" value="high"><param name="bgcolor" value="#e3e3e3">');
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="images/focus.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#ff0000" 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>');
}




function fla()
{
var imag=new Array();
var link=new Array();
var text=new Array();
//可编辑内容开始
var focus_width=355;
var focus_height=195;
var text_height=0; //文字标签高度

imag[1]="images/01.jpg";
link[1]="";
text[1]="";
imag[2]="images/02.jpg";
link[2]="";
text[2]="";
imag[3]="images/03.jpg";
link[3]="";
text[3]="";
imag[4]="images/04.jpg";
link[4]="";
text[4]="";

//可编辑内容结束

var swf_height = focus_height+text_height;
var pics="", links="", texts="";
for(var i=1; i<imag.length; i++){
pics=pics+("|"+imag[i]);
links=links+("|"+link[i]);
texts=texts+("|"+text[i]);
}
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="images/focus.swf">');
document.write('<param name="quality" value="high"><param name="bgcolor" value="#e3e3e3">');
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="images/focus.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#ff0000" 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>');
}

