x<!--
//--------this submenu is compatible with Netscape 6 & 7 -----------Raj Narang----------
//do browser detect stuff

wd = screen.width;

if (wd == 1280)
{var x = 261; z = 503; a=465; b = 175; c = 695;  d = 272; m = 362;}
if (wd == 1024)
{var x = 131; z = 373; a=335; b = 45; c = 565;  d = 142; m = 232;}
if (wd == 800)
{var x = 28;m = 120;z = 258;a = 225;b = -40; d = 50; c = 565;}
if (wd == 640)
{var x=506;}

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) );

/*if(NS)
{
	var layerRef = (isNS) ? "document" : "document.all"; 
}
else{
	var layerRef = (isNS6) ? "document.getElementById" : "document.all";
}
*/

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
//alert(isNS6);
function activateMenu(menuLayerRef, offset, voffset) {

        if (isDynamic && activeMenu != menuLayerRef) {

                if (activeMenu) hideMenu("menu" + activeMenu);
                        
                menuID = "menu" + menuLayerRef;
                activeMenu = menuLayerRef;
                hmenuoff = offset;
                vmenuoff = voffset;
                if (isNS) {

						document[menuID].top = 10 + voffset;
                        document[menuID].left = offset;
						document[menuID].zIndex = 2;
                }else if(isNS6)
					{
                        document.getElementById(menuID).style.top = 22+voffset;
                        document.getElementById(menuID).style.left = offset;
						document.getElementById(menuID).style.zIndex = 2;
					}
				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 && !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 <=7) {
	  menuX1 = document[menuID].left;
	  menuX2 = menuX1 + document[menuID].clip.right;
	  menuY1 = document[menuID].top;
	  menuY2 = menuY1 + document[menuID].clip.bottom;
	//alert(menuX1+"  "+menuX2+"  "+menuY1+"  "+menuY2);
	} // if menu 1 through 5
	// side menus
        if (activeMenu >=8) {
 	  menuX1 = 0;
          menuX2 = 245;
	  menuY1 = document[menuID].top;
	  menuY2 = menuY1 + document[menuID].clip.bottom;
        } // if menu 6 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.MOUSEOUT); 
	document.onmouseout = killMenu;
    }else if (isNS6) { 
	document.onmouseout = killMenu;
	}else {
	document.onmouseover = killMenu;
    } // if NS else
		
  } // if dynamic
} // init


document.write("</head>\
<body bgcolor=\"#FFFFFF\" marginwidth=\"0\" marginheight=\"0\" topmargin=\"2\" leftmargin=\"0\">");

if (isDynamic) {
document.write("<DIV id=\"menu1\" class=\"menu\" onMouseover=\"activateMenu(1,x,31)\">\
<TABLE border=\"0\" WIDTH=\"740\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
      <TR>\
        <TD>\
        <TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"1\" CELLSPACING=\"1\">\
          <TR>\
            <TD HEIGHT=\"30\" CLASS=\"rol\"><A HREF=\"profile.html\">Profile</A> &nbsp;| &nbsp; <A HREF=\"history.html\">History</A> &nbsp;| &nbsp; <A HREF=\"management.html\">Management</A> &nbsp;| &nbsp; <A HREF=\"eldeco-brand.html\">Eldeco Brand</A> &nbsp;| &nbsp;<A HREF=\"business-activity.html\">Business Activities</A> &nbsp;| &nbsp; <A HREF=\"milestone.html\">Future Plans</A></TD>\
          </TR><TR>\
          </TABLE></TD>\
      </TR>\
    </TABLE>\
</DIV>");

document.write("<DIV id=\"menu2\" class=\"menu\" onMouseover=\"activateMenu(2,m,31)\">\
<TABLE border=\"0\" WIDTH=\"350\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
      <TR>\
        <TD>\
        <TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"1\" CELLSPACING=\"1\">\
          <TR>\
            <TD HEIGHT=\"30\" CLASS=\"rol\"><A HREF=\"why-eldeco-nri.html\">Why Eldeco for NRI</A> &nbsp;| &nbsp; <A HREF=\"how-to-settle-in-india.html\">How to Settle in India</A> &nbsp;| &nbsp; <A HREF=\"faqs.html\">FAQs</A></TD>\
          </TR><TR>\
          </TABLE></TD>\
      </TR>\
    </TABLE>\
</DIV>");

document.write("<DIV id=\"menu3\" class=\"menu\" onMouseover=\"activateMenu(3,z,31)\">\
<TABLE border=\"0\" WIDTH=\"500\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
      <TR>\
        <TD>\
        <TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"1\" CELLSPACING=\"1\">\
          <TR>\
            <TD HEIGHT=\"30\" CLASS=\"rol\"><A HREF=\"press-release.html\">Press Release</A> &nbsp;| &nbsp;<A HREF=\"news-letter.html\">Newsletter</A> &nbsp;| &nbsp;<A HREF=\"customer-accreditions.html\">Customer Accreditation</A>&nbsp;| &nbsp;<A HREF=\"eldeco-as-case.html\">Eldeco as a Case Study</A></TD>\
          </TR><TR>\
          </TABLE></TD>\
      </TR>\
    </TABLE>\
</DIV>");

document.write("<DIV id=\"menu4\" class=\"menu\" onMouseover=\"activateMenu(4,a,31)\">\
<TABLE border=\"0\" WIDTH=\"500\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
      <TR>\
        <TD>\
        <TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"1\" CELLSPACING=\"1\">\
          <TR>\
            <TD HEIGHT=\"30\" CLASS=\"rol\"><A HREF=\"mailto:contact@eldecoproperties.com,mcpaid@indiamart.com?subject=Eldeco Group Mail Through eldecogroup.com\">Mail Us</A> &nbsp;| &nbsp; <A HREF=\"query.html\">Query</A> &nbsp;| &nbsp; <A HREF=\"contact.html\">Contact Address</A> &nbsp;| &nbsp; <A HREF=\"career.html\">Career</A> &nbsp;| &nbsp; <A HREF=\"dealer-query-form.html\">Dealer Query Form</A> &nbsp;| &nbsp; <A HREF=\"sitemap.html\">Sitemap</A></TD>\
          </TR><TR>\
          </TABLE></TD>\
      </TR>\
    </TABLE>\
</DIV>");

document.write("<DIV id=\"menu5\" class=\"menu\" onMouseover=\"activateMenu(5,b,31)\">\
<TABLE border=\"0\" WIDTH=\"700\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
      <TR>\
        <TD>\
        <TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"1\" CELLSPACING=\"1\">\
          <TR>\
            <TD HEIGHT=\"30\" CLASS=\"rol\" align=\"right\"><A HREF=\"ncr-delhi.html\">NCR Delhi</A> &nbsp;|&nbsp; <A HREF=\"residential-other.html\">U.P.</A> &nbsp;|&nbsp; <A HREF=\"haryana.html\">Haryana</A> &nbsp;|&nbsp; <A HREF=\"residential-punjab.html\">Punjab</A></TD>\
          </TR><TR>\
          </TABLE></TD>\
      </TR>\
    </TABLE>\
</DIV>");


document.write("<DIV id=\"menu6\" class=\"menu\" onMouseover=\"activateMenu(6,d,31)\">\
<TABLE border=\"0\" WIDTH=\"700\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
      <TR>\
        <TD>\
        <TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"1\" CELLSPACING=\"1\">\
          <TR>\
            <TD HEIGHT=\"30\" CLASS=\"rol\" align=\"right\"><A HREF=\"commercial-ncr-delhi.html\">NCR Delhi</A> &nbsp;|&nbsp; <A HREF=\"commercial-other.html\">U.P.</A></TD>\
          </TR><TR>\
          </TABLE></TD>\
      </TR>\
    </TABLE>\
</DIV>");

}


//-->