var sliders = [

	{
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider0",

	    left : 490,			// all in 'px' pixels
	    top : 312,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider0",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider1",

	    left : 490,			// all in 'px' pixels
	    top : 392,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider1",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider2",

	    left : 490,			// all in 'px' pixels
	    top : 472,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider2",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider3",

	    left : 490,			// all in 'px' pixels
	    top : 552,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider3",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider4",

	    left : 490,			// all in 'px' pixels
	    top : 632,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider4",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider5",

	    left : 490,			// all in 'px' pixels
	    top : 712,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider5",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider6",

	    left : 490,			// all in 'px' pixels
	    top : 792,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider6",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider7",

	    left : 490,			// all in 'px' pixels
	    top : 872,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider7",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider8",

	    left : 490,			// all in 'px' pixels
	    top : 952,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider8",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider9",

	    left : 490,			// all in 'px' pixels
	    top : 322,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider9",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider10",

	    left : 490,			// all in 'px' pixels
	    top : 422,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider10",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider11",

	    left : 490,			// all in 'px' pixels
	    top : 522,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider11",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider12",

	    left : 490,			// all in 'px' pixels
	    top : 622,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider12",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider13",

	    left : 490,			// all in 'px' pixels
	    top : 722,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider13",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider14",

	    left : 490,			// all in 'px' pixels
	    top : 232,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider14",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider15",

	    left : 490,			// all in 'px' pixels
	    top : 312,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider15",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider16",

	    left : 490,			// all in 'px' pixels
	    top : 392,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider16",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider17",

	    left : 490,			// all in 'px' pixels
	    top : 472,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider17",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider18",

	    left : 490,			// all in 'px' pixels
	    top : 552,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider18",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider19",

	    left : 490,			// all in 'px' pixels
	    top : 632,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 11,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5","6","7","8","9","10"],
	    values : ["0","1","2","3","4","5","6","7","8","9","10"],

	    form_field_id : "slider19",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider20",

	    left : 210,			// all in 'px' pixels
	    top : 210,
	    pane_image: "images/pane.gif",

	    scale_width : 130,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider20",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider21",

	    left : 210,			// all in 'px' pixels
	    top : 270,
	    pane_image: "images/pane.gif",

	    scale_width : 130,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider21",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider22",

	    left : 210,			// all in 'px' pixels
	    top : 330,
	    pane_image: "images/pane.gif",

	    scale_width : 130,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider22",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider23",

	    left : 210,			// all in 'px' pixels
	    top : 390,
	    pane_image: "images/pane.gif",

	    scale_width : 130,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider23",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider24",

	    left : 210,			// all in 'px' pixels
	    top : 450,
	    pane_image: "images/pane.gif",

	    scale_width : 130,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider24",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider25",

	    left : 210,			// all in 'px' pixels
	    top : 510,
	    pane_image: "images/pane.gif",

	    scale_width : 130,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider25",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider26",

	    left : 490,			// all in 'px' pixels
	    top : 210,
	    pane_image: "images/pane.gif",

	    scale_width : 130,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider26",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider27",

	    left : 490,			// all in 'px' pixels
	    top : 270,
	    pane_image: "images/pane.gif",

	    scale_width : 130,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider27",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider28",

	    left : 490,			// all in 'px' pixels
	    top : 330,
	    pane_image: "images/pane.gif",

	    scale_width : 130,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider28",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider29",

	    left : 490,			// all in 'px' pixels
	    top : 390,
	    pane_image: "images/pane.gif",

	    scale_width : 130,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider29",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider30",

	    left : 490,			// all in 'px' pixels
	    top : 450,
	    pane_image: "images/pane.gif",

	    scale_width : 130,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider30",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider31",

	    left : 220,			// all in 'px' pixels
	    top : 240,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider31",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider32",

	    left : 390,			// all in 'px' pixels
	    top : 240,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider32",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider33",

	    left : 560,			// all in 'px' pixels
	    top : 240,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider33",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider34",

	    left : 220,			// all in 'px' pixels
	    top : 320,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider34",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider35",

	    left : 390,			// all in 'px' pixels
	    top : 320,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider35",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider36",

	    left : 560,			// all in 'px' pixels
	    top : 320,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider36",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider37",

	    left : 220,			// all in 'px' pixels
	    top : 400,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider37",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider38",

	    left : 390,			// all in 'px' pixels
	    top : 400,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider38",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider39",

	    left : 560,			// all in 'px' pixels
	    top : 400,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider39",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider40",

	    left : 220,			// all in 'px' pixels
	    top : 480,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider40",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider41",

	    left : 390,			// all in 'px' pixels
	    top : 480,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider41",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider42",

	    left : 560,			// all in 'px' pixels
	    top : 480,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider42",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider43",

	    left : 220,			// all in 'px' pixels
	    top : 560,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider43",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider44",

	    left : 390,			// all in 'px' pixels
	    top : 560,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider44",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider45",

	    left : 560,			// all in 'px' pixels
	    top : 560,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider45",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider46",

	    left : 220,			// all in 'px' pixels
	    top : 640,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider46",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider47",

	    left : 390,			// all in 'px' pixels
	    top : 640,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider47",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider48",

	    left : 560,			// all in 'px' pixels
	    top : 640,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider48",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider49",

	    left : 225,			// all in 'px' pixels
	    top : 240,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider49",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider50",

	    left : 325,			// all in 'px' pixels
	    top : 240,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider50",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider51",

	    left : 425,			// all in 'px' pixels
	    top : 240,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider51",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider52",

	    left : 525,			// all in 'px' pixels
	    top : 240,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider52",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider53",

	    left : 625,			// all in 'px' pixels
	    top : 240,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider53",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider54",

	    left : 225,			// all in 'px' pixels
	    top : 320,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider54",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider55",

	    left : 325,			// all in 'px' pixels
	    top : 320,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider55",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider56",

	    left : 425,			// all in 'px' pixels
	    top : 320,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider56",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider57",

	    left : 525,			// all in 'px' pixels
	    top : 320,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider57",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider58",

	    left : 625,			// all in 'px' pixels
	    top : 320,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider58",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider59",

	    left : 225,			// all in 'px' pixels
	    top : 400,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider59",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider60",

	    left : 325,			// all in 'px' pixels
	    top : 400,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider60",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider61",

	    left : 425,			// all in 'px' pixels
	    top : 400,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider61",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider62",

	    left : 525,			// all in 'px' pixels
	    top : 400,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider62",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider63",

	    left : 625,			// all in 'px' pixels
	    top : 400,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider63",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider64",

	    left : 225,			// all in 'px' pixels
	    top : 480,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider64",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider65",

	    left : 325,			// all in 'px' pixels
	    top : 480,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider65",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider66",

	    left : 425,			// all in 'px' pixels
	    top : 480,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider66",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider67",

	    left : 525,			// all in 'px' pixels
	    top : 480,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider67",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider68",

	    left : 625,			// all in 'px' pixels
	    top : 480,
	    pane_image: "images/pane.gif",

	    scale_width : 75,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider68",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider69",

	    left : 490,			// all in 'px' pixels
	    top : 460,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider69",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider70",

	    left : 490,			// all in 'px' pixels
	    top : 520,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider70",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider71",

	    left : 490,			// all in 'px' pixels
	    top : 580,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider71",
	    form_id : "form1"			// in  the HTML page.
	},
	    {
	    interactive : true,		// User modifiable on 'true'
	    continuous : false,		// Any position allowed if 'true'
	    span_id : "slider72",

	    left : 490,			// all in 'px' pixels
	    top : 640,
	    pane_image: "images/pane.gif",

	    scale_width : 150,
	    scale_height : 4,		
	    scale_image : "images/scale.gif",

	    stylus_width : 10,
	    stylus_height : 20,
	    stylus_up    : "images/handle.gif",
	    stylus_down  : "images/handle2.gif",
	    stylus_final : "images/handle3.gif",

	    tick_height : 5,
	    tick_width : 3,
	    tick_image : "images/tick.gif",

	    ticks : 6,
	    start_tick : 0,
	    tick_tabs : null,		// auto-calc'ed if set to null

	    label_size : 11,		// in 'px' not in 'pt'
	    label_font : "\"Arial\"",
	    labels : ["","1","2","3","4","5"],
	    values : ["0","1","2","3","4","5"],

	    form_field_id : "slider72",
	    form_id : "form1"			// in  the HTML page.
	}
];