    imgUrl1="images/rivets_05.jpg";
    imgtext1="11"
    imgLink1=escape("#");
    
    imgUrl2="images/banner02.jpg";
    imgtext2="22"
    imgLink2=escape("#");
    
  
    imgUrl3="images/banner03.jpg";
    imgtext3="33"
    imgLink3=escape("#");
	
	imgUrl4="images/banner04.jpg";
    imgtext4="44"
    imgLink4=escape("#");

	imgUrl5="images/rivets_05.jpg";
    imgtext5="55"
    imgLink5=escape("#");
    
     var focus_width=960	
     var focus_height=341
     var text_height=0
     var swf_height = focus_height+text_height
     
     var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3+"|"+imgUrl4
     var links=imgLink1+"|"+imgLink2+"|"+imgLink3+"|"+imgLink4
     var texts=imgtext1+"|"+imgtext2+"|"+imgtext3+"|"+imgtext4
     var flashCode = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/hotdeploy/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'"><param name="movie" value="images/focus2.swf"><param name="quality" value="high"><PARAM NAME="wmode" VALUE="transparent"><param name="menu" value="false"><param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'"><embed src="images/focus2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+ focus_width +'" height="'+ swf_height +'" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" wmode="transparent"></embed></object>';
document.write(flashCode)