var Tscr_LOOK = {
	// scroller box size: [width, height]
	'size' : [598,75],
	// a length of a gap between two neighboring items, pixels
	'distance' : 50,
	/* 'item_w' : 580, */
	// css classes for for item text
	's_i':'TScrItem1',
	// css classes for for scroller box
	's_b':'TScrBody1',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [360, 80, 16, 16,,'assets/scripts/pixel.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [360, 80, 16, 16,,'assets/scripts/pixel.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [380, 80, 16, 16,,'assets/scripts/pixel.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [340, 80, 16, 16,,'assets/scripts/pixel.gif']
},

Tscr_BEHAVE = {
	'auto'  : true, 
	'vertical' : true, 
	'speed' : 6,
	'interval' : 60,
	'zindex':1,
	'hide_buttons' : true
},

// a data to build scroll window content
Tscr_ITEMS = [
{
	'file' : '',
	'content' : '"I think High March is great because the teachers are always here for us and try their hardest to make us happy."',
	'pause_b' : 4,
	'pause_a' : 0
},

{
	'file' : '',
	'content' : '"The Art Exhibition was just stunning and I am always amazed at the imagination of not only the girls but the staff as well."',
	'pause_b' : 4,
	'pause_a' : 0
},

{
	'file' : '',
	'content' : '"High March provides a wonderful environment for the children to learn, discover their strengths and grow in confidence."',
	'pause_b' : 4,
	'pause_a' : 0
},

{
	'file' : '',
	'content' : '<br />"Coming to High March always makes me smile."',
	'pause_b' : 4,
	'pause_a' : 0
},

{
	'file' : '',
	'content' : '"...an exceptionally impressive balance between excellent academic results and a fun, engaging learning experience."',
	'pause_b' : 4,
	'pause_a' : 0
},

{
	'file': '',
	'content': '<br />"High March lives its rule of \'kindness and friendship\'."',
	'pause_b': 4,
	'pause_a': 0
},

{
	'file' : '',
	'content' : '"High March provided the strongest possible all round foundation for my daughter."',
	'pause_b' : 4,
	'pause_a' : 0
},

{
	'file' : '',
	'content' : '<br />"My daughter loves High March Nursery and can\'t wait to go every morning."',
	'pause_b' : 4,
	'pause_a' : 0
},

{
	'file' : '',
	'content' : '<br />"Being at High March is like being in a warm family."',
	'pause_b' : 4,
	'pause_a' : 0
},

{
	'file' : '',
	'content' : '<br />"The teachers are wonderful and are always there when you need them."',
	'pause_b' : 4,
	'pause_a' : 0
},

{
	'file' : '',
	'content' : '<br />"I love High March because everyone is really kind. It\'s like a big family!"',
	'pause_b' : 4,
	'pause_a' : 0
},

{
	'file' : '',
	'content' : '<br />"High March is such a warm, loving school."',
	'pause_b' : 4,
	'pause_a' : 0
},


];

