var imgUrl=new Array();
var imgtext=new Array();
var imgLink=new Array();
imgUrl[1]="images/index_zs1.jpg";
imgtext[1]="1"
imgLink[1]=escape("1");
imgUrl[2]="images/index_zs2.jpg";
imgtext[2]="2"
imgLink[2]=escape("2");
imgUrl[3]="images/index_zs3.jpg";
imgtext[3]="3"
imgLink[3]=escape("3");
imgUrl[4]="images/index_zs4.jpg";
imgtext[4]="4"
imgLink[4]=escape("4");
var focus_width=210	
var focus_height=250
var text_height=0
var swf_height = focus_height+text_height
						 
var pics=imgUrl[1]+"|"+imgUrl[2]+"|"+imgUrl[3]+"|"+imgUrl[4]
var links=imgLink[1]+"|"+imgLink[2]+"|"+imgLink[3]+"|"+imgLink[4]
var texts=imgtext[1]+"|"+imgtext[2]+"|"+imgtext[3]+"|"+imgtext[4]
						 
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"><param name="quality" value="high"><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+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
document.write('</object>');