<!-- Begin
//scroller width
var swidth=217

//scroller height
var sheight=61


//scroller's speed;
var sspeed=1

var wholemessage=''

//text: change to your own

wholemessage='<font class="white12"><div align="center"><a href="http://www.gigavac.com/products/relays/kilovac/index.htm" class="scrollerblue" target="_parent">"Drop-in" RoHS fully compliant replacements for most Kilovac**</a> high voltage relays - in stock and much lower in cost!</DIV><div align="center" class="gray10">**Kilovac is a registered trademark of<br>Tyco Intl.</div><div align="center">&nbsp;</DIV><div align="center"><a href="http://www.gigavac.com/sales/order/index.htm" class="scrollerblue" target="_parent">VISA, Master Card & American Express Accepted</a><br><img src="http://www.gigavac.com/images/sales/visa.gif">&nbsp;<img src="http://www.gigavac.com/images/sales/mastercard.gif">&nbsp;<img src="http://www.gigavac.com/images/sales/amex.gif"></DIV><div align="center">&nbsp;</DIV><div align="center"><a href="http://www.gigavac.com/sales/offices/index.htm" class="scrollerblue" target="_parent">Sales Rep.’s</a> throughout the world that are experts in high voltage applications and can deliver products in your currency practically overnight</DIV><div align="center">&nbsp;</DIV><div align="center"><a href="http://www.gigavac.com/products/relays/jennings/index.htm" class="scrollerblue" target="_parent">"Drop-in" RoHS fully compliant replacements for most Jennings Technology</a> high voltage relays - in stock and  much lower in cost!</DIV><div align="center">&nbsp;</DIV><div align="center">15% discount to Students & Faculty - <a href="http://www.gigavac.com/discounts/student/index.htm" class="scrollerblue" target="_parent">Register Today</a></div><div align="center">&nbsp;</DIV><div align="center">Specially priced relays for<br><a href="http://www.gigavac.com/products/relays/ham/index.htm" class="scrollerblue" target="_parent">Amateur “HAM” radio operators</a></div><div align="center">&nbsp;</DIV><div align="center">More <a href="http://www.gigavac.com/products/relays/gigavac/index.htm" class="scrollerblue" target="_parent">high voltage relays</a> in stock than all other relay manufactures & distributors combined</DIV><div align="center">&nbsp;</DIV><div align="center">Free Application Assistance and easy to understand <a href="http://www.gigavac.com/apps/relays/index.htm" class="scrollerblue" target="_parent">applications information</a> from today’s experts</DIV><div align="center">&nbsp;</DIV><div align="center">Same Day Shipment is no Problem</DIV><div align="center">&nbsp;</DIV><div align="center"><a href="http://www.gigavac.com/products/relays/crydom/index.htm" class="scrollerblue" target="_parent">"Drop-in" RoHS fully compliant replacements for nearly all Cynergy3/Crydom</a> high voltage reed relays - in stock and lower cost!</DIV><div align="center">&nbsp;</DIV><div align="center">Our relays are manufactured in ISO9001 facilities : <a href="http://www.gigavac.com/company/cert/index.htm" class="scrollerblue" target="_parent">Certifications</a></DIV><div align="center">&nbsp;</DIV><div align="center"><a href="http://www.gigavac.com/apps/relays/epic/index.htm" class="scrollerblue" target="_parent">EPIC®</a> Sealed rugged contactors that can switch both DC and AC<br>from 12 to 750 volts</DIV><div align="center">&nbsp;</DIV><div align="center"><a href="http://www.gigavac.com/products/relays/gigavac/index.htm" class="scrollerblue" target="_parent">RoHS fully compliant HV relays</a> – The largest selection in the world</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()
}
}
//  End -->