
function onLoad() {
}

// Title and top navigation bar
document.write('   <center>');
document.write('<table width="761" border="0" cellpadding="0" cellspacing="0">');
document.write('</table>');
document.write('<center>');



document.write('    <!-- Page-width table to contain left nav, right nav etc -->');
document.write('    <table class="page_table">');

document.write('  <tr> ');
document.write('     <td valign="top" height="70" colspan=3 class="title-td"><center><za href="index.html"><font size="+5" color="0000ff">');
document.write('            <b>Past Life Regression</b>');
document.write('            </font></za></center></td>');
document.write('  </tr>');

// Top-level options
document.write('  <tr class="top-level-options"> ');
document.write('  <td colspan="2"> ');
document.write('     <span class="top-level-option"><a href="index.html">Past Life Regression</a></span>');
document.write('     <span class="top-level-option"><a href="under-construction.htm">Sanskrit Mantras</a></span>');
document.write('     <span class="top-level-option"><a href="under-construction.htm">Tarot and other Tools</a></span>');
document.write('  <td> ');
document.write('  </tr> ');


document.write('        <tr>');
document.write('');
document.write('            <!-- the Left Navigation Pane -->');
document.write('            <td align="left" valign="top" class="left_nav_cell">');
document.write('');
document.write('                <div id="header_tabs">');
document.write('                    <ul>');
document.write('                        <li class="" class="TSG_header_tabs_width">');
document.write('                            <a href="index.html" title="" class="TSG_header_tabs_width">Past life regression</a>');
document.write('                        </li>');
document.write('                        <li class="">');
document.write('                            <a href="the-subconscious.htm" title="">The subconscious</a>');
document.write('                        </li>');
document.write('                        <li class="">');
document.write('                            <a href="preparing-for-a-session.htm" title="">Preparing for a session</a>');
document.write('                        </li>');
document.write('                        <li class="">');
document.write('                            <a href="past-life-experiences.htm" title="">Past life experiences</a>');
document.write('                        </li>');
document.write('                        <li class="">');
document.write('                            <a href="cost-of-sessions.htm" title="">What does it cost?</a>');
document.write('                        </li>');
//document.write('                        <li class="">');
//document.write('                            <a href="dolores-cannon.htm" title="">Dolores Cannon</a>');
//document.write('                        </li>');
document.write('                        <li class="">');
document.write('                            <a href="richard-holmes.htm" title="">About Richard</a>');
document.write('                        </li>');
//document.write('                        <li class="">');
//document.write('                            <a href="dolores-cannon.htm" title="">What I\'ve learned</a>');
//document.write('                        </li>');
document.write('                        <li class="">');
document.write('                            <a href="contact-details.htm" title="">Contact details</a>');
document.write('                        </li>');
document.write('                    </ul>');
//document.write('                    <img src="buddha_sm.jpg" alt="" border="0" width="170" class="left_img"><br>');
//document.write('                    <img src="stonehenge_sm.jpg" alt="" border="0" width="170" class="left_img"><br>');
document.write('                </div>');
document.write('            </td>');
<!-- End of the Left Navigation Pane -->

<!-- central content pane -->
document.write('            <td class="content_pane">');




function footer() {
	document.write('  <br/>');
	document.write('  <br/>');
	document.write('  </tr>');
	document.write('  <tr><td colspan="2">');
	document.write('  <hr>');
	document.write('  </td></tr>');
	document.write('</table>');
	document.write('  <br/>');
	document.write('</body>');
	document.write('</html>');
}


