document.writeln(''); var themenus = new Array(); document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "ZIGGY", "http://www.ziggionline.net", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "BEEF", "http://web.beef.nl", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "Brother Marcus & The Irie Connection", "http://www.theirieconnection.com/", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "The Bash Crew", "http://members.lycos.nl/bashcrew", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "Daddy Green Tree", "http://www.daddygreentree.com/s", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "Elijah and His Roots Reggae Team", "http://www.elijahandhisrootsreggaeteam.com/", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "Jah Stoney", "http://www.jahstoney.nl", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "Out Of Many", "http://www.outofmany.nl/", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "POOR MAN FRIEND", "http://www.poormanfriend.com", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "Dub Creator and DEA", "http://www.dubcreator.com", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "Attraction", "http://www.reggae-attraction.com/", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "Kongo", "http://www.kongobanga.com", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "Shain Band", "http://www.shain.nl", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "Arjunah", "http://www.arjunahmusic.com/index.htm", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "JOHNNY BABY", "http://www.johnnybaby.nl/", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "Roots Creation", "http://www.rootscreation.nl/", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "JAH STORM", "http://www.myspace.com/reggaejahstorm", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "DREDDA YOUTHZ", "http://www.dreddayouthz.com", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "Muinguilo", "http://www.muinguilo.com", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "AMO-LAB", "http://www.amo-lab.com", "_blank"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "Blended Culture", "http://www.blendedculture.com/Home.htm", "_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=1234563236440
appletfilename=nllinks1.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=ZIGGY
item1=BEEF
item2=Brother Marcus & The Irie Connection
item3=The Bash Crew
item4=Daddy Green Tree
item5=Elijah and His Roots Reggae Team
item6=Jah Stoney
item7=Out Of Many
item8=POOR MAN FRIEND
item9=Dub Creator and DEA
item10=Attraction
item11=Kongo
item12=Shain Band
item13=Arjunah
item14=JOHNNY BABY
item15=Roots Creation
item16=JAH STORM
item17=DREDDA YOUTHZ
item18=Muinguilo
item19=AMO-LAB
item20=Blended Culture
url_GS=0;-
url0=http://www.ziggionline.net
url1=http://web.beef.nl
url2=http://www.theirieconnection.com/
url3=http://members.lycos.nl/bashcrew
url4=http://www.daddygreentree.com/s
url5=http://www.elijahandhisrootsreggaeteam.com/
url6=http://www.jahstoney.nl
url7=http://www.outofmany.nl/
url8=http://www.poormanfriend.com
url9=http://www.dubcreator.com
url10=http://www.reggae-attraction.com/
url11=http://www.kongobanga.com
url12=http://www.shain.nl
url13=http://www.arjunahmusic.com/index.htm
url14=http://www.johnnybaby.nl/
url15=http://www.rootscreation.nl/
url16=http://www.myspace.com/reggaejahstorm
url17=http://www.dreddayouthz.com
url18=http://www.muinguilo.com
url19=http://www.amo-lab.com
url20=http://www.blendedculture.com/Home.htm
</HTMLGENERATOR>
*/