document.writeln(''); var themenus = new Array(); document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "NL POP INSTITUTE", "http://www.popinstituut.nl", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "PIAS", "http://www.pias.com", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "MEDICOM AGENCY", "http://www.mediacom-agency.com", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "TRINITY LABEL", "http://www.trinitylabel.com/home.htm", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "ROOTS MESSENGER", "http://www.rootsmessenger.de", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "BOUDISQUE", "http://www.boudisque.nl/index.asp?site=reggae", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "WALBOOMERS", "http://www.walboomers.com", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "BLOOD AND FIRE", "http://www.bloodandfire.co.uk", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "LIVE BANDS NL", "http://www.livebands.nl/home.php", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "NEW BORN ARTISTS", "http://www.newbornartists.com/html/index2.htm", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "BLACK STAR FOUND\'", "http://www.blackstarfoundation.nl", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "VK CONCERTS (BL)", "http://www.vaartkapoen.be/new_vk/agenda/agenda.htm", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "REGGAE HOLLAND", "http://www.foundationtv.nl/index.html", "_blank"]; document.write('');



var t=0;

var bcol=Number(0).toString(16);
t = bcol.length; for (var i=0; i<6-t; i++) bcol = '0'+bcol;
bgColor='#'+bcol;

var bcol=Number(6346321).toString(16);
t = bcol.length; for (var i=0; i<6-t; i++) bcol = '0'+bcol;
txtColor='#'+bcol;

var bcol=Number(16762880).toString(16);
t = bcol.length; for (var i=0; i<6-t; i++) bcol = '0'+bcol;
for (var i=0; i<themenus.length; i++) themenus[i][0] = '#'+bcol;

var bcol=Number(12523036).toString(16);
t = bcol.length; for (var i=0; i<6-t; i++) bcol = '0'+bcol;
for (var i=0; i<themenus.length; i++) themenus[i][1] = '#'+bcol;

var fontFace = 0;
var fontSize = "10";
if (fontFace==0) fontFace = 'Arial, Helvetica, sans-serif';
  else if (fontFace==1) fontFace = 'Times New Roman, serif';
  else if (fontFace==2) fontFace = 'Courier New, Courier, mono';
  else if (fontFace==3) fontFace = 'Georgia, Times New Roman, Times, serif';
  else fontFace = 'Verdana, Arial, Helvetica, sans-serif';

width='120';
border='1px solid black';
aligned='left'
isVertical='true'
fontWeight='bold'
spacing='1'
duration='1'

//:::::::::::::::::::::::::::::::::::::DO NOT MODIFY BELOW::::::::::::::::::::::::::::::::::::\\


sAgent=navigator.userAgent;
ie=document.all&&sAgent.indexOf("Opera")==-1;
nav=sAgent.indexOf("Mozilla") > -1 && !ie;

function changeColor(cur3,color,text){
if (ie) {
cur3.style.cursor='hand'
}
cur3.style.color = text;
cur3.style.backgroundColor = color;
}

function changeColorB(cur3,color,text){
if (ie) {
cur3.filters.blendTrans.apply()
}
cur3.style.color = text;
cur3.style.backgroundColor = color;
if (ie) {
cur3.filters.blendTrans.play()
cur3.style.cursor = 'hand';
}
}


document.writeln('<table width="10" border="0" cellspacing="'+spacing+'" cellpadding="0">');
if(isVertical=='true') document.writeln('')
else document.writeln('<tr>');

if (ie) {
for(i=0;i<themenus.length;i++) {
if(isVertical=='true') document.writeln('<tr>');
document.write('<td>');
document.write('<div align="'+aligned+'" style="width:'+width+'; border: '+border+'; background-color: '+bgColor+'; color: '+txtColor+'; font-family: '+fontFace+'; font-weight: '+fontWeight+'; font-size: '+fontSize+'; padding: 0,2,0,2; filter:blendTrans(duration='+duration+')" '); 
document.write('onMouseover="changeColor(this,');
document.write("'"+themenus[i][0]+"',");
document.write("'"+themenus[i][1]+"'");
document.write(')" ');
document.write('onMouseout="changeColorB(this,');
document.write("'"+bgColor+"',");
document.write("'"+txtColor+"'");
document.write(')" ');
document.write('onClick="window.open(');
document.write("'"+themenus[i][3]+"',");
document.write("'"+themenus[i][4]+"'");
document.write(')">');
document.write(themenus[i][2])
document.write('</div>');
document.writeln('</td>');
if(isVertical=='true') document.writeln('</tr>');
}
}

if (nav) {
for(i=0;i<themenus.length;i++) {
if(isVertical=='true') document.writeln('<tr>');
document.write('<td>');
document.write('<div align="'+aligned+'" style="width:'+width+'; border: '+border+'; background-color: '+bgColor+'; color: '+txtColor+'; font-family: '+fontFace+'; font-weight: '+fontWeight+'; font-size: '+fontSize+'" '); 
document.write('onMouseover="changeColor(this,');
document.write("'"+themenus[i][0]+"',");
document.write("'"+themenus[i][1]+"'");
document.write(')" ');
document.write('onMouseout="changeColorB(this,');
document.write("'"+bgColor+"',");
document.write("'"+txtColor+"'");
document.write(')" ');
document.write('onClick="window.open(');
document.write("'"+themenus[i][3]+"',");
document.write("'"+themenus[i][4]+"'");
document.write(')">');
document.write(themenus[i][2])
document.write('</div>');
document.writeln('</td>');
if(isVertical=='true') document.writeln('</tr>');
}
}

if(isVertical=='true') document.writeln('');
else document.writeln('</tr>');
document.writeln('</table>');



//DO NOT MODIFY
/*
<APPLETINFO>
appletname=jsfadingmenu
applettype=JAVASCRIPT
created=1151053771343
appletfilename=nllinks3.js
</APPLETINFO>
<JAVASCRIPT>
fontsize=10
mwi=120
spacing=1
duration=1
borr=1px solid black
target=_blank
fontface=0
fontwe=bold
cal=left
isver=true
bcol=0
pcol=16762880
tcol=6346321
lcol=12523036
</JAVASCRIPT>
<HTMLGENERATOR>
mystarttag=-
mystarttag_GS=1;-
menuitems=-
menuitems_GS=2;item;url
item_GS=0;-
item0=NL POP INSTITUTE
item1=PIAS
item2=MEDICOM AGENCY
item3=TRINITY LABEL
item4=ROOTS MESSENGER
item5=BOUDISQUE
item6=WALBOOMERS
item7=BLOOD AND FIRE
item8=LIVE BANDS NL
item9=NEW BORN ARTISTS
item10=BLACK STAR FOUND'
item11=VK CONCERTS (BL)
item12=REGGAE HOLLAND
url_GS=0;-
url0=http://www.popinstituut.nl
url1=http://www.pias.com
url2=http://www.mediacom-agency.com
url3=http://www.trinitylabel.com/home.htm
url4=http://www.rootsmessenger.de
url5=http://www.boudisque.nl/index.asp?site=reggae
url6=http://www.walboomers.com
url7=http://www.bloodandfire.co.uk
url8=http://www.livebands.nl/home.php
url9=http://www.newbornartists.com/html/index2.htm
url10=http://www.blackstarfoundation.nl
url11=http://www.vaartkapoen.be/new_vk/agenda/agenda.htm
url12=http://www.foundationtv.nl/index.html
</HTMLGENERATOR>
*/