<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuheight	="228"	  // OVERALL MENU HEIGHT
var menuwidth	="150"	  // OVERALL MENU WIDTH
var botmline	="19"	  // HEIGHT OF VERT LINE UNDER MENU


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="'+menuheight+'" WIDTH="10"><br>');
document.write('</td><td valign="bottom" align="left">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="1" WIDTH="10"><br>');


// START MENU LINKS

// NOTE: NEW LINKS ADDED HERE WILL NOT SHOW IN CONTACT PAGE

// Design http://welovewhatwedo.co.uk 



document.write('</td></tr><tr><td class="menu">');
document.write('<a href="index.html">home</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="aircraft_hire.htm">aircraft hire</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="owner_facility.htm">owner facility</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="club.htm">private aviator club</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="news.htm">latest news</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="vip_lounge.htm">vip lounge</a><br>');


document.write('</td></tr><tr><td class="menu-line">');
document.write('<img src="picts/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->