var Tscr_LOOK0 = {
	// scroller box size: [width, height]
	'size' : [400, 16],
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file]
	'pa' : [360, 80, 16, 16],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file]
	're' : [360, 80, 16, 16],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file]
	'nx' : [380, 80, 16, 16],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file]
	'pr' : [340, 80, 16, 16]
},
Tscr_BEHAVE0 = {
	// 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 50 miliseconds;
	// for auto mode use negative value to reverse scrolling direction
	'speed' : 5,
	'interval' : 50,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true,
	'zindex':5
}

// a data to build scroll window content
Tscr_ITEMS0 = [
	// transition effect the for the item [index, duration]
	// IE 5+ ONLY
	// choose index of following:
	// 0 - Box in.  
	// 1 - Box out.  
	// 2 - Circle in.  
	// 3 - Circle out.  
	// 4 - Wipe up.  
	// 5 - Wipe down.  
	// 6 - Wipe right.  
	// 7 - Wipe left.  
	// 8 - Vertical blinds.  
	// 9 - Horizontal blinds.  
	// 10 - Checkerboard across.  
	// 11 - Checkerboard down.  
	// 12 - Random dissolve. 
	// 13 - Split vertical in. 
	// 14 - Split vertical out.  
	// 15 - Split horizontal in.  
	// 16 - Split horizontal out.  
	// 17 - Strips left down.  
	// 18 - Strips left up.  
	// 19 - Strips right down.  
	// 20 - Strips right up.  
	// 21 - Random bars horizontal.  
	// 22 - Random bars vertical.  
	// 23 - Random of aboves  
	// 24 - Blending 
{
	'file': '',
	'content': 'demandez un <a href="devisenligne.htm" target="_parent" class="menugauche">devis en ligne</a>',
	'pause_b': 4,'pause_a': 1,'transition' : [0, 0.5]
},
{
	'file': '',
	'content': '<strong>Subventions 2009 : </strong><a href="subventions.htm" target="_parent" class="menugauche">Subventionnez à 50% votre projet</a>',
	'pause_b': 4,'pause_a': 1,'transition' : [0, 0.5]
},
{
	'file': '',
	'content': '<strong>être accompagné</strong> pour votre projet de création ou de refonte',
	'pause_b': 4,'pause_a': 1,'transition' : [0, 0.5]
},
{
	'file': '',
	'content': '<strong>Subventions 2009 : </strong><a href="subventions.htm" target="_parent" class="menugauche">Subventionnez à 50% votre projet</a>',
	'pause_b': 4,'pause_a': 1,'transition' : [0, 0.5]
},
{
	'file': '',
	'content': 'Optimisez votre ergonomie de navigation',
	'pause_b': 4,'pause_a': 1,'transition' : [0, 0.5]
},
{
	'file': '',
	'content': '<strong>Subventions 2009 : </strong><a href="subventions.htm" target="_parent" class="menugauche">Subventionnez à 50% votre projet</a>',
	'pause_b': 4,'pause_a': 1,'transition' : [0, 0.5]
},
{
	'file': '',
	'content': 'demandez un <a href="devisenligne.htm" target="_parent" class="menugauche">devis en ligne</a>',
	'pause_b': 4,'pause_a': 1,'transition' : [0, 0.5]
},
{
	'file': '',
	'content': '<strong>Subventions 2009 : </strong><a href="subventions.htm" target="_parent" class="menugauche">Subventionnez à 50% votre projet</a>',
	'pause_b': 4,'pause_a': 1,'transition' : [0, 0.5]
},
{
	'file': '',
	'content': 'L_espace Client permet de <strong>suivre en direct</strong> la création du site',
	'pause_b': 4,'pause_a': 1,'transition' : [0, 0.5]
}
];