	var layers = document.layers, style = document.all, both = layers || style, idme=908601;
	if (layers) { layerRef = 'document.layers'; styleRef = ''; } if (style) { layerRef = 'document.all'; styleRef = '.style'; }

	function writeOnText(obj, str) {
	  if (layers) with (document[obj]) { document.open();  document.write(str); document.close(); }
	  if (style) eval(obj+'.innerHTML= str');
	}
	var dispStr = new Array(
		"  <font color=#006699 size=2><b>FlORA SYSTEMS</b></font>  <font color=#000000> ----------  Everything you want to know about solutions to fit your outsourcing needs.</font>"
	);
	var overMe=0;
	function txtTyper(str, idx, idObj, spObj, clr1, clr2, delay, plysnd) {
	  var tmp0 = tmp1 = '', skip = 0;
	    if (both && idx <= str.length) {
		if (str.charAt(idx) == '<') { while (str.charAt(idx) != '>') idx++; idx++; }
		if (str.charAt(idx) == '&' && str.charAt(idx+1) != ' ') { while (str.charAt(idx) != ';') idx++; idx++; }
		tmp0 = str.slice(0,idx);
		tmp1 = str.charAt(idx++);

		if (overMe==0 && plysnd==1) {
		  if (navigator.plugins[0]) {
		    if (navigator.plugins["LiveAudio"][0].type=="audio/basic" && navigator.javaEnabled()) {
			document.embeds[0].stop();
			setTimeout("document.embeds[0].play(false)",100); }
		  } else if (document.all) {
			ding.Stop();
			setTimeout("ding.Run()",100);
		  }
		  overMe=1;
		} else overMe=0;

		writeOnText(idObj, "<span class="+spObj+"><font color='"+clr1+"'>"+tmp0+"</font><font color='"+clr2+"'>"+tmp1+"</font></span>");
		setTimeout("txtTyper('"+str+"', "+idx+", '"+idObj+"', '"+spObj+"', '"+clr1+"', '"+clr2+"', "+delay+" ,"+plysnd+")",delay);
	}
	}
	function init() {
		txtTyper(dispStr[0], 0, 'ttl0', 'ttl1', '#339933', 'red', 50, 0);
}





												
												var speed = 10
												var pause = 2000
												var timerID = null
												var bannerRunning = false
												var ar = new Array()
												ar[0] = "Welcome to florasystems.com"
												ar[1] = "Solution to fit your needs"
												ar[2] = "First Bangladeshi Online Banking Software in Operation"
												ar[3] = "First open Client/Server Banking Software"
												ar[4] = "Microsoft windows base Client"
												ar[5] = "Online Realtime Transaction"
												ar[6] = "Data Bank Security-4 Level of Security"
												ar[7] = "We are also developing Web base proggramme "
												ar[8] = "We have the vast experience to handle any type of Online base proggramme "
												ar[9] = "We are always with you"
												var currentMessage = 0
												var offset = 0
												function stopBanner() {
        											if (bannerRunning)
                clearTimeout(timerID)
        bannerRunning = false
}
function startBanner() {
        stopBanner()
        showBanner()
}
function showBanner() {
        var text = ar[currentMessage]
        if (offset < text.length) {
                if (text.charAt(offset) == " ")
                        offset++                        
                var partialMessage = text.substring(0, offset + 1) 
                window.status = partialMessage
                offset++ 
                timerID = setTimeout("showBanner()", speed)
                bannerRunning = true
        } else {
                offset = 0
                currentMessage++
                if (currentMessage == ar.length)
                        currentMessage = 0
                timerID = setTimeout("showBanner()", pause)
                bannerRunning = true
        }
}

