<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS

var showsflash		= "yes"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "1F1F32"	// FLASH BACKGROUND COLOR
var flashwC		= "175"		// WIDTH OF THE FLASH CHANGER
var flashhC		= "116"		// HEIGHT OF THE FLASH CHANGER

var flashspace		= "40"		// FLASH TOP SPACING
var flashspaceB		= "26"		// FLASH BOTTOM SPACING
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "10"		// MENU TOP SPACING




document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu" onMouseover="Sound()">Home</a>');


// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu" onMouseover="Sound()">About Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="pastlife.html" class="menu" onMouseover="Sound()">Past Life Challenges</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="srtsessions.html" class="menu" onMouseover="Sound()">Sessions with Debi Rose</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="sessions.html" class="menu" onMouseover="Sound()">Spiritual Past Life Sessions</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="advanceddivinelightalchemy.html" class="menu" onMouseover="Sound()">Divine Light Alchemy</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="ordersrtsession1.html" class="menu" onMouseover="Sound()">Schedule A Session</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="optin-co-creationtools.htm" class="menu" onMouseover="Sound()">Co-Creation Tools</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="recommendations.html" class="menu" onMouseover="Sound()">DebiRose Recommendations</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="trainings.html" class="menu" onMouseover="Sound()">New Debi Rose Trainings</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="robertdetzlerbooks.html" class="menu" onMouseover="Sound()">Spiritual Books</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="shadowdance.html" class="menu" onMouseover="Sound()">Past Life Shadow Dancing</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="opentoreceive.html" class="menu" onMouseover="Sound()">Manifesting The Hard Way!</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="testimonials.htm" class="menu" onMouseover="Sound()">Testimonials</a>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="paypal.htm" class="menu" onMouseover="Sound()">Custom Payments</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm#contact" class="menu" onMouseover="Sound()">Contact</a>');


// END TOP LINKS //

document.write('</td></tr><tr><td align="center" class="bottomline">');
document.write('<img src="picts/spacer.gif" width="175" height="'+menuspace+'"></a><br>');

// START BOTTOM LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="site_map.htm" class="menu" onMouseover="Sound()">Site Map</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu" onMouseover="Sound()">Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm#privacy" class="menu" onMouseover="Sound()">Privacy Policy</a>');


// END BOTTOM LINKS //



document.write('</td></tr><tr><td align="center" class="bottomline">');

document.write('<img src="picts/spacer.gif" width="175" height="'+flashspace+'"></a><br>');

// FLASH CHANGER
   if (showsflash == "yes") {
document.write('<div class="printhide">');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="flashchanger"><tr><td valign="top">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" id="imagechanger">');
document.write('<PARAM NAME="movie" VALUE="imagechanger.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+flashcolor+'">');
document.write('<EMBED src="imagechanger.swf" quality="high" wmode="transparent" bgcolor="#'+flashcolor+'"  WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" NAME="imagechanger" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');
document.write('</div>');
}

document.write('<img src="picts/spacer.gif" width="175" height="'+flashspaceB+'"></a><br>');







document.write('</td></tr></table>');

//  End -->