var menu ='<UL class="sf-menu sf-js-enabled sf-shadow">' 
				+ '<LI>'
					+ '<img src="images/property_rentals.gif" alt="Property Rentals">'
						+ '<UL class="child_ul">'
							+ '<LI><A href="houses-for-lease.php">Houses for Lease</A></LI>'
							+ '<LI><A href="apartments-for-lease.php">Apartments for Lease</A></LI>'
							+ '<LI><A href="commercial-properties-for-lease.php">Commercial Properties for Lease</A></LI>'
							+ '<LI><A href="brochures/rental_listing.pdf">Rental Listing</A></LI>'
						+ '</UL>'
				+ '</LI>'
				+ '<LI>'
					+ '<img src="images/property_sales.gif" alt="Property Sales">'
						+ '<UL class="child_ul">'
							+ '<LI><A href="houses-for-sale.php">Houses for Sale</A></LI>'
							+ '<LI><A href="apartments-for-sale.php">Apartments for Sale</A></LI>'
							+ '<LI><A href="commercial-properties-for-sale.php">Commercial Properties for Sale</A></LI>'
							+ '<LI><A href="land-for-sale.php">Land for Sale</A></LI>'
							+ '<LI><A href="brochures/sales_listing.pdf">Sales Listing</A></LI>'
						+ '</UL>'
				+ '</LI>'
				+ '<LI>'
					+ '<img src="images/boat_sales.gif" alt="Boat Sales">'
						+ '<UL class="child_ul">'
							+ '<LI><A href="boats-for-sale.php">Boats for Sale</A></LI>'
						+ '</UL>'
				+ '</LI>'
				+ '<LI>'
					+ '<img src="images/new_projects.gif" alt="New Projects">'
						+ '<UL class="child_ul">'
							+ '<LI><A href="new-projects.html">New Projects</A></LI>'
						+ '</UL>'
				+ '</LI>'
				+ '<LI>'
					+ '<img src="images/corporate.gif" alt="Corporate">'
						+ '<UL class="child_ul">'
							+ '<LI><A href="about-us.html">About Us</A></LI>'
						+ '</UL>'
				+ '</LI>'
				+ '<LI>'
					+ '<img src="images/more_info.gif" alt="More Info">'
						+ '<UL class="child_ul">'
							+ '<LI><A href="the-smartest-moves-in-real-estate.html">The smartest moves in real estate</A></LI>'
							+ '<LI><A href="buy-your-home-with-century21.html">Buy your home with Century 21</A></LI>'
							+ '<LI><A href="glossary-of-property-terms.html">Glossary of Property Terms</A></LI>'
							+ '<LI><A href="rent-information.html">Rent Information</A></LI>'
							+ '<LI><A href="loan-calculator.php">Loan Calculator</A></LI>'
						+ '</UL>'
				+ '</LI>'
				+ '<LI>'
					+ '<A href="contact-us.html"><img src="images/contact.gif" alt="Contact"></A>'
				+ '</LI>'
			+ '</UL><br /><br /><br />';

	
document.write(menu);