
//menu

document.write('<form name="menu">');
document.write('<input type="hidden" name="item1" value="<a class=ads href=index.html>&nbsp;<b>&#187;</b>Home</a>">');
document.write('<input type="hidden" name="item2" value="<a class=ads href=001.html>&nbsp;<b>&#187;</b>About the Presenter</a>">');
document.write('<input type="hidden" name="item3" value="<a class=ads href=002.html>&nbsp;<b>&#187;</b>Outline of the Seminar</a>">');
document.write('<input type="hidden" name="item4" value="<a class=ads href=003.html>&nbsp;<b>&#187;</b>Sample Powerpoint</a>">');
document.write('<input type="hidden" name="item5" value="<a class=ads href=004.html>&nbsp;<b>&#187;</b>Recommended Schedule</a>">');
document.write('<input type="hidden" name="item6" value="<a class=ads href=005.html>&nbsp;<b>&#187;</b>What’s the cost? </a>">');
document.write('<input type="hidden" name="item7" value="<a class=ads href=mailto:Pbishopy@yahoo.com>&nbsp;<b>&#187;</b>Contact Me</a>">');
document.write('<input type="hidden" name="item8" value="<a class=ads href=006.html>&nbsp;<b>&#187;</b>Links</a>">');
document.write('</form>');

