Aon = new Image
Aon.src = "img/mimg01b.gif"

Aoff = new Image
Aoff.src = "img/mimg01a.gif"

Bon = new Image 
Bon.src = "img/mimg02b.gif"

Boff = new Image 
Boff.src = "img/mimg02a.gif"

Con = new Image 
Con.src = "img/mimg03b.gif"

Coff = new Image 
Coff.src = "img/mimg03a.gif"

Don = new Image 
Don.src = "img/mimg04b.gif"

Doff = new Image 
Doff.src = "img/mimg04a.gif"

Eon = new Image 
Eon.src = "img/mimg05b.gif"

Eoff = new Image 
Eoff.src = "img/mimg05a.gif"

Fon = new Image 
Fon.src = "img/mimg06b.gif"

Foff = new Image 
Foff.src = "img/mimg06a.gif"

Gon = new Image 
Gon.src = "img/mimg07b.gif"

Goff = new Image 
Goff.src = "img/mimg07a.gif"

function img_act (imgName)  {
  imgOn = eval (imgName + "on.src");
  document [imgName].src = imgOn;}

function img_inact (imgName)  {
  imgOff = eval (imgName + "off.src");
  document [imgName].src = imgOff;}



//scroller width
var swidth=220

//scroller height
var sheight=150


//scroller's speed;
var sspeed=2

var wholemessage=''

//text: Yo, What are you lookin at?

wholemessage='<div align="left"><font face=Arial size=3 color="#663366"><B>We Specialize In:</B></DIV><br><div align="left"><font face=Arial size=2 color="#000000"><IMG ALIGN="LEFT" SRC="img/blt01b.gif">Computer/Communication Room Design/Build </DIV><br><div align="left"><IMG ALIGN="LEFT" SRC="img/blt01.gif">Raised Access Floor Systems</DIV><BR><div align="left"><IMG ALIGN="LEFT" SRC="img/blt01.gif">Power Products</DIV><div align="left"><BR><IMG ALIGN="LEFT" SRC="img/blt02b.gif">Uninterruptible Power Supplies (UPS)</div><BR><div align="left"><IMG ALIGN="LEFT" SRC="img/blt02.gif">Power Distribution Units</div><BR><div align="left"><IMG ALIGN="LEFT" SRC="img/blt02.gif">Power Conditioning</div><BR><div align="left"><IMG ALIGN="LEFT" SRC="img/blt02.gif">Transformers</div><BR><div align="left"><IMG ALIGN="LEFT" SRC="img/blt02.gif">Inverters</div><BR><div align="left"><IMG ALIGN="LEFT" SRC="img/blt01.gif">Surge Suppression (TVSS)</div><BR><div align="left"><IMG ALIGN="LEFT" SRC="img/blt01.gif">Generators</div><BR><div align="left"><IMG ALIGN="LEFT" SRC="img/blt01.gif">Fire Protection</div><BR><div align="left"><IMG ALIGN="LEFT" SRC="img/blt01.gif">Computer Room Air Conditioning </div><BR><div align="left"><IMG ALIGN="LEFT" SRC="img/blt01b.gif">Environmental Monitoring Systems </div><BR><div align="left"><IMG ALIGN="LEFT" SRC="img/blt01.gif">Security Systems  </div><BR><div align="left"><IMG ALIGN="LEFT" SRC="img/blt01.gif">Cable Management</div></font>'

function start(){
if (document.all) return
if (document.getElementById){
document.getElementById("slider").style.visibility="show"
ns6marquee(document.getElementById('slider'))
}
else if(document.layers){
document.slider1.visibility="show"
ns4marquee(document.slider1.document.slider2)
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
ns4layer.document.write(wholemessage)
ns4layer.document.close()
sizeup=ns4layer.document.height
ns4layer.top-=sizeup
ns4slide()
}
function ns4slide(){
if (ns4layer.top>=sizeup*(-1)){
ns4layer.top-=sspeed
setTimeout("ns4slide()",100)
}
else{
ns4layer.top=sheight
ns4slide()
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
ns6div.innerHTML=wholemessage
ns6div.style.top=sheight
sizeup=sheight
ns6slide()
}
function ns6slide(){
if (parseInt(ns6div.style.top)>=sizeup*(-1)){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6slide()",100)
}
else{
ns6div.style.top=sheight
ns6slide()
}
}
