

function insert_menu(folder) {

document.write('<p><a href="' + folder + 'wtloss.html">weight loss</a></p>');
document.write('<p><a href="' + folder + 'smoking.html">quitting smoking</a></p>');
document.write('<p><a href="' + folder + 'healing.html">physical healing</a></p>');
document.write('<p><a href="' + folder + 'success.html">success and prosperity</a></p>');
document.write('<p><a href="' + folder + 'emotions.html">emotional healing</a></p>');
document.write('<p><a href="' + folder + 'addictions.html">overcoming addictions</a></p>');
document.write('<p><a href="' + folder + 'anxiety.html">controlling anxiety</a></p>');
document.write('<p><a href="' + folder + 'habits.html">nervous habits</a></p>');
document.write('<p><a href="' + folder + 'problems.html">problem solving</a></p>');
document.write('<p><a href="' + folder + 'creativity.html">creativity</a></p>');
document.write('<p><a href="' + folder + 'spiritual">spiritual growth</a></p>');
document.write('<p><a href="' + folder + 'intuition.html">intuitive development</a></p>');
document.write('<p><a href="' + folder + 'pastlife.html">past life regression</a></p>');
 }