/* list all your banners */
var a_banners61 = [

		'<a href="http://www.axisweb.org/seWork.aspx?WORKID=49774" target="_blank"><img src="tsp_files/banner_ads/e36.jpg" width="241" height="167" border="0"></a>',

		'<a href="http://www.axisweb.org/seWork.aspx?WORKID=33316" target="_blank"><img src="tsp_files/banner_ads/e35.jpg" width="241" height="167" border="0"></a>',

		'<a href="http://www.axisweb.org/seWork.aspx?WORKID=45449" target="_blank"><img src="tsp_files/banner_ads/e34.jpg" width="241" height="167" border="0"></a>',

		'<a href="http://pagesperso-orange.fr/francois.frechet/Pas/Pas.html" target="_blank"><img src="tsp_files/banner_ads/e33.jpg" width="241" height="167" border="0"></a>',

		'<a href="http://pagesperso-orange.fr/francois.frechet/Scarecrow/Scarecrow.html" target="_blank"><img src="tsp_files/banner_ads/e32.jpg" width="241" height="167" border="0"></a>',	

		'<a href="lgimages/pic/wela_lithuanie.jpg" target="_blank"><img src="tsp_files/banner_ads/d40.jpg" width="241" height="167" border="0"></a>',	
	
	'<a href="lgimages/pic/frutos_intervencion.jpg" target="_blank"><img src="tsp_files/banner_ads/d39.jpg" width="241" height="167" border="0"></a>',	
	
				   	'<a href="lgimages/pic/rumen_dimitrov.gif" target="_blank"><img src="tsp_files/banner_ads/d38.jpg" width="241" height="167" border="0"></a>',

		'<a href="lgimages/pic/reed_rustles.jpg" target="_blank"><img src="tsp_files/banner_ads/d37.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 Tscr3_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']
},
Tscr3_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
Tscr3_ITEMS = random_ads61 (a_banners61);

