var menutext = "&nbsp;"

menutext += "<a href='index.html' target='_self' class='BODY'>Home</a>&nbsp;"
menutext += "|&nbsp;<a href='download.html' target='_self' class='BODY'>Screen Savers</a>&nbsp;"
menutext += "|&nbsp;<a href='new_introductions.html' target='_self' class='BODY'>Daylilies Introductions</a>&nbsp;"
menutext += "|&nbsp;<a href='future_introductions.html' target='_self' class='BODY'>Future Introductions</a>&nbsp;"
menutext += "|&nbsp;<a href='hostas_ad.html' target='_self' class='BODY'>Hostas</a>&nbsp;"
menutext += "|&nbsp;<a href='order.html' target='_self' class='BODY'>Order Form</a>&nbsp;"
menutext += "<br>"

menutext += "<a href='peony.html' target='_self' class='BODY'>Peony</a>&nbsp;"
menutext += "|&nbsp;<a href='speaking.html' target='_self' class='BODY'>Speaking Engagements</a>&nbsp;"
menutext += "|&nbsp;<a href='shade_garden.html' target='_self' class='BODY'>Shade Gardening</a>&nbsp;"
menutext += "|&nbsp;<a href='helleborus.html' target='_self' class='BODY'>Helleborus</a>&nbsp;"
menutext += "|&nbsp;<a href='gift_cert.html' target='_self' class='BODY'>Gift Gertificates</a>&nbsp;"
menutext += "|&nbsp;<a href='about_us.html' target='_self' class='BODY'>About Us</a>&nbsp;"
menutext += "|&nbsp;<a href='contact_us.html' target='_self' class='BODY'>Contact Us</a>&nbsp;";
menutext += "|&nbsp;<a href='events.html' target='_self' class='BODY'>Upcoming Events</a>&nbsp;";
document.write(menutext);
