/* list all your banners */
var a_banners61 = [

	'<a target="_blank" href="http://www.tanyapreminger.com/mother/pic/pic/environmnt/building.gif"><img src="tsp_files/banner_ads/d5.jpg" width="241" height="167" border="0"></a>',

	'<a target="_blank" href="http://www.tanyapreminger.com/mother/pic/pic/earth/bud.gif"><img src="tsp_files/banner_ads/d20.jpg" width="241" height="167" border="0"></a>',

	'<a target="_blank" href="http://www.tanyapreminger.com/mother/pic/pic/environmnt/shadow.gif"><img src="tsp_files/banner_ads/d8.jpg" width="241" height="167" border="0"></a>',

			'<a href="lgimages/pic/emanuella-transit.jpg" target="_blank"><img src="tsp_files/banner_ads/d34.jpg" width="241" height="167" border="0"></a>',

	'<a href="lgimages/pic/emanuella-garden.jpg" target="_blank"><img src="tsp_files/banner_ads/d33.jpg" width="241" height="167" border="0"></a>',

	'<a href="http://www.tanyapreminger.com/mother/pic/pic/earth/boiling.gif" target="_blank"><img src="tsp_files/banner_ads/d3.jpg" width="241" height="167" border="0"></a>',

	'<a href="http://www.tanyapreminger.com/mother/pic/pic/earth/goodsofearth.gif" target="_blank"><img src="tsp_files/banner_ads/d4.jpg" width="241" height="167" border="0"></a>',

	'<a href="lgimages/pic/footsteps-on-water.jpg" target="_blank"><img src="tsp_files/banner_ads/d32.jpg" width="241" height="167" border="0"></a>',

	'<a href="http://www.petrepetrov.com/annot.html" target="_blank"><img src="tsp_files/banner_ads/d10.jpg" width="241" height="167" border="0"></a>',

];

/* this function generates items array for the scroller. banners arranged in random order */
function random_ads61 (a_banners) {
var a_items = [];
for (var n_index = 0; n_index < a_banners.length; n_index++)
a_items[a_items.length] = {'content': a_banners[n_index],'pause_b':0};
return a_items;
} 
var Tscr1_LOOK = {
	// scroller box size: [width, height]
	'size' : [762, 167],
	'distance': 0,
	'item_w':241,
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [360, -20, 16, 16,'tsp_files/pixel.gif','tsp_files/pixel.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [360, -20, 16, 16,'tsp_files/pixel.gif','tsp_files/pixel.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [380, -20, 16, 16,'tsp_files/pixel.gif','tsp_files/pixel.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [340, -20, 16, 16,'tsp_files/pixel.gif','tsp_files/pixel.gif']
},
Tscr1_BEHAVE = {
	// 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 interval;
	// for auto mode use negative value for speed key to reverse scrolling direction
	'speed' : 2,
	'interval': 50,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true,
	'zindex': 5
},

// a data to build scroll window content
Tscr1_ITEMS = random_ads61 (a_banners61);
