<!--

//do browser detect stuff

wd = screen.width;
if (wd == 1024)
{var x = 286;  z=930; layer7=291;layer8=340;}

if (wd == 800)
{var x=257;  z=620; layer7=262;layer8=269;}

if (wd == 640)
{var x=160;  z=460;}

var isNS = (navigator.appName == "Netscape");
var isMacIE = ( (navigator.userAgent.indexOf("IE 4")  > -1) && (navigator.userAgent.indexOf("Mac")  > -1) );
var layerRef = (isNS) ? "document" : "document.all";
var styleRef = (isNS) ? "" : ".style";
var isDynamic = ( (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;
		
if(offset=='x')
{offset = x;}
if(offset=='y')
{offset = y;}
if(offset=='z')
{offset = z;}
if(menuLayerRef==7)
{
offset=layer7;
}
if(menuLayerRef==8)
{
offset=layer8;
}


offset = x;
if(wd == 640)
voffset = voffset+14;

                hmenuoff = offset;
                vmenuoff = voffset;
                if (isNS) {
                        document[menuID].top = 16 + voffset;
                        document[menuID].left = offset;
                } else {
                        document.all[menuID].style.pixelTop = 25 + voffset;
                        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) window.event.cancelBubble = true;
} // activateMenu

function showMenu(layerID) {
        eval(layerRef + '["' + layerID + '"]' + styleRef + '.visibility = "visible"');
}


function hideMenu(layerID) {
        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 <=7) {
	  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 >=8) {
 	  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 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.MOUSEOUT); 
	document.onmouseout = killMenu;
    } else {
	document.onmouseover = killMenu;
    } // if NS else
		
  } // if dynamic
} // init


/*function hotelname(hname)
{	
	hn=hname;
	return hn;

}*/



document.write("</head>\
<body bgcolor=\"#ffffff\" marginwidth=\"0\" marginheight=\"0\" topmargin=\"0\" leftmargin=\"0\" onload=\"init();get();\">");

if (isDynamic) {


document.write("<DIV id=\"menu1\" class=\"menu\" onMouseover=\"activateMenu(1,x,250)\">\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"carrer-path-report.html\">Career Path Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"business-success-forecast.html\">Business Success Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"jobs-money-forecast.html\">Jobs & Money Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"communications-secrets-forecast.html\">Communications Secrets<BR>&nbsp;&nbsp;Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"coworker-compatibility-report.html\">Coworker Compatibility<BR>&nbsp;&nbsp;Report</A><BR>\
</DIV>");

document.write("<DIV id=\"menu2\" class=\"menu\" onMouseover=\"activateMenu(2,x,250)\">\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"romantic-compatibility-report.html\">Romantic Compatibility<BR>&nbsp;&nbsp;Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"relationship-potential-report.html\">Relationship Potential<BR>&nbsp;&nbsp;Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"compatibility-conflict.html\">Compatibility & Conflict</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"heaven-sent-report.html\">Heaven Sent Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"the-couples-report.html\">The Couples Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"relationship-forecast-for-couples.html\">Relationship Forecast for<BR>&nbsp;&nbsp;Couples</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"romantic-forecast.html\">Romantic Forecast</A><BR>\
</DIV>");

document.write("<DIV id=\"menu3\" class=\"menu\" onMouseover=\"activateMenu(3,x,250)\">\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"relocation-report.html\">Relocation Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"travel-forecast.html\">Travel Forecast</A><BR>\
</DIV>");

//free
document.write("<DIV id=\"menu4\" class=\"menu\" onMouseover=\"activateMenu(4,x,250)\">\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"karmic-love-report.html\">Karmic Love Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"love-meter.html\">Love Meter</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"sexual-soul-mates-report.html\">Sexual Soul Mates Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"singles-love-forecast.html\">Single's Love Forecast</A><BR>\
</DIV>");

document.write("<DIV id=\"menu5\" class=\"menu\" onMouseover=\"activateMenu(5,x,250)\">\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"destiny-report.html\">Destiny Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"life-path-report.html\">Life Path Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"solar-return-birthday-report.html\">Solar Return Birthday<BR>&nbsp;&nbsp;Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"planetary-influence-profile.html\">Planetary Influence Profile</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"destiny-decision-forecast.html\">Destiny & Decisions<BR>&nbsp;&nbsp;Forecast</A><BR>\
</DIV>");

document.write("<DIV id=\"menu6\" class=\"menu\" onMouseover=\"activateMenu(6,x,250)\">\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"canine-personality-profile.html\">Canine Personality Profile</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"childs-personal-astrology-report.html\">Child's Personal Astrology<BR>&nbsp;&nbsp;Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"family-compatibility-report.html\">Family Compatibility<BR>&nbsp;&nbsp;Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"best-friends-report.html\">Best Friends Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"parental-influence-report.html\">Parental Influence Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"friends-trends-future-forecast.html\">Friends, Trends & Future<BR>&nbsp;&nbsp;Forecast</A><BR>\
</DIV>");

document.write("<DIV id=\"menu7\" class=\"menu\" onMouseover=\"activateMenu(7,x,250)\">\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"karmic-love-report.html\">Karmic Love Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"past-life-report.html\">Past Life Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"karma-report.html\">Karma Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"inner-healing-report.html\">Inner Healing Report</A><BR>\
</DIV>");

document.write("<DIV id=\"menu8\" class=\"menu\" onMouseover=\"activateMenu(8,x,250)\">\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"ask-your-astrologer.html\">Ask Your Astrologer</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"planetary-motion-forecast.html\">Planetary Motion Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"one-year-planetary-preview.html\">One Year Planetary Preview</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"relationship-forecast-for-couples.html\">Relationship Forecast for<BR>&nbsp;&nbsp;Couples</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"day-by-day-future-forecast.html\">Day-by-Day Future<BR>&nbsp;&nbsp;Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"art-poppes-future-forecast.html\">Art Poppe's Future Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"your-daily-forecast.html\">Your Daily Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"singles-love-forecast.html\">Single's Love Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"romantic-forecast.html\">Romantic Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"womens-forecast.html\">Women's Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"destiny-decision-forecast.html\">Destiny & Decisions<BR>&nbsp;&nbsp;Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"business-success-forecast.html\">Business Success Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"jobs-money-forecast.html\">Jobs & Money Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"communications-secrets-forecast.html\">Communications Secrets<BR>&nbsp;&nbsp;Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"travel-forecast.html\">Travel Forecast</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"friends-trends-future-forecast.html\">Friends, Trends & Future<BR>&nbsp;&nbsp;Forecast</A><BR>\
</DIV>");

document.write("<DIV id=\"menu9\" class=\"menu\" onMouseover=\"activateMenu(9,x,250)\">\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"planetary-influence-profile.html\">Planetary Influence Profile</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"womens-wisdom-report.html\">Women's Wisdom Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"mens-guide-report.html\">Men's Guide Report</A><BR>\
</DIV>");

document.write("<DIV id=\"menu10\" class=\"menu\" onMouseover=\"activateMenu(10,x,250)\">\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"vedic-consultancy.html\">Vedic Consultancy</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"full-life-predictions.html\">Full Life Predictions</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"yantras.html\">Yantras</A><BR>\
</DIV>");

//free
document.write("<DIV id=\"menu11\" class=\"menu\" onMouseover=\"activateMenu(11,x,250)\">\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"love-meter.html\">Love Meter</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"karmic-love-report.html\">Karmic Love Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"sexual-soul-mates-report.html\">Sexual Soul Mates Report</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"singles-love-forecast.html\">Single's Love Forecast</A><BR>\
</DIV>");

//free
document.write("<DIV id=\"menu12\" class=\"menu\" onMouseover=\"activateMenu(12,x,250)\">\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"marriage-astrology.html\">Marriage</A><BR>\
<IMG SRC=\"gifs/arrow.gif\" ALIGN=\"ABSMIDDLE\" WIDTH=\"5\" HEIGHT=\"5\"><A href=\"matchmaking.html\">Matchmaking</A><BR>\
</DIV>");
}


//-->
