var Tscr_LOOK0 = {
	// scroller box size: [width, height]
	'size' : [160, 120],
	's_i':'TScrItem0',
	's_b':'TScrBody0',
	'distance' : 1,
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [125, 103, 16, 16,,'tsp_files/mpau.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [125, 103, 16, 16,,'tsp_files/mres.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [143, 103, 16, 16,,'tsp_files/mnxt.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [107, 103, 16, 16,,'tsp_files/mprv.gif']
},
Tscr_BEHAVE0 = {
	// 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' : 5,
	'interval' : 50,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true,
	'zindex':5
}

// a data to build scroll window content
Tscr_ITEMS0 = [
{
	'file': '',
	'content': '<p><a target="_blank" href="http://www.genoegkeus-shop.nl"><img border="0" src="images/genoegkeus.jpg" width="160" height="120" alt="www.genoegkeus-shop.nl"></a></p>',
	'pause_b': 0,
	'pause_a': 7,
	'transition' : 'revealTrans(TRANSITION=5,DURATION=1)'
},
{
	'file': '',
	'content': '<p><a target="_blank" href="http://www.biljart-winkel.nl"><img border="0" src="images/burgmans.jpg" width="160" height="120" alt="www.biljart-winkel.nl"></a></p>',
	'pause_b': 0,
	'pause_a': 7,
	'transition' : 'revealTrans(TRANSITION=5,DURATION=1)'
},
{
	'file': '',
	'content': '<p><img src="images/reseda.jpg" width="160" height="120" alt="Het adres voor de grote en kleine tafel\n in zeeuws-vlaanderen.\nThuis lokaal van:\nHGL-KOT `86, 3e divisie Royal/de Parel\n4e divisie Bierwinkeltje\nen De Geslootene Boom"></a></p>',
	'pause_b': 0,
	'pause_a': 7,
	'transition' : 'revealTrans(TRANSITION=5,DURATION=1)'
},
{
	'file': '',
	'content': '<p><a target="_blank" href="http://www.cafedepijp.nl"><img border="0" src="images/depijp.jpg" width="160" height="120" alt="www.cafedepijp.nl"></a></p>',
	'pause_b': 0,
	'pause_a': 7,
	'transition' : 'revealTrans(TRANSITION=5,DURATION=1)'
},
{
	'file': '',
	'content': '<p><a target="_blank" href="http://www.barthultermans.nl"><img border="0" src="images/barthultermans.jpg" width="160" height="120" alt="www.barthultermans.nl"></a></p>',
	'pause_b': 0,
	'pause_a': 7,
	'transition' : 'revealTrans(TRANSITION=5,DURATION=1)'
},
{
	'file': '',
	'content': '<p><a target="_blank" href="http://www.blessurewinkel.nl"><img border="0" src="images/blessurewinkel.jpg" width="160" height="120" alt="www.blessurewinkel.nl"></a></p>',
	'pause_b': 0,
	'pause_a': 7,
	'transition' : 'revealTrans(TRANSITION=5,DURATION=1)'
},
{
	'file': '',
	'content': '<p><img src="images/Buro-Balans.jpg" width="160" height="120" alt="geen link"></a></p>',
	'pause_b': 0,
	'pause_a': 7,
	'transition' : 'revealTrans(TRANSITION=5,DURATION=1)'
},
{
	'file': '',
	'content': '<p><a target="_blank" href="http://www.tommolier.nl"><img border="0" src="images/TOMMOLIER.jpg" width="160" height="120" alt="www.tommolier.nl"></a></p>',
	'pause_b': 0,
	'pause_a': 7,
	'transition' : 'revealTrans(TRANSITION=5,DURATION=1)'
},
{
	'file': '',
	'content': '<p><a target="_blank" href="http://www.capelle-spc.nl"><img border="0" src="images/capelle.jpg" width="160" height="120" alt="www.capelle-spc.nl"></a></p>',
	'pause_b': 0,
	'pause_a': 7,
	'transition' : 'revealTrans(TRANSITION=5,DURATION=1)'
},
{
	'file': '',
	'content': '<p><a target="_blank" href="http://www.debiljartballen.nl"><img border="0" src="images/deballen2.jpg" width="160" height="120" alt="www.debiljartballen.nl"></a></p>',
	'pause_b': 0,
	'pause_a': 7,
	'transition' : 'revealTrans(TRANSITION=5,DURATION=1)'
},
{
	'file': '',
	'content': '<img src="images/ali.jpg" width="160" height="120" border="0" alt="geen link">',
	'pause_b': 0,
	'pause_a': 7,
	'transition' : 'revealTrans(TRANSITION=5,DURATION=1)'
},
{
	'file': '',
	'content': '<p><a target="rechts" href="logo.htm"><img border="0" src="images/reclame.jpg" width="160" height="120" alt="Advertentie plaatsen"></a></p>',
	'pause_b': 0,
	'pause_a': 7,
	'transition' : 'revealTrans(TRANSITION=5,DURATION=1)'
}
];
