(function($){
	var imag=[];
	var link=[];
	var text=[];
	
  	imag[0]=encodeURIComponent("UploadFiles/1.jpg");
	link[0]=encodeURIComponent("http://");	
	imag[1]=encodeURIComponent("UploadFiles/4.jpg");
	link[1]=encodeURIComponent("http://");
	imag[2]=encodeURIComponent("UploadFiles/3.jpg");
	link[2]=encodeURIComponent("http://");
  	imag[3]=encodeURIComponent("UploadFiles/2.jpg");
	link[3]=encodeURIComponent("http://");
  	
	
/*coment @ 20100603
  	imag[0]=encodeURIComponent("/cn/images/home/1.jpg");
	link[0]=encodeURIComponent("http://www.eisoo.com/marketing/2010Exhi");
	<!--text[0]="ÀÁÈËÍ¼¿â";-->
  	imag[1]=encodeURIComponent("/cn/images/home/2.jpg");
	link[1]=encodeURIComponent("http://www.eisoo.com/marketing/rethinkbetter/");
	<!--text[1]="ÀÁÈËÍ¼¿â";-->
  	imag[2]=encodeURIComponent("/cn/images/home/3.jpg");
	link[2]=encodeURIComponent("http://www.eisoo.com/cn/products/bakapp/v3.5");
	<!--text[2]="ÀÁÈËÍ¼¿â";-->
  	imag[3]=encodeURIComponent("/cn/images/home/4.jpg");
	link[3]=encodeURIComponent("http://www.eisoo.com/cn/products/anybackup/v3.0/");
 	<!--text[4]="ÀÁÈËÍ¼¿â";-->

*/
/*	 if(imag.length < 4){
	    for(var i=imag.length;i<4;i++){
          	imag[i]="images/1.jpg";
        	link[i]=encodeURIComponent("/");
        	text[i]="ÀÁÈËÍ¼¿â";
	    }
	}*/
 	var pic_width=962;
	var pic_height=300;
	var stop_time=5000;
    makeSWF('FrontPageFocusShower','focus.swf',{
		FlashVars : 'pics='+imag.join('|')+'&links='+link.join('|')+'&stop_time='+stop_time+'',
		wmode: 'opaque',
		scale: 'noScale',
		quality: 'high',
		width : pic_width,
		height : pic_height
	});
})($);
