var Tscr_LOOK = {
	// scroller box size: [width, height]
	'size' : [180, 130],
	// a length of a gap between two neighboring items, pixels
	'distance' : 10,
	'item_w' : 180,
	// css classes for for item text
	's_i':'TScrItem1',
	// css classes for for scroller box
	's_b':'TScrBody1',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [360, 80, 16, 16,,'tsp_files/pixel.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [360, 80, 16, 16,,'tsp_files/pixel.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [380, 80, 16, 16,,'tsp_files/pixel.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [340, 80, 16, 16,,'tsp_files/pixel.gif']
},

Tscr_BEHAVE = {
	// if scrolling mode is auto (true / false); 
	'auto'  : true, 
	// if scrolling direction is vertical (true / false, false means horisontal)
	'vertical' : true, 
	// scrolling speed, pixels per 50 miliseconds;
	// for auto mode use negative value to reverse scrolling direction
	'speed' : 0.5,
	'interval' : 10,
	'zindex':1,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true
},

// a data to build scroll window content
Tscr_ITEMS = [
/*
{
	// file to get content for item from; if is set 'content' property doesn't matter
	// only body of HTML document is taken to become scroller item content
	// note: external files require time for loading 
	// it is RECOMMENDED to use content property to speed loading up
	// doesn't work in Opera
	'file': '',
	// string to be displayed as item content, 
	// is RECOMMENDED to be used as an alternative to 'file' property
/////	'content': 'Plain Text Item',
	'content': 'Monday 19 May at 3.30pm<br/><a href="http://www.britishcouncil.org/it/italy-english-milan-seminars.htm" target="_blank">British Council Milan</a>,<br/> Via Manzoni 38<br/>The Internet and Integrated Skills',
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_b': 2,
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_a': 0
},
{
	'file' : '',
/////	'content' : '<b>Item with some <font color="red">HTML</font></b>',
	'content' : 'Wednesday 21 May at 3.30pm<br/><a href="http://www.britishcouncil.org/it/italy-english-milan-seminars.htm" target="_blank">British Council Milan</a>,<br/> Via Manzoni 38<br/>Robert Browning. \"My Last Duchess\" and other poems',
	'pause_b' : 2,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<center>Milano, 26 settembre 2008<br/>INTERNATIONAL HOUSE Milano/San Donato<br /><a href="http://ihmilan26septconf.blogspot.com/" target="IhMi" >Convegno <i>Language Teaching and Learning, from good practice to better practice</i></a><br/>(<a href="../media/IHmoduloiscrizione26Sept08.pdf" target="IH-scheda">scheda di iscrizione</a> - <a href="../media/IHprogramma26Sept08.pdf" target="IH-programma">programma</a>)</center><br/><hr width=50% />',
	'pause_b' : 2,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<center>Milano, 16 e 17 ottobre 2008<br/><a href="http://www.trinitycollege.it/" target="Trinity" >Seminario Esami Trinity College London</a><br />Hotel Ritz - Via Spallanzani, 40</center><br/><hr width=50% />',
	'pause_b' : 2,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<center>Cento (Ferrara)<br/> 20-21 Ottobre 2008<br/>Seminario nazionale A.N.I.L.S.<br /><a href="http://www.anils.it/" target="ANILS" >Motivi & MotivAzioni - per apprendere e insegnare le lingue</a><br/>Centro Congressi Pandurera - Via XXV Aprile</center><br/><hr width=50% />',
	'pause_b' : 2,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<center>Roma, 13-14 novembre 2008<br/>TESOL-ITALY\’S 33rd National Convention<br /><a href="http://www.tesol.it/index.php" target="Tesol" >Crossing Borders</a></center><br/><!hr width=50% />',
	'pause_b' : 2,
	'pause_a' : 0
},

{
	'file' : '',
	'content' : '<center>Brescia, 28 novembre 2008<br/>Seminario<br/> <a href="http://www.trinitycollege.it/eventi" target="Trinity" >Trinity College London - ISE</a><br />Università di Brescia<br/>Aula Magna S. Faustino</center><br/><!hr width=50% />',
	'pause_b' : 2,
	'pause_a' : 0
}
{
	'file' : '',
	'content' : '<center>Bergamo, 3 dicembre 2008<br/>Giornata di studio<br/>9.30 - 17.30<br />Università degli Studi di Bergamo<br/>Aula 4 Via Salvecchio<br/><b>Unione Europea e cittadinanza attiva:<br/>prinćpi ed espressioni a sostegno del dialogo interculturale.<br/>I.D.E.A. - Intercultural Dialogue on European Awareness</center></b><br/><!hr width=50% />',
	'pause_b' : 2,
	'pause_a' : 0
},
*/
{
	'file' : '',
	'content' : '<center>Lezioni di Arte<br/>in lingua francese e inglese<br/><br/>a cura dell\'Associazione Guide Giacomo Carrara<br/><br/>info: <a href="http://www.accademiacarrara.bergamo.it/" target="accademiacarrara" >www.accademiacarrara.bergamo.it</a></center><br />',
	'pause_b' : 2,
	'pause_a' : 0
/*
},


{
	'file' : '',
	'content' : '<center>British Council<br/>Exams Preparation Seminars<br/>for Teachers<br/><br/>16:30-18:30<br/>Como: 1/03/10 YL<br/><br/><a href="/media/CambridgeSeminarsLeccoBergamoComo2010.doc" target="CambridgeSeminarsLeccoBergamoComo2010">scheda d\'iscrizione</a></center><br/>',
	'pause_b' : 2,
	'pause_a' : 0
*/
}

// add as many items here as you need.
// don't forget to separate them with commas, make sure there is no comma after the last item
];
