﻿
function showSlider(pics,links,texts) {

    var focus_width=320;
    var focus_height=240;
    var text_height=20;
    var swf_height = focus_height+text_height;

    var flashvars = {}; 
    flashvars.pics = pics;
    flashvars.links = links;
    flashvars.texts = texts;
    flashvars.borderwidth = focus_width;
    flashvars.borderheight = focus_height;
    flashvars.textheight = text_height;
    flashvars.borderstyle = "0|0|0";
    flashvars.textcolor = "#000|0xff0000";
    var params = {};
	params.wmode = "transparent";

    swfobject.embedSWF("/images/player.swf", "divSlider", focus_width, swf_height, "9.0.0", null, flashvars,params);
    
    

//var interval_time=5 ;
//var focus_width=314;
//var focus_height=190;
//var text_height=26;
//var text_mtop = 0;
//var text_lm = 0;
//var textmargin = text_mtop+"|"+text_lm;
//var textcolor = "#888a89|0xff0000";
//var text_align= 'center'; 
//var swf_height = focus_height+text_height+text_mtop; 
//var text_size = 12;
//var borderStyle="0|0|0";

//document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'&textmargin='+textmargin+'&textcolor='+textcolor+'&borderstyle='+borderStyle+'&text_align='+text_align+'&interval_time='+interval_time+'&textsize='+text_size+'">');

}
