startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
window.onload=startList;


document.write('<table cellpadding=0 cellspacing=0 width=800 border="0">');

document.write('<tr bgcolor=#000000>');
document.write('<td><img src=images/1x1_trans.gif width=15 height=2 alt=></td>');

document.write('<td height="50" class="navigation"><a href="about.html"><img src="images/nav_about_off.gif" width="80" height="19" alt="About Us" border="0" /></a></td>');

document.write('<td><img src=images/1x1_trans.gif width=20 height=2 alt=></td>');

document.write('<td height="50" class="navigation"><a href="tracking.html"><img src="images/nav_tracking_off.gif" width="85" height="19" alt="Tracking" border="0" /></a></td>');

document.write('<td><img src=images/1x1_trans.gif width=20 height=2 alt=></td>');

document.write('<td class="navigation">');

document.write('<ul id="nav"><li><div><a  href="yacht-transport-services.html"><img src="images/nav_services_off.gif" width="74" height="19" alt="Services" border="0"></a></div><ul><li><a href="destinations.html">Destinations</a></li><li><a href="marine-transport-faq.html">FAQ</a></li><li><a href="boat-moving-methods.html">Our methods</a></li></ul></li></ul></td>');

document.write('<td><img src=images/1x1_trans.gif width=20 height=2 alt=></td>');

document.write('<td class="navigation"><a href="gallery.aspx"><img src="images/nav_gallery_off.gif" width="69" height="19" alt=" Gallery" border="0" /></a></td>');

document.write('<td><img src=images/1x1_trans.gif width=20 height=2 alt=></td>');

document.write('<td class="navigation"><a href="schedule.aspx"><img src="images/nav_schedule_off.gif" width="84" height="19" alt="Schedule" border="0" /></a></td>');

document.write('<td><img src=images/1x1_trans.gif width=20 height=2 alt=></td>');

document.write('<td class="navigation"><a href="contact.html"><img src="images/nav_contact_off.gif" width="101" height="19" alt="Contact Us" border="0" /></a></td>');

document.write('<td><img src=images/1x1_trans.gif width=20 height=2 alt=></td>');

document.write('<td class="navigation"><a href="yacht-transportation-quote.html"><img src="images/nav_quote_off.gif" width="106" height="19" alt="Get A Quote" border="0"></a></td>');

document.write('<td><img src=images/1x1_trans.gif width=15 height=2 alt=></td>');

document.write('</tr></table>');
	
