/* list all your banners */
var a_banners61 = [

		'<a href="lgimages/pic/water_architecture2.jpg" target="_blank"><img src="tsp_files/banner_ads/d36.jpg" width="241" height="167" border="0"></a>',

	'<a href="lgimages/pic/water_architecture1.jpg" target="_blank"><img src="tsp_files/banner_ads/d35.jpg" width="241" height="167" border="0"></a>',

	'<a target="_blank" href="http://www.silviakrupinska.com"><img src="tsp_files/banner_ads/d42.jpg" width="241" height="167" border="0"></a>',

	'<a target="_blank" href="http://www.tanyapreminger.com/mother/pic/pic/environmnt/revolution1.gif"><img src="tsp_files/banner_ads/d2.jpg" width="241" height="167" border="0"></a>',

	'<a target="_blank" href="http://www.tanyapreminger.com/mother/pic/pic/environmnt/moment.gif"><img src="tsp_files/banner_ads/d1.jpg" width="241" height="167" border="0"></a>',

	'<a href="http://www.tanyapreminger.com/mother/pic/pic/environmnt/tv.gif" target="_blank"><img src="tsp_files/banner_ads/d21.jpg" width="241" height="167" border="0"></a>',

	'<a href="http://www.tanyapreminger.com/mother/pic/pic/environmnt/birthday.gif" target="_blank"><img src="tsp_files/banner_ads/d23.jpg" width="241" height="167" border="0"></a>',

	'<a target="_blank" href="http://www.tanyapreminger.com/mother/pic/pic/earth/hill.gif"><img src="tsp_files/banner_ads/d6.jpg" width="241" height="167" border="0"></a>',

	'<a href="http://www.tanyapreminger.com/mother/pic/pic/earth/window.gif" target="_blank"><img src="tsp_files/banner_ads/d24.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 Tscr2_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']
},
Tscr2_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
Tscr2_ITEMS = random_ads61 (a_banners61);
