
//configure below variable for menu width, position on page
var menuwidth=327
var menuheight=41.8
var offsetleft=20
var offsettop=50
var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0





if (ns4){ document.write('<LAYER top="20" name="object1" top="'+offsettop+'" left="'+offsetleft+'" BGCOLOR=black><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="1"><TR><TD height="'+menuheight+'"><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" width="'+menuwidth+'" >')}
else {document.write('<span ALIGN="CENTER" ID="object1" STYLE="position: relative; top: 32px; left: 2px; Z-Index:5;cursor:hand;background-color:#006699"><TABLE border="1" width="'+menuwidth+'"  CELLPADDING="0" CELLSPACING="0" BORDERCOLOR="FFFFFF" >')}

var menui = new Array();
var menul = new Array();

//configure below for menu items. Extend list as desired

menui[6]="Vereniging voor taalkunde van het Caraibisch gebied";
menui[3]="Society for Caribbean Linguistics";
menui[2]="Société de Linguistique des Caraïbes";
menui[4]="Sosaiyiti fi Kyaribiyan Linggwistiks";
menui[0]="Organisashon di Lingwistika Karibense";
menui[5]="Sosyété pou Lengwistik Kawayib-la";
menui[1]="Sociedad de Lingüística del Caribe";

menul[0]="../../underconstruction.html";
menul[1]="../../callforpapersesp06.html";
menul[2]="../../welcomefr.html";
menul[3]="../scllanguage_home_en.php?id=5";
menul[4]="../../underconstruction.html";
menul[5]="../../underconstruction.html";
menul[6]="../../callforpapersdu06.html";


for (i=0;i<=menui.length-1;i++)
if (ns4){document.write('<TR><TD  border="1" bordercolor="white" BGCOLOR="black"  HEIGHT="'+menuheight+'"><ILAYER><LAYER width="'+menuwidth+'"  onmouseover="bgColor=\'orange\'" onmouseout="bgColor=\'#003366\'" ><CENTER><A HREF="'+menul[i]+'" class=menulinks>'+menui[i]+'</A></CENTER></LAYER></ILAYER></TD></TR>')}
else {document.write('<TR><TD  height="'+menuheight+'" border="1" BORDERCOLOR="white" ONCLICK="location=\''+menul[i]+'\'" onmouseover="className=\'menuh\'" onMouseout="className=\'menu\'"><CENTER><b><FONT color=#FFFFFF vertical-align: text-top" size="2" face="Arial">'+menui[i]+'</FONT></b></TD></TR>')}
if (ns4){document.write('</TABLE></TD></TR></TABLE></LAYER>')}
else {document.write('</TABLE></span>')}

