(function($){
	var imag=[];
	var link=[];
	var text=[];
	
  	imag[0]=encodeURIComponent("/en/images/home/1.jpg");
	link[0]=encodeURIComponent("http://www.eisoo.com/en/products/bakapp/v3.5/");	
	imag[1]=encodeURIComponent("/en/images/home/4.jpg");
	link[1]=encodeURIComponent("http://www.eisoo.com/en/products/tx3/");
	imag[2]=encodeURIComponent("/en/images/home/3.jpg");
	link[2]=encodeURIComponent("http://www.eisoo.com/en/products/anyshare/v3.0/");
  	imag[3]=encodeURIComponent("/en/images/home/2.jpg");
	link[3]=encodeURIComponent("http://www.eisoo.com/en/products/pbs/");
  	
	
/*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=886;
	var pic_height=344;
	var stop_time=10000;
    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
	});
})($);
