/* list all your banners */
var a_banners61 = [    				   		   
				   '<a href="../open_gallery/lg/question-mark.jpg" target="_blank"><img src="tsp_files/banner_ads/j54a.jpg" width="241" height="167" border="0"></a>',				   
				   '<a href="../open_gallery/lg/question-mark.jpg" target="_blank"><img src="tsp_files/banner_ads/j54.jpg" width="241" height="167" border="0"></a>',	
				   		'<a href="../artists/tanya/plaits-lg.jpg" target="_blank"><img src="tsp_files/banner_ads/j53.jpg" width="241" height="167" border="0"></a>',	
						'<a href="../artists/tanya/air-loop-lg.jpg" target="_blank"><img src="tsp_files/banner_ads/52-n.jpg" width="241" height="167" border="0"></a>',
				    '<a href="../../pic/news/shenkar/12.jpg" target="_blank"><img src="tsp_files/banner_ads/h51.jpg" width="241" height="167" border="0"></a>',
				   
				   '<a href="../../pic/news/shenkar/2.jpg" target="_blank"><img src="tsp_files/banner_ads/h50.jpg" width="241" height="167" border="0"></a>',				   
				   
				   '<a href="lgimages/pic/traveling-forest.jpg" target="_blank"><img src="tsp_files/banner_ads/h49.jpg" width="241" height="167" border="0"></a>',
'<a href="http://www.tanyapreminger.com/mother/pic/pic/environmnt/ritual-cut.jpg" target="_blank"><img src="tsp_files/banner_ads/h48.jpg" width="241" height="167" border="0"></a>',
				   		'<a href="http://www.tanyapreminger.com/mother/pic/pic/environmnt/ritual-cut.jpg" target="_blank"><img src="tsp_files/banner_ads/h48a.jpg" width="241" height="167" border="0"></a>',
		'<a href="lgimages/pic/poem.jpg" target="_blank"><img src="tsp_files/banner_ads/f47.jpg" width="241" height="167" border="0"></a>',
		
				   		'<a href="lgimages/pic/landing.jpg" target="_blank"><img src="tsp_files/banner_ads/f46.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 Tscr5_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']
},
Tscr5_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
Tscr5_ITEMS = random_ads61 (a_banners61);

