(function($){
	var imag=[];
	var link=[];
	var text=[];

  	imag[0]=encodeURIComponent("images/main_flashpic.jpg");
	link[0]=encodeURIComponent("#");
	text[0]="中录国际";
  	imag[1]=encodeURIComponent("images/main_flashpic2.jpg");
	link[1]=encodeURIComponent("http://www.zlvod.cn");
	text[1]="中录国际";
 
	if(imag.length < 2){
	    for(var i=imag.length;i<2;i++){
          	imag[i]="images/main_flashpic.jpgs";
        	link[i]=encodeURIComponent("/");
        	text[i]="中录国际";
	    }
	}
 	var pic_width=968;
	var pic_height=274;
	var stop_time=6000;
    makeSWF('FrontPageFocusShower','flash/focus.swf',{
		FlashVars : 'pics='+imag.join('|')+'&links='+link.join('|')+'&texts='+text.join('|')+'&stop_time='+stop_time+'',
		wmode: 'opaque',
		scale: 'noScale',
		quality: 'high',
		width : pic_width,
		height : pic_height
	});
})($);
