
document.write('<ul>');
document.write('<li><a href="http://scheduleez.pronetnw.com">Scheduling</a></li>');
document.write('<li><a href="http://www.wrh.noaa.gov/pqr/">Online weather</a></li>');
document.write('<LI><A HREF="http://www.portofportland.com/TTD_Home.aspx">Troutdale Airport (TTD)</A>');

//Charters
if ( document.title != "Gorge Winds Flights" ) {
document.write('<li><a href="flights.html">Charters</a></li>');
}
else document.write('<li><FONT color="#c080ff"><I>Charters</I></FONT></li>');

//Aircraft Rentals
if ( document.title != "Gorge Winds Aircraft Rentals" ) {
document.write('<li><a href="aircraft.html">Aircraft Rentals</a></li>');
}
else document.write('<li><FONT color="#c080ff"><I>Aircraft Rentals</I></FONT></li>');

//Training page
if ( document.title != "Gorge Winds Flight Training" ) {
document.write('<li><a href="flightTraining.html">Training</a></li>');
}
else document.write('<li><FONT color="#c080ff"><I>Training</I></FONT></li>');

//Instructors page
if ( document.title != "Gorge Winds Flight Instructors" ) {
document.write('<li><a href="instructors.html">Instructors</a></li>');
}
else document.write('<li><FONT color="#c080ff"><I>Instructors</I></FONT></li>');

//Gorge Winds Contact PAGE
if ( document.title != "Gorge Winds Aviation, Inc.- Contact Information" ) {
document.write('<li><A HREF="contact.html">Contact Us</A></li>');
}
else document.write('<li><FONT color="#c080ff"><I>Contact Us</I></FONT></li>');

//Gorge Winds HOME PAGE
if ( document.title != "Gorge Winds Aviation, Inc." ) {
document.write('<li><a href="index.html">Home</a></li>');
}
else document.write('<li><FONT color="#c080ff"><I>Home</I></FONT></li>');

document.write('</ul>');


