// JavaScript Document

imgUrl1="../images/index/1.jpg";
imgLink1=escape("../2010gaokao/");
text1="从就业看2010高考择校"

imgUrl2="../images/index/2.jpg";
imgLink2=escape("../send.html");
text2="从就业看2010高考择校"

imgUrl3="../images/index/4.jpg";
imgLink3=escape("../2010gaokao/");
text3="襄樊学院·北大青鸟暑假训练营开营了！！"



 var focus_width=900
 //var focus_height=136
 var focus_height=269
 var text_height=0
 var swf_height = focus_height+text_height
  
 var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3
 var links=imgLink1+"|"+imgLink2+"|"+imgLink3
 var texts=text1+"|"+text2+"|"+text3
 
 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/player.swf"><param name="quality" value="high">');
 document.write('<param name="menu" value="false"><param name=wmode value="opaque"><param name="bgcolor" value="#f0f0f0">');
 //document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'">');
 document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
 document.write('</object>');