<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" height="70"><br>');
}



// START LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write ('<a href="index.html" class="menu">About the Forum</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="initiatives.html" class="menu">International Initiatives</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="background-paper.pdf" target="new" class="menu">Background Paper</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="documents.html" class="menu">Working Papers</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="country-reports.html" class="menu">Country Reports</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="participants.pdf" target="new" class="menu">Participants List</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="TCEF Declaration.pdf" target="new" class="menu">TCEF Declaration</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="printable/final-report.pdf" target="new" class="menu">Final Report</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="presentations.html" class="menu">Presentations/Speeches</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.html" class="menu">News and Photo Centre</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="followup.html" class="menu">Follow-up on the TCEF</a>');

// END LINKS //

document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="168" height="1"><br>');

document.write('</td></tr><tr><td align="center">');

// START MENU IMAGES


 if (showimage2 == "yes") {
document.write('<br><img src="picts/cef-logo.jpg" border="0"><br>');
}
   if (showimage1 == "yes") {
document.write('<br><img src="picts/menu-picture-2.jpg" border="0"></a>');
}
  
document.write('</td></tr><tr><td nowrap>');
document.write('<font color=white><center>&nbsp;</center></font>');
document.write('</td></tr><tr><td nowrap>');
document.write('<font color=white><center>&nbsp;</center></font>');
document.write('</td></tr><tr><td nowrap>');
document.write('<font color=white><center>&nbsp;</center></font>');
document.write('</td></tr><tr><td nowrap>');
document.write('<font color=white><center>ILO Subregional Office</center></font>');
document.write('</td></tr><tr><td nowrap>'); 
document.write('<font color=white><center>for the Caribbean</center></font>');
document.write('</td></tr><tr><td nowrap>');
document.write('<font color=white><center>6 Stanmore Avenue,</center></font>');
document.write('</td></tr><tr><td nowrap>');
document.write('<font color=white><center>P.O. Box 1201</center></font>');
document.write('</td></tr><tr><td nowrap>');
document.write('<font color=white><center>Port of Spain,</center></font>');
document.write('</td></tr><tr><td nowrap>');
document.write('<font color=white><center>TRINIDAD AND TOBAGO,</center></font>');
document.write('</td></tr><tr><td nowrap>');
document.write('<font color=white><center>Phone: (868) 627-6304</center></font>');
document.write('</td></tr><tr><td nowrap>');
document.write('<font color=white><center>Fax: (868) 627-8978,</center></font>');
document.write('</td></tr><tr><td nowrap>');
document.write('<font color=white><center>email: ilocarib@ilocarib.org.tt</center></font>');

document.write('</td></tr></table></DIV>');

document.write('</td></tr><tr><td nowrap>');

 


//  End -->

