// JavaScript Document
document.write('<table width="750" cellpadding="1" cellspacing="1" border="0">');
document.write('    <tr>');
document.write('        <td><a href="http://www.gnld.com"><img  src="images/logo_nav.jpg" alt="GNLD" style="border-style:None;border-width:0px;" /></a></td>');
document.write('        <td style="background: #ffffff; width: 593px;"><div align="right" class="footer">');
document.write('              select country: <select name="countrySelected" id="countrySelected" onchange="changeCountry()" style="margin-right:20px">');
document.write('                <option value="USA">USA</option>');
document.write('                <option value="Japan">Japan</option>');
document.write('                <option value="Canada">Canada</option>');
document.write('                <option value="USES">Espa&ntilde;ol</option>');
document.write('              </select>');
document.write('            </div></td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('        <td colspan="2"><img alt="Header" src="images/hdr_rdline.gif" /></td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('        <td colspan="2">');
document.write('        <!-- nav menu-->');
document.write('<table width="750"  background="images/menu_bg.gif">');
document.write('	<tbody><tr>');
document.write('		<td height="33" class="Nav"><a href="index.html">Home</a></td>');
document.write('        <td>&nbsp;</td><td class="Nav"><a href="TreForYou.html">Not Just Juice</a></td>');
document.write('        <td>&nbsp;</td><td class="Nav"><a href="Experience.html">Your Tre&acute; - Every Day</a></td>');
document.write('		<td>&nbsp;</td><td class="Nav"><a href="ScienceInBtl.html">The Science Behind The Essence</a></td>');
document.write('		<td>&nbsp;</td><td class="Nav"><a href="fastFact.html">Fast Facts</a></td>');
document.write('		<td>&nbsp;</td><td class="Nav"><a href="treVideo.html">Listen to the Experts!</a></td>');
document.write('		<td>&nbsp;</td><td class="Nav"><a href="treIngredient.html">Super Ingredients</a></td>');
document.write('	</tr>');
document.write('</tbody></table></td>');
document.write('    </tr>');
document.write('</table>');
