var Tscr_LOOK0 = {
	// scroller box size: [width, height]
	'size' : [150, 250],
	's_i':'TScrItem0',
	's_b':'TScrBody0',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [0, 0, 0, 0,,'tsp_files/mpau.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [0, 0, 0, 0,,'tsp_files/mres.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [0, 0, 0, 0,,'tsp_files/mnxt.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pr' : [0, 0, 0, 0,,'tsp_files/mprv.gif']
},

Tscr_BEHAVE0 = {
	// 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 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
Tscr_ITEMS0 = [
{
	// 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': '', //'tsp_files/s0_data/cont1.html',
	// string to be displayed as item content, 
	// is RECOMMENDED to be used as an alternative to 'file' property
	'content': '<br><br><br><center><img src="http://www.dhs-tools.de/news-ticker-bilder/kingfisher-ki2600.jpg" width="84" height="150"></center><br><br>Das neue <a href="http://www.dhs-tools.de/kingfisher-power-meters-eng.html#ki-2600"><strong>KI-2600 </strong></a>Optische Premium Powermeter mit vielen neuen Funktionen, gro&szlig;em Komfort-Display, Automatik Testfunktionen mit hoher Messgenauigkeit ist ab Oktober 2011 in St&uuml;ck-<br>zahlen bei dhs ELMEA tools erh&auml;ltlich.<br><a href="http://www.dhs-tools.de/kingfisher-power-meters-eng.html#ki-2600"><strong>Hier</strong></a> finden Sie neueste Informationen zur Ger&auml;te-<br>serie. Fragen Sie nach einem Angebot!<br><hr><br><center><img src="http://www.dhs-tools.de/news-ticker-bilder/vgi-cpat-125-277.jpg" width="56" height="125"></center><br><br>Seit dem 1.9.2011 ist DHS exklusiver Partner von VGI Solutions in Deutschland.<br><br><a href="http://www.vgisolutions.com" target="blank"><strong>VGI</strong></a> eine Sparte der Viasat Geo-Technologies Inc. ist Marktf&uuml;hrer im Bereich HF Leckage- und Ingress Monitoring L&ouml;sungen f&uuml;r DVB-C Verteilnetze. <a href="http://www.dhs-tools.de/vgi-solutions-products-eng.html"><strong>CPAT-Flex</strong></a> ist eine offene, modular-skalierbare und kosteng&uuml;nstige L&ouml;sung f&uuml;r automatisierte Leckage Messungen und Entst&ouml;-<br>rungs Mangement inklu-<br>sive der Einsatzsteuerung dazugeh&ouml;riger Fahrzeug-<br>flotten.<br><br><img src="http://www.dhs-tools.de/seitenelemente/sonstiges/Pfeil_rot.gif" width="12" height="12"> <a href="http://www.cpat-solution.com/home/news/NewsEvents.aspx?id=CPAT_PR20110907_2" target="blank"><strong>Press release</strong></a><br><hr><br><a href="veex-products-eng.html"><strong>VeEX</strong></a> bietet f&uuml;r den <a href="veex-transport-eng.html"><strong>TX300</strong></a> jetzt auch 8.5Gbit/s Fibre Channel Support an. In Erg&auml;nzung zu den bereits vorhandenen Geschw-<br>indigkeiten 1/2/4 und 10G bietet das Ger&auml;t nun alle derzeit g&auml;ngigen Daten-<br>raten f&uuml;r die Installation, Abnahme und Fehlersuche in Fibre Channel Links.<br><br><center><img src="http://www.dhs-tools.de/news-ticker-bilder/veex-tx300.jpg" width="150" height="95"></center><br><br><hr><br><strong>Mobile Backhaul &amp; OAM</strong><br><br>Neu bei DHS Tools ist die Paragon Produktlinie von <a href="calnex-solutions-products-de.html"><strong>CALNEX Solutions</strong></a> zur Analyse und Validierung von SyncE, PTP-IEEE 1588v2, Ethernet OAM, CES, NTP, ...<br><br><center><img src="http://www.dhs-tools.de/news-ticker-bilder/Calnex-Paragon.jpg" width="150" height="63"></center><br><center>Calnex Paragon</center><br><br><hr><br><center><img src="Kikusui/kikusui-pbz20-news.jpg" width="150" height="59"></center><br>Bipolares Netzger&auml;t mit arbitr&auml;rem Funktions-<br>generator, beliebige Kurvenformen, High speed response 100kHz, Low ripple noise von <a href="kikusui-products-eng.html"><strong>Kikusui</strong></a><br><br><hr><br><center>Neuer Bluetooth Explorer von <a href="products_ellisys_eng.htm"><strong>Ellisys</strong></center></a><br><a href="products_ellisys_eng.htm#bex400"><strong>BEX400</strong></a> All-Channel, Full-Spectrum, Concurrent Synchronous Capture of Bluetooth 2.1 BR/EDR, Low Energy and HCI traffic<br><img src="http://www.dhs-tools.de/news-ticker-bilder/ellisys_bex_400.jpg" width="150" height="76"><br><center>BEX400</center></a><p>',
	// 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 bottom gets bottom of the scroller box, seconds
	// ignored in on-demand mode while scrolling backward
	'pause_a' : 0,
	// 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 
	'transition' : '' //'revealTrans(TRANSITION=12,DURATION=1)'
},

];

// f&uuml;r die EN Seite
Tscr_ITEMS1 = [
{
	'file': '', //'tsp_files/s0_data/cont1.html',
	'content': '<br><br><br><br><a href="en_products_telebyte_eng.htm#4901"><strong>Telebyte 4901 xDSL Multi-Output Noise Simulator</strong></a><br><br>The system supports from 2 to 24 independent noise channels on up to 6 AWG cards, which can be configured with 2 or 4 channels.<p><center><img src="news-ticker-bilder/Telebyte_4901-Simulator-Chassis_150.jpg" width="150" height="89"></center><center><strong>Telebyte 4901</strong></center><br><hr><br>Kingfisher Special Offer <br>All <a href="en_products_kingfisher_special_eng.htm"><strong>Kingfisher Test Kits</strong></a> with 20% Discount. <p><center><img src="Kingfisher/Kingfisher_index_150.jpg" width="150" height="87"></center><br><hr><br>Protocol analyser for MMC, SD, SDIO and CE-ATA media from <strong>Finisar</strong>. Special price analyser bundles and add on to existing <a href="en_products_finisar_busdoctor_eng.htm"><strong>Bus-Docs</strong></a></strong></a> available.<p><center><img src="news-ticker-bilder/ce-ata_pod_150pix.jpg" width="150" height="97"></center><strong><center>Finisar<br>MC Multimedia Card Pod</center></strong><br><hr><br>Proactive IP Monitoring Appliance from <a href="en_products_netcordia_eng.htm"><strong>Netcordia</strong></a>.<br> Continuesly checks your Network in terms of stability and configuration based on an Expert Rules Engine Coverage for the area of VoIP, QoS, firewall, subnets, routing, VLAN, WLAN und Compliance<p><center><img src="news-ticker-bilder/Netcordia_NetMRI_150.jpg" width="150" height="44"></center><strong><center>Netcordia NetMRI</center></strong><br><br>',
	'pause_b': 0,
	'pause_a' : 0,
	'transition' : '' //'revealTrans(TRANSITION=12,DURATION=1)'
},

];

// f&uuml;r die UK Seite
Tscr_ITEMS2 = [
{
	'file': '', //'tsp_files/s0_data/cont1.html',
	'content': '<br><br><br><br>Protocol analyser for MMC, SD, SDIO and CE-ATA media from <strong>Finisar</strong>. Special price analyser bundles and add on to existing <a href="en_products_finisar_busdoctor_eng.htm"><strong>Bus-Docs</strong></a></strong></a> available.<p><center><img src="news-ticker-bilder/ce-ata_pod_150pix.jpg" width="150" height="97"></center><strong><center>Finisar<br>MC Multimedia Card Pod</center></strong><br><hr><br>Proactive IP Monitoring Appliance from <a href="en_products_netcordia_eng.htm"><strong>Netcordia</strong></a>.<br> Continuesly checks your Network in terms of stability and configuration based on an Expert Rules Engine Coverage for the area of VoIP, QoS, firewall, subnets, routing, VLAN, WLAN und Compliance<p><center><img src="news-ticker-bilder/Netcordia_NetMRI_150.jpg" width="150" height="44"></center><strong><center>Netcordia NetMRI</center></strong><br><br><p><center><img src="news-ticker-bilder/Netcordia Logo1_150pix.jpg" width="150" height="37"></center><p><strong><center><a href="en_products_netcordia_eng.htm#demo"><strong>Netcordia Live Product Demo </strong></a> on Friday 6 p.m.',
	'pause_b': 0,
	'pause_a' : 0,
	'transition' : '' //'revealTrans(TRANSITION=12,DURATION=1)'
},

];

// f&uuml;r die AT Seite
Tscr_ITEMS3 = [
{
	'file': '', //'tsp_files/s0_data/cont1.html',
	'content': '<br><br><br><br><a href="products_telebyte_eng.htm#4901"><strong>Telebyte 4901 xDSL Multi-Output Noise Simulator<br></strong></a><br>Das System unterst&uuml;tzt 2 bis 24 unabh&auml;ngige Ger&auml;uschkan&auml;le auf bis zu 6 AWG Karten, die mit 2 oder 4 Kan&auml;len konfiguriert werden k&ouml;nnen.<p><center><img src="news-ticker-bilder/Telebyte_4901-Simulator-Chassis_150.jpg" width="150" height="89"></center><center><strong>Telebyte 4901</strong></center><br><hr><br>Protocol analyser for MMC, SD, SDIO and CE-ATA media from <strong>Finisar</strong>. Special price analyser bundles and add on to existing <a href="en_products_finisar_busdoctor_eng.htm"><strong>Bus-Docs</strong></a></strong></a> available.<p><center><img src="news-ticker-bilder/ce-ata_pod_150pix.jpg" width="150" height="97"></center><strong><center>Finisar<br>MC Multimedia Card Pod</center></strong><br><hr><br>Proactive IP Monitoring Appliance from <a href="en_products_netcordia_eng.htm"><strong>Netcordia</strong></a>.<br> Continuesly checks your Network in terms of stability and configuration based on an Expert Rules Engine Coverage for the area of VoIP, QoS, firewall, subnets, routing, VLAN, WLAN und Compliance<p><center><img src="news-ticker-bilder/Netcordia_NetMRI_150.jpg" width="150" height="44"></center><strong><center>Netcordia NetMRI</center></strong><br><br><p><center><img src="news-ticker-bilder/Netcordia Logo1_150pix.jpg" width="150" height="37"></center><p><strong><center><a href="en_products_netcordia_eng.htm#demo"><strong>Netcordia Live Product Demo </strong></a> on Friday 6 p.m.',
	'pause_b': 0,
	'pause_a' : 0,
	'transition' : '' //'revealTrans(TRANSITION=12,DURATION=1)'
},

];

// f&uuml;r die DK Seite
Tscr_ITEMS4 = [
{
	'file': '', //'tsp_files/s0_data/cont1.html',
	'content': '<p><p><br><strong><a href="dk_products_Xtramus_eng.htm#nudog">NuDog</a></strong> tap/analysator/generator for Ethernet 10/100 fra <strong><a href="dk_products_Xtramus_eng.htm">Xtramus</a></strong>.<p><img src="news-ticker-bilder/prod_29_sNuDog150.jpg" width="150" height="95"><br><strong><center>NuDog</center></strong><br><hr><br><strong><a href="dk_products_dapdesign_eng.htm#800">FireWire (1394 a og b) analysator</a></strong> med monitor og trafikgenerator fra <strong><a href="dk_products_dapdesign_eng.htm">DapDesign</a></strong>.<p><img src="news-ticker-bilder/firespy800_150pix.gif" width="150" height="78"><br><br><strong><center>FireSpy 810</center></strong><br><hr><br>ESD Simulator op til 30kV ifølge IEC 6/000-4-2, HBM, MM etc. fra <strong><a href="dk_products_noiseken_eng.htm#ess2002">NoiseKen</a></strong>.<br><p><img src="news-ticker-bilder/ESS-2002_150pix.jpg" width="150" height="83"><br><br><strong><center>ESS-2002</center></strong><br>',
	'pause_b': 0,
	'pause_a' : 0,
	'transition' : '' //'revealTrans(TRANSITION=12,DURATION=1)'
},

];


// f&uuml;r die NL Seite
Tscr_ITEMS5 = [
{
	'file': '', //'tsp_files/s0_data/cont1.html',
	'content': '<p><p><strong><a href="de_products_packetstorm_eng.htm">PacketStorm</a></strong> f&uuml;hrt den neuen benutzerfreundlichen IP Netzwerk Emulator PacketStorm 900E ein.<p><img src="news-ticker-bilder/PacketStorm_900e_150.jpg" width="150" height="84"><br><center>PacketStorm 900E</center><br><br><strong><a href="de_products_cubro_eng.htm">Cubro</a></strong> bieten mit ihren TAPs einen leistungsf&auml;higen Zugangspunkt f&uuml;r ihre vorhandenen Monitoring L&ouml;sungen an. IP Monitoring wird dadurch unabh&auml;ngig von n&auml;chtlichen "Service Fenstern" und vor fehleranf&auml;lligen und unpr&auml;zisen "Mirror Ports".<p><img src="news-ticker-bilder/Cubro-aggregation-tap_150.jpg" width="150" height="63"><br><center>Aggregation TAP</center> ',
	'pause_b': 0,
	'pause_a' : 0,
	'transition' : '' //'revealTrans(TRANSITION=12,DURATION=1)'
},

];



// f&uuml;r die BE Seite
Tscr_ITEMS6 = [
{
	'file': '', //'tsp_files/s0_data/cont1.html',
	'content': '<p><center><img src="seitenelemente/lieferantenundpartner_logos/finisar_logo_3c.gif" width="114" height="18"></center><br><center><a href="http://html.viewstream.chime.com/netwisdom/netwisdom_ui.html"><strong>NetWisdom Pr&auml;sentation</strong></a></strong></a></center><br><p><center><a href="http://www.netcordia.com/apps/download/login.asp?fid=31&return=whitepapers.asp"><strong>10 simple Steps to ITIL Network Compliance</strong></a></strong></a><img src="seitenelemente/sonstiges/iconpdf.gif" width="16" height="12"></center><br><p><strong><a href="de_products_packetstorm_eng.htm">PacketStorm</a></strong> f&uuml;hrt den neuen benutzerfreundlichen IP Netzwerk Emulator PacketStorm 900E ein.<p><img src="news-ticker-bilder/PacketStorm_900e_150.jpg" width="150" height="84"><br><center>PacketStorm 900E</center><br><br><strong><a href="de_products_cubro_eng.htm">Cubro</a></strong> bieten mit ihren TAPs einen leistungsf&auml;higen Zugangspunkt f&uuml;r ihre vorhandenen Monitoring L&ouml;sungen an. IP Monitoring wird dadurch unabh&auml;ngig von n&auml;chtlichen "Service Fenstern" und vor fehleranf&auml;lligen und unpr&auml;zisen "Mirror Ports".<p><img src="news-ticker-bilder/Cubro-aggregation-tap_150.jpg" width="150" height="63"><br><center>Aggregation TAP</center> ',
	'pause_b': 0,
	'pause_a' : 0,
	'transition' : '' //'revealTrans(TRANSITION=12,DURATION=1)'
},

];
