//indexFocus_forIndex
function indexFocus_forIndexs(w,h,t,pics,links,texts){
	var focus_width = w;	// 图片宽度
	var focus_height= h;	// 图片高度
	var text_height = 20;	// 显示的文字高度
	var swf_height = focus_height + text_height;
	
//	var pics ="3643603.jpg|3644310.jpg|3647102.jpg|3649097.jpg|3646832.jpg|3649095.jpg|3649096.jpg";
//	var links="3643603.jpg|3644310.jpg|3647102.jpg|3649097.jpg|3646832.jpg|3649095.jpg|3649096.jpg";
//	var texts="3643603.jpg|3644310.jpg|3647102.jpg|3649097.jpg|3646832.jpg|3649095.jpg|3649096.jpg";
	
	var FocusFlash = new focusFlash(jsPath+"/dw/js/focus.swf",
									"focusflash",
									focus_width,
									swf_height,
									"7",
									"#cccccc",
									false,
									"High");
	FocusFlash.addParam("allowScriptAccess", "sameDomain");
	FocusFlash.addParam("menu", "false");
	FocusFlash.addParam("wmode", "opaque");

	FocusFlash.addVariable("pics", pics);
	FocusFlash.addVariable("links", links);
	FocusFlash.addVariable("texts", texts);
	FocusFlash.addVariable("borderwidth", focus_width);
	FocusFlash.addVariable("borderheight", focus_height);
	FocusFlash.addVariable("textheight", text_height);
	FocusFlash.write("focus_img");
};
