/*
Dynamic Fader Script (updated: 00/08/05)
Created and submitted by Nicholas Poh (hwinmain@yahoo.com) to Dynamicdrive.com
Key modifications by Dynamic Drive for stability/ efficiency in NS
For full source code, usage terms, and 100s more scripts, visit http://dynamicdrive.com
*/

//1) Configure messages:
		var TS_message = new Array();
    //        TS_message[0] = '<div align="center"><img name="perkins4.gif" src="perkins4.gif"></div>';
	    	TS_message[0] = '<div align="center">Lightning protection</div>';
			TS_message[1] = '<div align="center">Surge Arrestors</div>';
			TS_message[2] = '<div align="center">Conductors</div>';
			TS_message[3] = '<div align="center">Earthing</div>';
			TS_message[4] = '<div align="center">Grounding</div>';
			TS_message[5] = '<div align="center">Electronic Equipment Protection</div>';
		//	TS_message[6] = '<div align="center">Remote alarm reporting by phone, GSM, or through internet</div>';
		//	TS_message[7] = '<div align="center">Air Flow Control Systems</div>';
		//	TS_message[8] = '<div align="center">Bell Systems with programmed ring tones</div>';







//2) Configure fader width and colors:
             var TS_scrollwidth=140      //configure fader width
		var TS_colorFG = 0xFFFFFF;	// Text color
		var TS_colorBG = 0x000000;  //bgColor

             // uncomment any value you wanted to change
		var TS_ymax    = 60;			// How many pixel to move
		var TS_ystep   = -1;			// 1 or -1 only (Scroll direction)
		var TS_speed   = 15;			// The smaller the value the faster
		var TS_pause   = 100;			// Pause time(milisecond) between messages
		var TS_fadestep= 10;			// Steps to fade in and out

             if (document.all)
             document.write('<style>#containerarea{width:'+TS_scrollwidth+'}</style>')
// JavaScript Document