if (IE) {document.write('<DIV ID="ssm2" style="visibility:hidden;Position : Absolute ;Left : 0px ;Top : '+YOffset+'px ;Z-Index : 30;width:2px" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS) {document.write('<LAYER visibility="hide" top="'+YOffset+'" name="ssm2" bgcolor="'+menuBGColor+'" left="0" onmouseover="moveOut()" onmouseout="moveBack()">')}
tempBar=""
for (i=0;i<barText.length;i++) {
tempBar+=barText.substring(i, i+1)+"<BR>"}
document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+16+2)+'" bgcolor="'+menuBGColor+'"><tr><td bgcolor="'+hdrBGColor+'" WIDTH="'+menuWidth+'">&nbsp;<font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+menuHeader+'</b></font></td><td align="center" rowspan="100" width="16" bgcolor="'+barBGColor+'"><p align="center"><font face="'+barFontFamily+'" Size="'+barFontSize+'" COLOR="'+barFontColor+'"><B>'+tempBar+'</B></font></p></TD></tr>')
function addItem(text, link, target) {
if (!target) {target=linkTarget}
document.write('<TR><TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'">&nbsp;<A HREF="'+link+'" target="'+target+'" CLASS="ssm2Items">'+text+'</A></FONT></LAYER></ILAYER></TD></TR>')}
function addHdr(text) {
document.write('<tr><td bgcolor="'+hdrBGColor+'" WIDTH="140">&nbsp;<font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+text+'</b></font></td></tr>')}

//Only edit the script between HERE


addItem('Home', 'http://www.radiodeorcanl.com/home.html', '');
addItem('Over ons', 'http://www.radiodeorcanl.com/ons.html', '');
addItem('Gastenboek', 'http://www.radiodeorcanl.com/gastenboek.html', '');
addItem('Djs gezocht', 'http://www.radiodeorcanl.com/djs.html', '');
addItem('Agenda', 'http://cid-a6653181554e3280.calendar.live.com/calendar/Radio+de+Orca+Draaischema/index.html','TARGET="blank"');
addItem('Verzoekjes', 'http://www.radiodeorcanl.com/verzoek123site.html', '');
addItem('Song History', 'http://www.radiodeorcanl.com/currentsong.html', '');
addItem('Contact', 'http://www.radiodeorcanl.com/contact.html', '');
addItem('Nieuwsbrief', 'http://www.radiodeorcanl.com/nieuwsbrief.html', '');
addItem('Dj Fotos','http://www.radiodeorcanl.com/fotos.html', '');
addItem('Fotoalbum','http://www.radiodeorcanl.com/fotos','TARGET="blank"');
addItem('forum','http://www.radiodeorcanl.com/orcaradioforum/phpBB2/index.php', '');
addItem('Live webcam stream','http://www.radiodeorcanl.com/livestream.html','');
addItem('Linken','http://www.radiodeorcanl.com/streamlink03245sdfs.html','');

addHdr('Externe links');
addItem('Radio Stream','http://www.radiodeorcanl.com', '');
addItem('Hyves', 'http://radiodeorcanl.hyves.nl','TARGET="blank"');
addItem('Hyves groepsberichten','http://deorca.hyves.nl','TARGET="blank"');
addItem('Fansite (door joris)', 'http://www.everyoneweb.com/FansiteRadioDeOrcaNl/','TARGET="blank"');

addHdr('Radio Partners');


// and HERE! No more!

document.write('<tr><td bgcolor="'+hdrBGColor+'"><font size="0" face="Arial">&nbsp;</font></td></TR></table>')
if (IE) {document.write('</DIV>')}
if (NS) {document.write('</LAYER>')}
if ((IE||NS) && (menuIsStatic=="yes"&&staticMode)) {makeStatic(staticMode);}