var Tscr_LOOK2 = {
	// scroller box size: [width, height]
	'size' : [210, 200],
	// a length of a gap between two neighboring items, pixels
	'distance' : 100,
	'item_w' : 200,
	's_i':'TScrItem2',
	's_b':'TScrBody2',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [90, 250, 16, 16,,'tsp_files/mpau.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [90, 250, 16, 16,,'tsp_files/mres.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [110, 250, 16, 16,,'tsp_files/mnxt.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [70, 250, 16, 16,,'tsp_files/mprv.gif']
},

Tscr_BEHAVE2 = {
	// if scrolling mode is auto (true / false); 
	'auto'  : true, 
	// if scrolling direction is vertical (true / false, false means horisontal)
	'vertical' : false, 
	// scrolling speed, pixels per 50 miliseconds;
	// for auto mode use negative value to reverse scrolling direction
	'speed' : 2,
	'interval' : 0,
	'zindex':0,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true
},

// a data to build scroll window content
Tscr_ITEMS2 = [
{
	// file to get content for item from; if is set 'content' property doesn't matter
	// only body of HTML document is taken to become scroller item content
	// note: external files require time for loading 
	// it is RECOMMENDED to use content property to speed loading up
	// doesn't work in Opera
	'file' : '',
	// string to be displayed as item content, 
	// is RECOMMENDED to be used as an alternative to 'file' property
	'content' : '',
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_b' : 7,
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_a' : 0
},
{
	'file' : '',
	// direct content
	'content' : '<p><img src="./images/pins.jpg" height="189" width="200" align="middle"></p>',
	'pause_b' : 5,
	'pause_a' : 0,
	'transition': 'revealTrans(TRANSITION=12,DURATION=3)'
},
{
	'file' : '',
	// direct content
	'content' : '<p><img src="./images/fz393c.jpg" height="225" width="200" align="middle"></p>',
	'pause_b' : 5,
	'pause_a' : 0,
	'transition': 'revealTrans(TRANSITION=12,DURATION=3)'
},
{
	'file' : '',
	// direct content
	'content' : '<p><img src="./images/opti_eqpt.jpg" height="173" width="200" align="middle"></p>',
	'pause_b' : 5,
	'pause_a' : 0,
	'transition': 'revealTrans(TRANSITION=12,DURATION=3)'
},
{
	'file' : '',
	// direct content
	'content' : '<p><img src="./images/D955a.jpg" height="173" width="200" align="middle"></p>',
	'pause_b' : 5,
	'pause_a' : 0,
	'transition': 'revealTrans(TRANSITION=12,DURATION=3)'
},
{
	'file' : '',
	// direct content
	'content' : '<p><img src="./images/omni_group.jpg" height="154" width="200" align="middle"></p>',
	'pause_b' : 5,
	'pause_a' : 0,
	'transition': 'revealTrans(TRANSITION=12,DURATION=3)'
},
{
	'file' : '',
	// direct content
	'content' : '<p><img src="./images/shrinktape-forms.jpg" height="133" width="200" align="middle"></p>',
	'pause_b' : 5,
	'pause_a' : 0,
	'transition': 'revealTrans(TRANSITION=12,DURATION=3)'

},
{
	'file' : '',
	// direct content
	'content' : '<p>&nbsp;&nbsp;&nbsp;<img src="./images/karate2.jpg" height="200" width="139"></p>',
	'pause_b' : 5,
	'pause_a' : 0,
	'transition': 'revealTrans(TRANSITION=12,DURATION=3)'
}
];