<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="156"><tr><td>');


// TITLE LINE 1

document.write('<span class="menutitle">Company Information:</span><br>');


// START LINKS


// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK



document.write('<a href="about.htm" class="menu">About Us</a>');

document.write('<a href="contact.htm" class="menu">Contact Us</a>');

















// BLACK SPLIT LINE 1

document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');





// TITLE LINE 2

document.write('<span class="menutitle">Products and Services:</span><br>');


document.write('<a href="faq-home.htm" class="menu">Electronic Shade F.A.Q.</a>');


document.write('<a href="STC_PMA_Info.htm" class="menu">STC/FAA-PMA Information</a>');


document.write('<a href="quotes.htm" class="menu">Request Quotation</a>');


document.write('<a href="services.htm" class="menu">Services</a>');


document.write('<a href="resources.htm" class="menu">Resources/Links</a>');




// BLACK SPLIT LINE 2

document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');






// TITLE LINE 3

document.write('<span class="menutitle">Photo Gallery:</span><br>');


document.write('<a href="NOCARTgallery1.htm" class="menu">Corporate Jet Photo Gallery</a>');

document.write('<a href="NOCARTgallery2.htm" class="menu">Helicopter Photo Gallery</a>');

document.write('<a href="NOCARTgallery3.htm" class="menu">King Air Gallery</a>');





// BLACK SPLIT LINE 3

document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');








document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');


//  End -->