<!--
var sliderwidth=112
var sliderheight=110
var slidespeed=1
slidebgcolor="#FFFFFF"
var topbottomslide=new Array()
var finalslide=''
topbottomslide[0]='<img border=0 src="blank.gif" width="20" height="13"><BR>'
topbottomslide[1]='<a href="#nad.html"><img src="nad.gif" width="112" height="67" alt="NAD" border="0"></a><BR>'
topbottomslide[2]='<img border=0 src="blank.gif" width="20" height="13"><BR>'
topbottomslide[3]='<a href="#rotel.html"><img src="rotel.gif" width="112" height="51" alt="ROTEL" border="0"></a><BR>'
topbottomslide[4]='<a href="#denon.html"><img src="denon.gif" width="112" height="48" alt="DENON" border="0"></a><BR>'
topbottomslide[5]='<a href="#vincent.html"><img src="vincent.gif" width="112" height="38" alt="VINCENT" border="0"></a><BR>'
topbottomslide[6]=''
topbottomslide[7]='<a href="#elipson.html"><img src="elipson.gif" width="112" height="71" alt="ELIPSON" border="0"></a><BR>'
topbottomslide[8]=''
topbottomslide[9]='<a href="#cayin.html"><img src="cayin.gif" width="112" height="47" alt="CAYIN" border="0"></a><BR>'
topbottomslide[10]=''
topbottomslide[11]='<a href="#jamo.html"><img src="jamo-1.gif" width="112" height="60" alt="JAMO" border="0"></a><BR>'
topbottomslide[12]=''
topbottomslide[13]='<a href="#bc-acoustique.html"><img src="bc_acoustique.gif" width="112" height="23" alt="BC-ACOUSTIQUE" border="0"></a><BR>'
topbottomslide[14]='<img border=0 src="blank.gif" width="20" height="13"><BR>'
topbottomslide[15]='<a href="#stageline.html"><img src="stageline.gif" width="112" height="66" alt="STAGELINE" border="0"></a><BR>'
topbottomslide[16]='<img border=0 src="blank.gif" width="20" height="13"><BR>'
topbottomslide[17]='<a href="#real-cable.html"><img src="real-cable.gif" width="112" height="30" alt="REAL-CABLE" border="0"></a><BR>'
var copyspeed=slidespeed
topbottomslide='<nobr>'+topbottomslide.join(" ")+'</nobr>'
var iedom=document.all||document.getElementById
if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;left:-100;top:-3000">'+topbottomslide+'</span>')
var actualheight=''
var cross_slide, ns_slide
function fillup(){
if (iedom){
cross_slide=document.getElementById? document.getElementById("test2") : document.all.test2
cross_slide2=document.getElementById? document.getElementById("test3") : document.all.test3
cross_slide.innerHTML=cross_slide2.innerHTML=topbottomslide
actualheight=document.all? cross_slide.offsetHeight : document.getElementById("temp").offsetHeight
cross_slide2.style.top=actualheight+0
}
else if (document.layers){
ns_slide=document.ns_slidemenu.document.ns_slidemenu2
ns_slide2=document.ns_slidemenu.document.ns_slidemenu3
ns_slide.document.write(topbottomslide)
ns_slide.document.close()
actualheight=ns_slide.document.height
ns_slide2.top=actualheight+
ns_slide2.document.write(topbottomslide)
ns_slide2.document.close()
}
toptime=setInterval("slidetop()",50)
}
window.onload=fillup
function slidetop(){
if (iedom){
if (parseInt(cross_slide.style.top)>(actualheight*(-1)+8))
cross_slide.style.top=parseInt(cross_slide.style.top)-copyspeed
else
cross_slide.style.top=parseInt(cross_slide2.style.top)+actualheight+0
if (parseInt(cross_slide2.style.top)>(actualheight*(-1)+8))
cross_slide2.style.top=parseInt(cross_slide2.style.top)-copyspeed
else
cross_slide2.style.top=parseInt(cross_slide.style.top)+actualheight+0
}
else if (document.layers){
if (ns_slide.top>(actualheight*(-1)+8))
ns_slide.top-=copyspeed
else
ns_slide.top=ns_slide2.top+actualheight+0
if (ns_slide2.top>(actualheight*(-1)+8))
ns_slide2.top-=copyspeed
else
ns_slide2.top=ns_slide.top+actualheight+0
}
}
if (iedom||document.layers){
with (document){
document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
if (iedom){
write('<div style="position:relative;height:'+sliderheight+';width:'+sliderwidth+';overflow:hidden">')
write('<div style="position:absolute;height:'+sliderheight+';width:'+sliderwidth+';background-color:'+slidebgcolor+'" onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed">')
write('<div id="test2" style="position:absolute;top:0;left:0"></div>')
write('<div id="test3" style="position:absolute;top:-1000;left:0"></div>')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+sliderheight+' width='+sliderwidth+' name="ns_slidemenu" bgColor='+slidebgcolor+'>')
write('<layer name="ns_slidemenu2" left=0 top=0 onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed"></layer>')
write('<layer name="ns_slidemenu3" left=0 top=0 onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed"></layer>')
write('</ilayer>')
}
document.write('</td></table>')
}
}
-->