<!-- 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		= "no"		//  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" width="154" height="70"><br>');
}



// START LINKS //



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="destinations.htm" class="menu">Travel Destinations</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="bahamas.htm" class="menu">Bahamas</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="barbados.htm" class="menu">Barbados</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="bermuda.htm" class="menu">Bermuda </a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="costarica.htm" class="menu">Costa Rica </a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="dominican.htm" class="menu">Dominican Republic</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="jamaica.htm" class="menu">Jamaica</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="pr.htm" class="menu">Puerto Rico</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="pga.htm" class="menu"> South Florida</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="caribbeangolf.htm" class="menu"> Caribbean Golf Courses</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="ireland.htm" class="menu">Ireland</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="scotland.htm" class="menu">Scotland</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="europe.htm" class="menu"> Rest of Europe</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="professionalservices.htm" class="menu">Professional Services</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="corporate.htm" class="menu">Corporate Travel</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="partners.htm" class="menu">Partners & Clients</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="mailing.htm" class="menu">Travel Mailing List</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact Our Team</a>');

// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');



// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


if (showimage1 == "yes") {
document.write('<br><a href="destinations.htm"</a><img src="picts/logousa.jpg" width="140" height="75" border="0"></a><br><br>');
}

if (showimage1 == "yes") {
document.write('<br><a href="pr.htm"</a><img src="picts/logopr.jpg" width="140" height="75" border="0"></a><br><br>');
}

if (showimage1 == "yes") {
document.write('<br><a href="bermuda.htm"</a><img src="picts/bermudaflag.gif" width="140" height="75" border="0"></a><br><br>');
}

if (showimage1 == "yes") {
document.write('<br><a href="dominican.htm"</a><img src="picts/dominicanlogo.jpg" width="140" height="75" border="0"></a><br><br>');
}
   
if (showimage1 == "yes") {
document.write('<br><a href="aruba.htm"</a><img src="picts/logobarbados.jpg" width="140" height="75" border="0"></a><br><br>');
}

if (showimage1 == "yes") {
document.write('<br><a href="index.html"</a><img src="picts/mexicoflag.jpg" width="140" height="75" border="0"></a><br><br>');
}

if (showimage1 == "yes") {
document.write('<br><a href="bahamas.htm"</a><img src="picts/bahamasflag.jpg" width="140" height="75" border="0"></a><br><br>');
}

if (showimage2 == "yes") {
document.write('<img src="picts/menu-picture-2.jpg" width="75" height="75" border="0"></a><br><br>');
}
 
if (showimage1 == "yes") {
document.write('<br><a href="barbados.htm"</a><img src="picts/logoaruba.jpg" width="140" height="75" border="0"></a><br><br>');
}

if (showimage1 == "yes") {
document.write('<br><a href="jamaica.htm"</a><img src="picts/jamaicanflag.jpg" width="140" height="75" border="0"></a><br><br>');
}



document.write('</td></tr></table></DIV>');

//  End -->
