var Tscr_LOOK1 = {
	// scroller box size: [width, height]
	'size' : [184, 160],
	// a length of a gap between two neighboring items, pixels
	//'distance' : 10,
	//'item_w' : 100,
	's_i':'TScrItem1',
	's_b':'TScrBody1',
	// for on-demand mode: image for scrolling items backward 
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'up' : [100, 150, 16, 16, 'http://www.do-print.com/scripts/scroller/core/alf.gif','http://www.do-print.com/scripts/scroller/core/malf.gif'], 
	// for on-demand mode: image for scrolling items forward 
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'dn' : [120, 150, 16, 16, 'http://www.do-print.com/scripts/scroller/core/art.gif', 'http://www.do-print.com/scripts/scroller/core/mart.gif']
},

Tscr_BEHAVE1 = {
	// if scrolling mode is auto (true / false); 
	'auto'  : true,
	// if scrolling direction is vertical (true / false, false means horisontal)
	'vertical' : true,
	// scrolling speed, pixels per interval;
	// for auto mode use negative value for speed key to reverse scrolling direction
	'speed' : 1,
	'interval' : 50,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true,
	'zindex':5
}

// a data to build scroll window content
Tscr_ITEMS1 = [
{
	// 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' : '<center><b>DPCMS×¨ÓÃÅÜÂíµÆ</b></center>',
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_b' : 1,
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_a' : 1
},
{
	'file': 'http://www.do-print.com/inc_newsMarquee.asp?intClass=45',
	'content': '<p></p>',
	'pause_b': 1,
	'pause_a': 1
}

];

