// JavaScript Document
function openBuy(){
	window.open('../buy/buy1.html','new','width=600,height=350, resizable=1');
};
document.write('<table border="0" align="center" style="border: medium none ; width: 750px; background-color: transparent;">');
document.write('    <tbody>');
document.write('       <tr>');
document.write('        <td style="width: 750px; height: 1px;border-top:3px solid #fb7f01 "></td>');
document.write('      </tr>');
document.write('	  <tr>');
document.write('        <td style="text-align: center; height: 105px; background-color: transparent;">');
document.write('            <a id="ctl00_MasterFooter_ctl00_hlHome" class="footer" href="../index.html">Home</a>');
document.write('            &nbsp;|&nbsp;');
document.write('            <a class="footer" href="../science/science3.html">Boost Your Immune Power</a>');
document.write('            &nbsp;|&nbsp;');
document.write('            <a class="footer" href="../science/science7.html">GNLD Science</a>');
document.write('            &nbsp;|&nbsp;');
document.write('            <a class="footer" href="../product/product1.html">Carotenoid Complex Story</a>');
document.write('            &nbsp;|&nbsp;');
document.write('            <a class="footer" href="../expert/expert1.html">Expert Opinions</a>');
document.write('            &nbsp;|&nbsp;');
document.write('            <a class="footer" href="javascript:openBuy()">How to Buy</a>');
document.write('            <br>');
document.write('            <div class="copyright" style="text-align: center;">©2011, GNLD International, LLC. All rights reserved.</div>');
document.write('            <br>');
document.write('            <br> ');           
document.write('        <!--a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versi%20on=ShockwaveFlash" target="_blank" class="footer">Download Adobe Flash Player</a--></td>');
document.write('    </tr>');
document.write('</tbody></table>');
