<!-- 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">Home</a>');

document.write('</td></tr><tr><td nowrap>');
document.write ('<a href="printable/List of Harmonization Focal Points in the Caribbean.pdf" class="menu" target="new">Focal Points in the Region</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="reviews.html" class="menu">Legislative Reviews</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="meetings.html" class="menu">Meeting Reports</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news_centre.html" class="menu">News</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Links.html" class="menu">Links: Labour Legislation</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.ilocarib.org.tt/projects/cariblex/" class="menu" target="_blank">CARIBLEX DATABASE</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 (showimage1 == "yes") {
document.write('<br><img src="picts/ilologo_sm.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 -->
