v_temp="<div id="+s+"v_container style='position:"+v_position+";top:"+v_top+"px;left:"+v_left+"px;height:"+v_height+";overflow:hidden'>"
for(v_i=0;v_i<v_count[s];v_i++){
	v_temp+="<div id="+s+"v_"+(v_i+1)+" style='height:"+v_height+";overflow:hidden;position:absolute;top:"+(v_height*v_d)+"px;left:"+v_paddingLeft+"px;' >"
	v_temp+=v_content[v_i][1]
	v_temp+="</div>"
}
v_temp+="</div>";
document.write(v_temp);
setTimeout("v_start("+v_count[s]+","+s+")",1000);

