function writeTop(subject) {
}

function writeLeft(subject) {
}

function writeRight(subject) {
}

function writeBottom(subject) {
   document.write('<center>Copyright &#169; 2005, TravelFYI, All Rights Reserved.<br/><font size=-2>');
   document.write('Disclaimer: The TravelFYI Team maintains this website to provide you general travel information. ');
   document.write('Our goal is to keep this information timely and accurate. ');
   document.write('If errors are brought to our attention, we will try to correct them. ');
   document.write('However TravelFYI accepts no responsibility or liability whatsoever with regard to the information on this site.<br/><br/>');
   document.write('Flags courtesy of <a href="http://www.immigration-usa.com/ita.html">ITA</a>s ');
   document.write('<a href="http://www.theodora.com/flags">Flags of All Countries</a> used with permission.<br/>');
   document.write('</font></center>');
}

function writeMenu(subject) {
document.write('</td></tr><tr><td colspan=3 align=right><table class="menu_top" cellspacing="2" cellpadding="0" border="0">');
document.write('<tr>');
document.write('<td class=menu_top><a class=menu href="../one/index.html">Air</a></td>');
document.write('<td class=menu_top><a class=menu href="../one/hotel_search.html">Hotel</a></td>');
document.write('<td class=menu_top><a class=menu href="../one/car_search.html">Car</a></td>');
document.write('<td class=menu_top><a class=menu href="../tickets/cheap_tickets.html">Cheap Tickets</a></td>');
document.write('<td class=menu_top><a class=menu href="../last/last_minute_deal.html">Last Minute Deals</a></td>');
document.write('<td class=menu_top><a class=menu href="../special/index.html">Specials</a></td>');
document.write('<td class=menu_top><a class=menu href="../vacations/index.html">Vacations</a></td>');
document.write('<td class=menu_top><a class=menu href="../article/index.html">Articles</a></td>');
document.write('<td class=menu_top><a class=menu href="../country/index.html">Countries</a></td>');
document.write('<td class=menu_top><a class=menu href="../link.html">Link to us</a></td>');
document.write('<td class=menu_top><a class=menu href="../index.html">Home</a></td>');
document.write('</tr>');
document.write('</table>');
}
