/* list all your banners */
var a_banners61 = [
				   
	'<a href="lgimages/pic/new-growth.jpg" target="_blank"><img src="tsp_files/banner_ads/f44.jpg" width="241" height="167" border="0"></a>',
		
				   		'<a href="lgimages/pic/water-marks.jpg" target="_blank"><img src="tsp_files/banner_ads/f45.jpg" width="241" height="167" border="0"></a>',
						
		'<a href="lgimages/pic/spider-web2.jpg" target="_blank"><img src="tsp_files/banner_ads/f43a.jpg" width="241" height="167" border="0"></a>',
		
		'<a href="http://www.tanyapreminger.com/mother/pic/pic/environmnt/magen_david.jpg" target="_blank"><img src="tsp_files/banner_ads/fn42.jpg" width="241" height="167" border="0"></a>',

		'<a href="http://www.tanyapreminger.com/mother/pic/pic/environmnt/round_balance2.jpg" target="_blank"><img src="tsp_files/banner_ads/fn41.jpg" width="241" height="167" border="0"></a>',	
		
		'<a href="lgimages/pic/floating_clouds2006.jpg" target="_blank"><img src="tsp_files/banner_ads/fn40.jpg" width="241" height="167" border="0"></a>',
		
		'<a href="http://www.tanyapreminger.com/mother/pic/pic/environmnt/brain.jpg" target="_blank"><img src="tsp_files/banner_ads/fn39.jpg" width="241" height="167" border="0"></a>',

		'<a href="lgimages/pic/royal_pair_2008_02.jpg" target="_blank"><img src="tsp_files/banner_ads/fn38.jpg" width="241" height="167" border="0"></a>',
		
		'<a href="lgimages/pic/lympha1.jpg" target="_blank"><img src="tsp_files/banner_ads/fn37.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 Tscr4_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']
},
Tscr4_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
Tscr4_ITEMS = random_ads61 (a_banners61);
