﻿(function($){
	var imag=[];
	var link=[];
	var text=[];

  	imag[0]=encodeURIComponent("images/p1.jpg");
	link[0]=encodeURIComponent("http://www.9z-lp.com/product_show.asp?id=9");
	text[0]="连杆锁系列MS460";
  	imag[1]=encodeURIComponent("images/p2.jpg");
	link[1]=encodeURIComponent("http://www.9z-lp.com/product_show.asp?id=31");
	text[1]="把手锁系列MS380-1";
  	imag[2]=encodeURIComponent("images/p3.jpg");
	link[2]=encodeURIComponent("http://www.9z-lp.com/product_show.asp?id=49");
	text[2]="平面锁系列MS712";
  	imag[3]=encodeURIComponent("images/p4.jpg");
	link[3]=encodeURIComponent("http://www.9z-lp.com/product_show.asp?id=61");
	text[3]="圆柱锁系列MS705";
 
	if(imag.length < 4){
	    for(var i=imag.length;i<4;i++){
          	imag[i]="images/p1.jpg";
        	link[i]=encodeURIComponent("/");
        	text[i]="连杆锁系列";
	    }
	}
 	var pic_width=1003;
	var pic_height=285;
	var stop_time=6000;
    makeSWF('FrontPageFocusShower','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
	});
})($);
