document.write("<div class='header'>")

document.write("<img class='flt-r' src='./images/MyronsLogoSmall.gif' />")

document.write("<h1>Myron's Mopeds</h1>")
document.write("<p>1879 W Commonwealth Ave, Unit L , Fullerton, CA 92833<p>")
document.write("<p>(714) 992-5592</p>")

document.write("</div>")

document.write("<div class='top-menu'>")
document.write("<a href='./index.html'>Home</a>")
document.write("<a href='./content/NewMopeds/NewMopeds.html'>New Mopeds</a>")
document.write("<a href='./content/PartsAndService/PartsAndService.html'>Parts And Service</a>")
document.write("<a href='./content/RideReports/2009.html'>Ride Reports</a>")
document.write("<a href='./content/RiderPics/RiderPics.html'>Rider's Pics</a>")
document.write("<a href='./content/FAQ/FAQ.html'>Moped FAQ</a>")
document.write("</div>")