var thissize=11
var textfont="Verdana"
var i_blurstrength=10
var i_message=0
var i_textcolor=0

function blurtext() {		
var message = new Array()
message[0]="<b>Marketing, </b> <font size='1'><i>A  Reliable Source</i></font>"
message[1]="<b>Communication,</b> <font size='1'><i>Your Success Partner</i></font>"
message[2]="<b>Creation,</b> <font size='1'><i>Ideas to Reality</i></font>"
var textcolor= new Array()

textcolor[0]="0A3369"
textcolor[1]="057731"
textcolor[2]="C31418"
textcolor[3]="FFFFCC"
//textcolor[0]="gray"
//textcolor[1]="gray"
//textcolor[2]="gray"

if(document.all) {
if (i_blurstrength >=-2) {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
{
var msg = ""
for (x=1; x<20; x++)
    msg = "&nbsp;" + msg;
    msg = msg + message[i_message]
blurthis.innerHTML= blurthis.innerHTML+"<span id='blurpit1' style='position:absolute;visibility:visible;width:600px;top:5px;left:5px;filter:blur(add=0,strength="+i_blurstrength+",direction=90);font-family:"+textfont+";font-size:"+thissize+"pt;color:"+textcolor[i_textcolor]+"'><font color='"+textcolor[i_message]+"'>"+msg+"</font></span>";
}
document.close()
i_blurstrength=i_blurstrength-2
i_textcolor++
var timer=setTimeout("blurtext()",100)
}
else {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
{
var msg = ""
textcolor[0]="white"
textcolor[1]="white"
textcolor[2]="white"

for (x=1; x<20; x++)
    msg = "&nbsp;" + msg;
    msg = msg + message[i_message]
blurthis.innerHTML="<span id='blurit1' style='position:absolute;visibility:visible;width:600px;top:5px;left:5px;filter:blendTrans(duration=4.2);font-family:"+textfont+";font-size:"+thissize+"pt;color:000000'><font color='"+textcolor[i_message]+"'>"+msg+"</font></span>";
}
i_message++
if (i_message>=message.length){i_message=0}
i_blurstrength=20
i_textcolor=0
clearTimeout(timer)
//var timer=setTimeout("blurtext()",2000)
var timer=setTimeout("beginneon()",2000)
}
}	
}
// - End of JavaScript - -->

