
if (ie||ns6)
document.write('<div id="slidemenu" style="position:absolute; left:-165px; top:130px;" onMouseover="slideRight()" onMouseout="slideLeft()">');

else if(ns4)
document.write('<layer id="slidemenu" onMouseover="slideRight()" onMouseout="slideLeft()">');

var ref = new Array();

ref[0]='<a href="titel/titel.htm">LPs & CDs bis 1980</a>';
ref[1]='<a href="titel/titel18.htm">LPs & CDs bis 1990</a>';
ref[2]='<a href="titel/titel44.htm">LPs & CDs bis 2000</a>';
ref[3]='<a href="titel/titel65.htm">LPs & CDs &nbsp;ab 2000</a>';
ref[4]='<a href="titel/titel16.htm">Live LPs & CDs</a>';
ref[5]='<a href="titel/titel57.htm">Sondereditionen</a>';
ref[6]='<a href="titel/titel8.htm">Sampler & Best-Off bis 1995</a>';
ref[7]='<a href="titel/titel47.htm">Sampler & Best-Off &nbsp;ab 1995</a>';
ref[8]='<a href="titel/titel73.htm">Sampler & Best-Off &nbsp;ab 2000</a>';
ref[9]='<a href="titel/titel9.htm">Musicals & Projekte</a>';
ref[10]='<a href="titel/titel6.htm">Im Ausland erschienen</a/';

document.writeln('<table border="0" cellpadding="0" cellspacing="0"><td class="menu" bgcolor="#99CCFF">&nbsp;' + ref[0]+ '</td><td rowspan="7" valign="top"><img src="menu.gif" width="27" height="85" alt=""></td></tr>');

for (i = 1; i < ref.length; i++) {
document.writeln('<tr><td class="menu" bgcolor="#99CCFF">&nbsp;' + ref[i] + '</td></tr>');
}
document.write('</table>');

if(ie||ns6)
document.write('</div>');
else
document.write('</layer>');

