
//-- Beginning of JavaScript Applet ---------


var NS = (navigator.appName.indexOf("Netscape") != -1);
var IE = (navigator.appName.indexOf("Microsoft") != -1);
var Browser = (IE) ? "MSIE":"NetS";

/*  Check to ensure that RollOvers work  */ 
if (document.images)
{
    Ipath = "Images/";

    /*  Preload the images  */
    EnterNorm = new Image();
    EnterNorm.src = Ipath + "EnterOff.png";
    EnterLite = new Image();
    EnterLite.src = Ipath + "EnterOn.png";
}

/*  Function to set image to LightUp state  */ 
function Lite(imageName)
{
   if (document.images)
   {
       document[imageName].src = eval(imageName+"Lite.src");
   }
};
   
/*  Function to set image to Normal state  */ 
function Norm(imageName)
{
   if (document.images)
   {
       document[imageName].src = eval(imageName+"Norm.src");
   }
}


function scrollit_r2l(seed)
{
var box="          G.L. Services - The Wonderful World of Laser Shows";
var out = " ";
var c = 1;
if (seed > 100)
{
seed--;
var cmd="scrollit_r2l(" + seed + ")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0)
{
for (c=0 ; c < seed ; c++)
{
out+=" ";
}
out+=box;
seed--;
var cmd="scrollit_r2l(" + seed + ")";
window.status=out;
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0)
{
if (-seed < box.length)
{
out+=box.substring(-seed,box.length);
seed--;
var cmd="scrollit_r2l(" + seed + ")";
window.status=out;
timerTwo=window.setTimeout(cmd,100);
}
else {
window.status=" ";
timerTwo=window.setTimeout("scrollit_r2l(100)",75);
}
}
}

// -- End of JavaScript code -------------- --></script><div align="center"><center>

