<!--
//alert(coded);
//do browser detect stuff

wd = screen.width;
if (wd == 1280)
{ x=700;t1=210;t2=300;t3=385;t4=475;t5=565;t6=650;t7=735;t8=820;t9=905; }
if (wd == 1024)
{ x=700;t1=90;t2=170;t3=260;t4=350;t5=432;t6=520;t7=605;t8=690;t9=780; }
if (wd == 800)
{var x=475; t1=1;t2=80;t3=170;t4=260;t5=350;t6=430;t7=500;t8=590;t9=639; }
if (wd == 640)
{var x=475; t1=1;t2=80;t3=170;t4=260;t5=350;t6=430;t7=500;t8=590;t9=640; }

var flashinstalled = 0;
var flashversion = 0;
var MSDetect = "true";

var y =126;
var NS = (navigator.appName == "Netscape");
var ver = navigator.appVersion
var isNS = (NS && ver.indexOf(5) < 0);
var isNS6 = (NS && ver.indexOf(5) >= 0);
var isMacIE = ( (navigator.userAgent.indexOf("IE 4")  > -1) && (navigator.userAgent.indexOf("Mac")  > -1) );

var layerRef = (isNS) ? "document" : ((isNS6) ? "document.getElementById" : "document.all");

var styleRef = (isNS) ? "" : ".style";

var isDynamic = ( (document.getElementById || document.layers || document.all) && !isMacIE );

//track which menu is active
var activeMenu = 0;

//display a selected menu
function activateMenu(menuLayerRef, offset, voffset) {
        
        if (isDynamic && activeMenu != menuLayerRef) {

                if (activeMenu) hideMenu("menu" + activeMenu);
                        
                menuID = "menu" + menuLayerRef;
                activeMenu = menuLayerRef;
for(i=1;i<=9;i++)
{
	if(menuLayerRef == i)
		offset = eval("t"+i);
}

for(i=10;i<=14;i++)
{
	if(menuLayerRef == i)
		offset = eval("b"+i);
}

hmenuoff = offset;
vmenuoff = voffset;
//alert(hmenuoff +"   "+vmenuoff);
				if (isNS) {
                        document[menuID].top =45;
                        document[menuID].left = offset;
						document[menuID].zIndex = 2;
                }else if(isNS6)
					{
						document.getElementById(menuID).style.top = 620;
                        document.getElementById(menuID).style.left = offset;
						document.getElementById(menuID).style.zIndex = 2;
					}else{
                        document.all[menuID].style.pixelTop = 620;
                        document.all[menuID].style.pixelLeft = offset;
                } // if is NS else
			showMenu(menuID)
        } // if is dynamic and new menu needed
        // kill menu if browser is IE
        if (isDynamic && !isNS && !isNS6) window.event.cancelBubble = true;
} // activateMenu

function showMenu(layerID) {
        if(isNS6)
	{
		eval(layerRef + '("' + layerID + '")' + styleRef + '.visibility = "visible"');
	}else{
		eval(layerRef + '["' + layerID + '"]' + styleRef + '.visibility = "visible"');
	}
}

function hideMenu(layerID) {
	if(isNS6)
	{
		        eval(layerRef + '("' + layerID + '")' + styleRef + '.visibility = "hidden"');
	}else{

		eval(layerRef + '["' + layerID + '"]' + styleRef + '.visibility = "hidden"');
	}
}

// get rid of menus when outside menu or button
function killMenu(e) {
  //check if theres a menu active

  if (activeMenu) {
    menuID = "menu" + activeMenu;
    if (isNS) {
	// top menus
        if (activeMenu <=400) {
	  menuX1 = document[menuID].left;
	  menuX2 = menuX1 + document[menuID].clip.right;
	  menuY1 = document[menuID].top - 25;
	  menuY2 = menuY1 + document[menuID].clip.bottom + 15;
	} // if menu 1 through 4
	// side menus
        if (activeMenu >=401) {
 	  menuX1 = 0;
          menuX2 = 245;
	  menuY1 = document[menuID].top;
	  menuY2 = menuY1 + document[menuID].clip.bottom;
        } // if menu 5 or greater
        if ((e.pageX < menuX1) || (e.pageX > menuX2) ||
             (e.pageY < menuY1) || (e.pageY > menuY2)) {
             hideMenu(menuID);
	     activeMenu = 0;
        } // if in menu
    }else if(isNS6)
	{
		hideMenu(menuID);
		activeMenu = 0;
	} else { // if not NS
	hideMenu(menuID);
	activeMenu = 0;
    }  //if isNS else
  }  //if activeMenu
}  //function

// initialize the menu system
function init() {
  if (isDynamic) {
    if (isNS) { 
	document.captureEvents(Event.MOUSEOVER); 
	document.onmouseover = killMenu;
    }else if (isNS6) { 
	document.onmouseout = killMenu;
	}else {
	document.onmouseover = killMenu;
    } // if NS else
		
  } // if dynamic
} // init


document.write("<DIV ID=\"menu1\" CLASS=\"menu\" ONMOUSEOVER=\"activateMenu(1)\">\
<TABLE WIDTH=\"138\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" HEIGHT=\"5\" COLSTART=\"1\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" COLSTART=\"1\">\
<IMG SRC=\"gifs/drop-tp.gif\" ALT=\"Vaastu\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" BACKGROUND=\"gifs/drop-bg.gif\" BGCOLOR=\"#2F3F40\" COLSTART=\"1\">\
<DIV ALIGN=\"LEFT\" CLASS=\"drp-lnk\">&#164; <A HREF=\"vastushastra.html\">Vastu Shastra</A><BR>\
&#164; <A HREF=\"vaastuplots.html\">Vaastu for Plot</A><BR>\
&#164; <A HREF=\"vaasturooms.html\">Rooms and Positions</A><BR>\
&#164; <A HREF=\"vaastuoffice.html\">Vaastu for Office</A><BR>\
&#164; <A HREF=\"vaastufactory.html\">Vaastu for Industry</A><BR>\
&#164; <A HREF=\"vaastumuhurta.html\">Auspicious Dates</A><BR>\
&#164; <A HREF=\"vaastuchart.htm\">Vaastu Chart</A><BR>\
&#164; <A HREF=\"subject.html\">Subjects Linked</A><BR>\
&#164; <A HREF=\"vaastuyoga.html\">Vaastu Yoga</A><BR>\
&#164; <A HREF=\"vaastushanti.html\">Vaastu Shanti</A><BR>\
&#164; <A HREF=\"vaastu_evaluation.html\">Vaastu Evaluation</A><BR></DIV></TD></TR>\
<TR><TD COLSPAN=\"2\" ALIGN=\"RIGHT\" COLSTART=\"1\"><IMG SRC=\"gifs/drop-bt.gif\" ALT=\"Vaastu\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
</TABLE></DIV>");

document.write("<DIV ID=\"menu2\" CLASS=\"menu\" ONMOUSEOVER=\"activateMenu(2)\">\
<TABLE WIDTH=\"138\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" HEIGHT=\"5\" COLSTART=\"1\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" COLSTART=\"1\">\
<IMG SRC=\"gifs/drop-tp.gif\" ALT=\"Architecture\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" BACKGROUND=\"gifs/drop-bg.gif\" BGCOLOR=\"#2F3F40\" COLSTART=\"1\">\
<DIV ALIGN=\"LEFT\" CLASS=\"drp-lnk\">&#164; <A HREF=\"planarch1.html\">Indian Architecture</A><BR>\
&#164; <A HREF=\"planarch2.html\">Colonial Architecture</A><BR>\
&#164; <A HREF=\"planarch3.html\">Islamic Architecture</A><BR>\
&#164; <A HREF=\"planarch4.html\">Ancient Architecture</A><BR>\
&#164; <A HREF=\"planarch5.html\">Cave Architecture</A><BR>\
&#164; <A HREF=\"planarch6.html\">Rock-Cut Architecture</A><BR>\
&#164; <A HREF=\"planarch7.html\">Temple Architecture</A><BR>\
&#164; <A HREF=\"planarch8.html\">Hindu Architecture</A><BR>\
&#164; <A HREF=\"planarch9.html\">Jain Architecture</A><BR>\
&#164; <A HREF=\"planarch10.html\">Buddhist Architecture</A><BR>\
<A HREF=\"planarch11.html\"><B>Contemporary Architecture</B></A><BR> <A HREF=\"planarch12.html\"><B>Building Biology</B></A> </DIV></TD></TR>\
<TR><TD COLSPAN=\"2\" ALIGN=\"RIGHT\" COLSTART=\"1\"><IMG SRC=\"gifs/drop-bt.gif\" ALT=\"Architecture\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
</TABLE></DIV>");

document.write("<DIV ID=\"menu3\" CLASS=\"menu\" ONMOUSEOVER=\"activateMenu(3)\">\
<TABLE WIDTH=\"138\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" HEIGHT=\"5\" COLSTART=\"1\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" COLSTART=\"1\">\
<IMG SRC=\"gifs/drop-tp.gif\" ALT=\"Interior\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" BACKGROUND=\"gifs/drop-bg.gif\" BGCOLOR=\"#2F3F40\" COLSTART=\"1\">\
<DIV ALIGN=\"LEFT\" CLASS=\"drp-lnk\"> &#164; <A HREF=\"interior1.html\">Bathroom</A><BR>\
&#164; <A HREF=\"interior2.html\">Bedroom</A><BR>\
&#164; <A HREF=\"interior3.html\">Children's Bedroom</A><BR>\
&#164; <A HREF=\"interior4.html\">Dining Room</A><BR>\
&#164; <A HREF=\"interior5.html\">Guest Room</A><BR>\
&#164; <A HREF=\"interior6.html\">Kitchen</A><BR>\
&#164; <A HREF=\"interior7.html\">Puja Room</A><BR>\
&#164; <A HREF=\"interior8.html\">Study Room</A><BR>\
&#164; <A HREF=\"interior9.html\">Toilet</A><BR>\
&#164; <A HREF=\"interior10.html\">Verandah</A><BR> </DIV></TD></TR>\
<TR><TD COLSPAN=\"2\" ALIGN=\"RIGHT\" COLSTART=\"1\"><IMG SRC=\"gifs/drop-bt.gif\" ALT=\"Interior\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
</TABLE></DIV>");

document.write("<DIV ID=\"menu4\" CLASS=\"menu\" ONMOUSEOVER=\"activateMenu(4)\">\
<TABLE WIDTH=\"138\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" HEIGHT=\"5\" COLSTART=\"1\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" COLSTART=\"1\">\
<IMG SRC=\"gifs/drop-tp.gif\" ALT=\"Real Estate\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" BACKGROUND=\"gifs/drop-bg.gif\" BGCOLOR=\"#2F3F40\" COLSTART=\"1\">\
<DIV ALIGN=\"LEFT\" CLASS=\"drp-lnk\"><A HREF=\"usefultips.html\"><B>Useful Tips</B></A><BR>\
&#164; <A HREF=\"usefultips2.html\">How to Choose a Builder</A><BR>\
&#164; <A HREF=\"usefultips3.html\">Property Selling Tips</A><BR>\
&#164; <A HREF=\"usefultips5.html\">House Renting Tips</A><BR>\
<A HREF=\"builder.html\"><B>Builders & Developers</B></A><BR>\
&#164; <A HREF=\"builders1.html\">Ansal API</A><BR>\
&#164; <A HREF=\"builders3.html\">DLF Group</A><BR>\
&#164; <A HREF=\"builders11.html\">Omaxe</A><BR>\
&#164; <A HREF=\"builders12.html\">Parsvnath Developers</A><BR>\
&#164; <A HREF=\"builders15.html\">Shipra Group</A><BR>\
&#164; <A HREF=\"builders16.html\">Supertech Group</A><BR>\
&#164; <A HREF=\"builders18.html\">Unitech Group</A><BR>\
<A HREF=\"housingfinance.html\"><B>Housing Finance Companies</B></A><BR> </DIV></TD></TR>\
<TR><TD COLSPAN=\"2\" ALIGN=\"RIGHT\" COLSTART=\"1\"><IMG SRC=\"gifs/drop-bt.gif\" ALT=\"Real Estate\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
</TABLE></DIV>");


document.write("<DIV ID=\"menu5\" CLASS=\"menu\" ONMOUSEOVER=\"activateMenu(5)\">\
<TABLE WIDTH=\"138\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" HEIGHT=\"5\" COLSTART=\"1\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" COLSTART=\"1\">\
<IMG SRC=\"gifs/drop-tp.gif\" ALT=\"Feng Shui\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" BACKGROUND=\"gifs/drop-bg.gif\" BGCOLOR=\"#2F3F40\" COLSTART=\"1\">\
<DIV ALIGN=\"LEFT\" CLASS=\"drp-lnk\">&#164; <A HREF=\"fengshui5.html\">Tips for Buying a House</A><BR>\
&#164; <A HREF=\"fengshui6.html\">Colours and Numbers</A><BR>\
&#164; <A HREF=\"fengshui7.html\">Workplace and Office</A><BR>\
&#164; <A HREF=\"fengshui8.html\">Fengshui for Relationship</A><BR>\
&#164; <A HREF=\"fengshui9.html\">Fengshui for Study</A><BR>\
&#164; <A HREF=\"fengshui11.html\">Fengshui for Main Door</A><BR>\
&#164; <A HREF=\"fengshui12.html\">Fengshui Items</A><BR>\
&#164; <A HREF=\"fengshui13.html\">Houses and Roads</A><BR>\
&#164; <A HREF=\"fengshui14.html\">Fengshui Tips</A><BR>\
&#164; <A HREF=\"fengshui-cures.html\">Fengshui Cures</A><BR></DIV></TD></TR>\
<TR><TD COLSPAN=\"2\" ALIGN=\"RIGHT\" COLSTART=\"1\"><IMG SRC=\"gifs/drop-bt.gif\" ALT=\"Feng Shui\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
</TABLE></DIV>");

document.write("<DIV ID=\"menu6\" CLASS=\"menu\" ONMOUSEOVER=\"activateMenu(6)\">\
<TABLE WIDTH=\"138\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" HEIGHT=\"5\" COLSTART=\"1\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" COLSTART=\"1\">\
<IMG SRC=\"gifs/drop-tp.gif\" ALT=\"Pyramid\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" BACKGROUND=\"gifs/drop-bg.gif\" BGCOLOR=\"#2F3F40\" COLSTART=\"1\">\
<DIV ALIGN=\"LEFT\" CLASS=\"drp-lnk\"><B>Vaastu Pyramid</B><BR> &#164; <A HREF=\"pyramids4.html\">Vaastu Corrections</A><BR>\
&#164; <A HREF=\"pyramids5.html\">Products and Material</A><BR>\
&#164; <A HREF=\"pyramids6.html\">Vastu Pyramids</A><BR>\
&#164; <A HREF=\"pyramids7.html\">Protection Pyramids</A><BR>\
&#164; <A HREF=\"pyramids8.html\">Personal Pyramids</A><BR>\
&#164; <A HREF=\"pyramids9.html\">Fortune Pyramids</A><BR>\
&#164; <A HREF=\"pyramids10.html\">Swastik Pyramids</A><BR>\
&#164; <A HREF=\"pyramids12.html\">Pyra Cards</A><BR>\
&#164; <A HREF=\"pyramids13.html\">Health Pyramids</A><BR>\
<B>Fengshui Pyramid</B></A><BR>\
&#164; <A HREF=\"pyramids14.html\">Pyron Pyramid</A><BR>\
&#164; <A HREF=\"pyramids16.html\">Fire pyramid</A><BR>\
<B>New Pyramids</B><BR> &#164; <A HREF=\"pyramids17.html\">Astro-Vaastu Pyramids</A><BR>\
&#164; <A HREF=\"pyramids18.html\">Reiki Pyramid</A><BR> </DIV></TD></TR>\
<TR><TD COLSPAN=\"2\" ALIGN=\"RIGHT\" COLSTART=\"1\"><IMG SRC=\"gifs/drop-bt.gif\" ALT=\"Pyramid\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
</TABLE></DIV>");

document.write("<DIV ID=\"menu7\" CLASS=\"menu\" ONMOUSEOVER=\"activateMenu(7)\">\
<TABLE WIDTH=\"138\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" HEIGHT=\"5\" COLSTART=\"1\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" COLSTART=\"1\">\
<IMG SRC=\"gifs/drop-tp.gif\" ALT=\"Astrology\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" BACKGROUND=\"gifs/drop-bg.gif\" BGCOLOR=\"#2F3F40\" COLSTART=\"1\">\
<DIV ALIGN=\"LEFT\" CLASS=\"drp-lnk\">&#164; <A HREF=\"astroannualforecast.html\">Annual Forecast</A><BR>\
&#164; <A HREF=\"astrology1.html\">Vedic Astrology</A><BR>\
&#164; <A HREF=\"astrology2.html\">Nine Planets</A><BR>\
&#164; <A HREF=\"astrology3.html\">Twelve Signs</A><BR>\
&#164; <A HREF=\"astrology5.html\">Nakshatras</A><BR>\
&#164; <A HREF=\"astrology11.html\">Mantra for Planets</A><BR>\
&#164; <A HREF=\"twelvesigns.html\">Creation of Twelve Signs</A><BR>\
&#164; <A HREF=\"lalkitab.html\">Lal Kitab</A><BR>\
&#164; <A HREF=\"gems.html\">Gem Therapy</A><BR>\
&#164; <A HREF=\"astrology-chinese.html\">Chinese astrology</A><BR> </DIV></TD></TR>\
<TR><TD COLSPAN=\"2\" ALIGN=\"RIGHT\" COLSTART=\"1\"><IMG SRC=\"gifs/drop-bt.gif\" ALT=\"Astrology\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
</TABLE></DIV>");

document.write("<DIV ID=\"menu8\" CLASS=\"menu\" ONMOUSEOVER=\"activateMenu(8)\">\
<TABLE WIDTH=\"138\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" HEIGHT=\"5\" COLSTART=\"1\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" COLSTART=\"1\">\
<IMG SRC=\"gifs/drop-tp.gif\" ALT=\"Spiritual Guide\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" BACKGROUND=\"gifs/drop-bg.gif\" BGCOLOR=\"#2F3F40\" COLSTART=\"1\">\
<DIV ALIGN=\"LEFT\" CLASS=\"drp-lnk\">&#164; <A HREF=\"tarot_sub.html\">Tarot Card Reading</A><BR>\
&#164; <A HREF=\"numerology.html\">Numerology</A><BR>\
&#164; <A HREF=\"vaastuyoga.html\">Yoga</A><BR>\
&#164; <A HREF=\"rindtaichi.html\">Tai Chi</A><BR>\
&#164; <A HREF=\"rmeditation.html\">Meditation</A><BR>\
&#164; <A HREF=\"reiki.html\">Reiki</A><BR>\
&#164; <A HREF=\"palmistry.html\">Palmistry</A><BR>\
&#164; <A HREF=\"rhealing.html\">Pranic Healing</A><BR>\
<B>Therapy</B></A><BR>\
&#164; <A HREF=\"rindcolourtherapy.html\">Colour Therapy</A><BR>\
&#164; <A HREF=\"rindcrystaltherapy.html\">Crystal Therapy</A><BR>\
&#164; <A HREF=\"rindangeltherapy.html\">Angel Therapy</A><BR>\
&#164; <A HREF=\"rindprayerpower.html\">Prayer Power</A><BR>\
&#164; <A HREF=\"rindspiritualcounseling.html\">Spiritual Counseling</A><BR>\
&#164; <A HREF=\"rindhypnotherapy.html\">Hypno Therapy</A><BR>\
&#164; <A HREF=\"rindselfhypnosis.html\">Self Hypnosis</A><BR>\
&#164; <A HREF=\"rindpastliferegression.html\">Past Life Regression</A><BR> </DIV></TD></TR>\
<TR><TD COLSPAN=\"2\" ALIGN=\"RIGHT\" COLSTART=\"1\"><IMG SRC=\"gifs/drop-bt.gif\" ALT=\"Spiritual Guide\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
</TABLE></DIV>");

document.write("<DIV ID=\"menu9\" CLASS=\"menu\" ONMOUSEOVER=\"activateMenu(9)\">\
<TABLE WIDTH=\"138\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" HEIGHT=\"5\" COLSTART=\"1\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" COLSTART=\"1\">\
<IMG SRC=\"gifs/drop-tp.gif\" ALT=\"Dowsing\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
<TR><TD WIDTH=\"100%\" VALIGN=\"TOP\" COLSPAN=\"2\" BACKGROUND=\"gifs/drop-bg.gif\" BGCOLOR=\"#2F3F40\" COLSTART=\"1\">\
<DIV ALIGN=\"LEFT\" CLASS=\"drp-lnk\"> &#164; <A HREF=\"dowsing1.html\">What can Be Done</A><BR>\
&#164; <A HREF=\"dowsing2.html\">How Does It Works</A><BR>\
&#164; <A HREF=\"dowsing4.html\">Tools Of Dowsing</A><BR>\
&#164; <A HREF=\"dowsing5.html\">Basic Rules</A><BR>\
&#164; <A HREF=\"dowsing6.html\">Precautions</A><BR>\
&#164; <A HREF=\"dowsing7.html\">Frequently Asked Questions</A> </DIV></TD></TR>\
<TR><TD COLSPAN=\"2\" ALIGN=\"RIGHT\" COLSTART=\"1\"><IMG SRC=\"gifs/drop-bt.gif\" ALT=\"Dowsing\" WIDTH=\"138\" HEIGHT=\"6\"></TD></TR>\
</TABLE></DIV>");

//-->
