<!-- Begin CSS Vertical Menu - menu ver 3.1 2007

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


var paypal		= "yes"				// SHOW VIEW CART BUTTON
var paypalemail		= "contact@healingforharmony.com"	// EDIT WITH YOUR PAYPAL E-MAIL
var leftspacing		= "0"		// LEFT MENU PADDING
var rightspacing	              = "0"		// RIGHT MENU PADDING
var menuside		= "left"	// MENU SIDE | left | right | center
var menuwidth		= "0"		// TOTAL MENU WIDTH (use if wrapping is apparent)


document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="'+leftspacing+'">');
document.write('<img src="images/spacer.gif" width="'+leftspacing+'" height="50">');
document.write('</td><td>');

document.write('<ul id="menunav">');


// START MENU LINKS - EDIT BELOW THIS AREA


document.write('<li style="width: 64px;"><a href="index.htm">Home</a></li>');
document.write('<li style="width: 110px;"><a href="essences.html">Essences</a></li>');
document.write('<li style="width: 120px;"><a href="energyspays.html">Energy Sprays</a></li>');
document.write('<li style="width: 220px;"><a href="mahaLakhsmitemple.html">Maha Devi Energy Products</a></li>');
document.write('<li style="width: 148px;"><a href="otherproducts.html">Other Products</a></li>');


// START VIEW CART CODE

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

document.write('<img src="images/spacer.gif" width="1" height="1">');
   if (paypal == "yes") {
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" class="formmargin">');
document.write('<input type="image" src="images/cart-view-off.png" border="0" name="CartAdd" onmouseover="this.src=\'images/cart-view-on.gif\'" onmouseout="this.src=\'images/cart-view-off.png\'">');

document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="'+paypalemail+'">');
document.write('<input type="hidden" name="display" value="1">');
document.write('</form>');
}



// END LINKS //

// END -->
