
var Tscr_LOOK1 = {
	// scroller box size: [width, height]
	'size' : [785, 50],
	// a length of a gap between two neighboring items, pixels
	'distance' : 2,
	'item_w' : 18,
	// for on-demand mode: image for scrolling items backward 
	// [left, top, width, height, sorce_file]
	'up' : [100, 40, 16, 16, 'tsp_files/alf.gif'], 
	// for on-demand mode: image for scrolling items forward 
	// [left, top, width, height, sorce_file]
	'dn' : [120, 40, 16, 16, 'tsp_files/art.gif']
},

Tscr_BEHAVE1 = {
	// 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' : 2,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : true
},

// a data to build scroll window content
Tscr_ITEMS1 = [
{
	// 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': '<a href="referenten/Aschoff_bio_d.html" target="_parent" onmouseover="status=\'Aschoff, Jürgen C., Prof. Dr. med.\'; return true;"><img src="img/ref_aschoff_k.jpg" alt="" width="26" height="38" border="0"></a>',
	
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_b' : 0,
	// 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': '<a href="referenten/Burnett_bio_d.html" target="_parent" onmouseover="status=\'Burnett, Charles, Prof.\'; return true;"><img src="img/ref_burnett_k.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b': 0,
	'pause_a': 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Chopra_bio_d.html" target="_parent" onmouseover="status=\'Chopra, Ananda Samir, Arzt\'; return true;"><img src="img/ref_chopra_k.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/DalaiLama_bio_d.html" target="_parent" onmouseover="status=\'Seine Heiligkeit der 14. Dalai Lama\'; return true;"><img src="img/ref_dalai_k.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Dolma_bio_d.html" target="_parent" onmouseover="status=\'Dolma, Sonam, Dr.\'; return true;"><img src="img/ref_dolma_k.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Neshar_bio_d.html" target="_parent" onmouseover="status=\'Neshar, Dorjee Rapten, Dr.\'; return true;"><img src="img/ref_neshar_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Gottwald_bio_d.html" target="_parent" onmouseover="status=\'Gottwald, Franz-Theo, Prof. Dr.\'; return true;"><img src="img/ref_gottwald_k.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Habs_bio_d.html" target="_parent" onmouseover="status=\'Habs, Michael, Prof. Dr. med.\'; return true;"><img src="img/ref_habs_k.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Hummelsberger_bio_d.html" target="_parent" onmouseover="status=\'Hummelsberger, Josef, Dr. med.\'; return true;"><img src="img/ref_hummelsberger_k.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Poeppel_bio_d.html" target="_parent" onmouseover="status=\'Pöppel, Ernst, Prof. Dr.\'; return true;"><img src="img/ref_poeppel_k.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Walesa_bio_d.html" target="_parent" onmouseover="status=\'Lech Walesa\'; return true;"><img src="img/ref_walesa.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Spaeth_bio_d.html" target="_parent" onmouseover="status=\'Späth, Lothar, Prof. Dr. hc.\'; return true;"><img src="img/ref_spaeth_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Schupbach_bio_d.html" target="_parent" onmouseover="status=\'Schupbach, Max, Dr.\'; return true;"><img src="img/ref_schupbach_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Maturana_bio_d.html" target="_parent" onmouseover="status=\'Maturana, Humberto, Prof. Dr.\'; return true;"><img src="img/ref_maturana_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Sheldrake_bio_d.html" target="_parent" onmouseover="status=\'Sheldrake, Rupert, Prof. Dr.\'; return true;"><img src="img/ref_sheldrake_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/DalaiLama_bio_d.html" target="_parent" onmouseover="status=\'Seine Heiligkeit der 14. Dalai Lama\'; return true;"><img src="img/ref_dalai_k.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Secunda_bio_d.html" target="_parent" onmouseover="status=\'Secunda, Brant\'; return true;"><img src="img/ref_secunda_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' :'<a href="referenten/Thich_bio_d.html" target="_parent" onmouseover="status=\'Thich Nath Hanh\'; return true;"><img src="img/ref_thich_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Papa_bio_d.html" target="_parent" onmouseover="status=\'Papa Elie Hien\'; return true;"><img src="img/ref_PapaElie.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Dahlke_bio_d.html" target="_parent" onmouseover="status=\'Dahlke, Rüdiger, Dr. med.\'; return true;"><img src="img/ref_dahlke_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/BearHeart_bio_d.html" target="_parent" onmouseover="status=\'Bear Heart, Marcellus\'; return true;"><img src="img/ref_Bear.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/BakerRoshi_bio_d.html" target="_parent" onmouseover="status=\'Baker-Roshi, Richard\'; return true;"><img src="img/ref_BakerRoshi_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Beaumont_bio_d.html" target="_parent" onmouseover="status=\'Beaumont, Hunter, Ph.D.\'; return true;"><img src="img/ref_beaumont_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Lietaer_bio_d.html" target="_parent" onmouseover="status=\'Prof. Bernard Lietaer\'; return true;"><img src="img/ref_lietaer_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Tuvas_bio_d.html" target="_parent" onmouseover="status=\'Borbak-Ool, Saryglar\'; return true;"><img src="img/ref_Boorbak.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Krystal_bio_d.html" target="_parent" onmouseover="status=\'Phyllis Krystal\'; return true;"><img src="img/ref_krystal_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Costello_bio_d.html" target="_parent" onmouseover="status=\'Costello, Peter\'; return true;"><img src="img/ref_costello.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Tuti_bio_d.html" target="_parent" onmouseover="status=\'Tuti Hinekahukura Aranui\'; return true;"><img src="img/ref_tuti_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Duerr_bio_d.html" target="_parent" onmouseover="status=\'Dürr, Hans-Peter, Prof. Dr. Dr. hc.\'; return true;"><img src="img/ref_duerr_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Cassou_bio_d.html" target="_parent" onmouseover="status=\'Cassou, Michele\'; return true;"><img src="img/ref_cassou_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Chapo_bio_d.html" target="_parent" onmouseover="status=\'Chapo\'; return true;"><img src="img/ref_Chapo.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Brueck_bio_d.html" target="_parent" onmouseover="status=\'Prof. Dr. Michael von Brück\'; return true;"><img src="img/ref_brueck_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Hellinger_bio_d.html" target="_parent" onmouseover="status=\'Bert Hellinger\'; return true;"><img src="img/ref_hellinger_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Bolen_bio_d.html" target="_parent" onmouseover="status=\'M.D. Jean Shinoda Bolen\'; return true;"><img src="img/ref_bolen_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Vithoulkas_bio_d.html" target="_parent" onmouseover="status=\'George Vithoulkas\'; return true;"><img src="img/ref_vithoulkas_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
}
,
{
	'file' : '',
	'content' : '<a href="referenten/Pert_bio_d.html" target="_parent" onmouseover="status=\'Dr. Candace B. Pert\'; return true;"><img src="img/ref_pert_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Bavaria_bio_d.html" target="_parent" onmouseover="status=\'Joan Bavaria\'; return true;"><img src="img/ref_bavaria_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Sogyal_bio_d.html" target="_parent" onmouseover="status=\'Lama Sogyal Rinpoche\'; return true;"><img src="img/ref_sogyal_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Adama_bio_d.html" target="_parent" onmouseover="status=\'Patch Adams, M.D.\'; return true;"><img src="img/ref_patch_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
},
{
	'file' : '',
	'content' : '<a href="referenten/Naram_bio_d.html" target="_parent" onmouseover="status=\'Dr. Smita Naram\'; return true;"><img src="img/ref_naram_s_bio.jpg" alt="" width="26" height="38" border="0"></a>',
	'pause_b' : 0,
	'pause_a' : 0
}
];

