document.write('<div>');
document.write('			<div style="position:relative; height:0px; font-size:1px; text-align:right;">');
document.write('				<div id="HeadNavi" style="position:absolute; right:99px; top:110px; width:380px; height:10px; z-index:1; visibility: visible;">');
document.write('  <table width="100%"  border="0" cellspacing="0" cellpadding="0">');
document.write('    <tr>');
document.write('      <td><a href="../index.html"  class="headNavi">Home</a></td>');
document.write('      <td><a href="../videos.html" class="headNavi">Videos</a></td>');
//document.write('      <td><a href="send_e-card.html" class="headNavi">Videos</a></td>');
document.write('      <td><a href="../downloads.html" class="headNavi">Downloads</a></td>');
document.write('      <td><a href="../making_beer.html" class="headNavi">Making Beer</a></td>');
//document.write('      <td><a href="know-more_about-beer.html" class="headNavi">Fun with Beer </a></td>');
document.write('      <td><a href="../contact-us.html" class="headNavi">Contact Us </a></td>');
document.write('      <td><a href="../sitemap.html" class="headNavi">Sitemap</a></td>');
document.write('    </tr>');
document.write('  </table>');
document.write('				</div>');
document.write('			</div>');
document.write('		</div>');