<!-- Begin



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" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="./menu-top.gif" width="154" height="70" class="menutrans"><br>');
}



// START LINKS //
   



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


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



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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="./archivenews.html" class="menu">Archive News</a>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.coastguard.ukf.net/index.html" class="menu">Old Site</a>');


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

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


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


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


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK
     document.write('</td></tr><tr><td nowrap>');
document.write('<a href="./news.html" class="menu">*LATEST NEWS*</a>');
          document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://porttalbotcoatguard.fotopic.net/"TARGET="_blank" class="menu">Gallery 2</a>');
 document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://porttalbotcoastguardgallery2.fotopic.net/"TARGET="_blank" class="menu">Gallery 3</a>');     // COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.terror-alert.co.uk/" title="UK terror threat warning level"><img src="http://img.terror-alert.co.uk/status.png" width="80" height="21" alt="Current UK terror threat level" /></a><br /><a href="http://www.homeoffice.gov.uk/security/current-threat-level/?view=Standard"><font color="#FFFFFF">UK Terror Alert</font></a>');
     

//WEB CAM LINKS//

// END LINKS //



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

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


// START MENU IMAGES

   if (showimage1 == "yes") {
document.write('<br><br><img src="./images/tn_falswm_.gif" width="100" height="79" border="0"></a><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="./images/slip25th.jpg" width="100" height="79" border="0"></a><br>');
}


if (showimage1 == "yes") {
document.write('<br><a href="http://www.ptcg.co.uk/weatherfeed.html" target="_blank"><img src="http://image.weather.co.uk/images/sat/uksat_600x405.jpg" width="145" height="97" alt="weather sat" border="1" align="middle"></a><br><br>');
}  document.write('</td></tr></table></DIV>');     
//  End -->