/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='D16F15';			// Background color when mouse is not over
	var LowSubBgColor='D16F15';			// Background color when mouse is not over on subs
	var HighBgColor='62B214';			// Background color when mouse is over
	var HighSubBgColor='62B214';			// Background color when mouse is over on subs
	var FontLowColor='ffffff';			// Font color when mouse is not over
	var FontSubLowColor='ffffff';			// Font color subs when mouse is not over
	var FontHighColor='000000';			// Font color when mouse is over
	var FontSubHighColor='000000';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='9A3700';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=-11;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=17;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='menu';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0				// Uses arrow gifs when 1
	var KeepHilite=0;				// Keep selected path highligthed
	var Arrws=['images/arrow1.gif',5,7,'images/arrow1.gif',5,7,'images/arrow1.gif',5,7];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Services","","",7,21,95);
	Menu1_1=new Array("Property  Sale","property-sale.html","",0,19,170);
	Menu1_2=new Array("Investment Opportunities","investment-opportunities.html","");
	Menu1_3=new Array("Home Finance","home-finance-india.html","");
	Menu1_4=new Array("Property Management","property-management-companies-india.html","",0,19,192);
	Menu1_5=new Array("Furnishing","furnishing.html","");
	Menu1_6=new Array("Letting Management","letting.html","");
	Menu1_7=new Array("Franchise Information","franchise.html","");

Menu2=new Array("Properties","","",2,21,95);
Menu2_1=new Array("Residential","","",21,19,170);
	Menu2_1_1=new Array("Delhi","delhi-builders.html","",0,19,170);
	Menu2_1_2=new Array("Noida","noida-builders.html","",0,19,170);
	Menu2_1_3=new Array("Gurgaon","gurgaon-builders.html","",0,19,170);	
	Menu2_1_4=new Array("Mumbai","mumbai-builders.html","");
	Menu2_1_5=new Array("Bangalore","banglore-builders.html","");
	Menu2_1_6=new Array("Ghaziabad","ghaziabad-builders.html","",0,19,170);
	Menu2_1_7=new Array("Mysore","mysore-builders.html","",0,19,170);
	Menu2_1_8=new Array("Kochi","kochi-builders.html","");
	Menu2_1_9=new Array("Faridabad","faridabad-builders.html","");
	Menu2_1_10=new Array("Kolkata","kolkata-builders.html","");
	Menu2_1_11=new Array("Lucknow","lucknow-builders.html","");
	Menu2_1_12=new Array("Agra","Agra-builders.html","");
	Menu2_1_13=new Array("Derabassi","Derabassi-builders.html","");
	Menu2_1_14=new Array("Dharuhera","Dharuhera-builders.html","");
	Menu2_1_15=new Array("Muradabad","Muradabad-builders.html","");
	Menu2_1_16=new Array("Sonepat","Sonepat-builders.html","");
	Menu2_1_17=new Array("Pune","Pune-builders.html","");
	Menu2_1_18=new Array("Bhubaneshwar","Bhubaneshwar-builders.html","");
	Menu2_1_19=new Array("Rudarpur","rudurpur-builders.html","");
	Menu2_1_20=new Array("Rajpura","Rajpura-builders.html","");
	Menu2_1_21=new Array("Chennai","Chennai-builders.html","");
	
	

	Menu2_1_21=new Array("Other Cities","other-builders.html","");
	
	//Menu2_2=new Array("Commercial","comercial-project.html","");
	Menu2_2=new Array("Commercial","","",10,19,170);

	Menu2_2_1=new Array("Delhi","delhi-commercial-builders.html","",0,19,170);
	Menu2_2_2=new Array("Gurgaon","gurgaon-commercial-builders.html","",0,19,170);	
	Menu2_2_3=new Array("Faridabad","faridabad-commercial-builders.html","");
	Menu2_2_4=new Array("Ghaziabad","ghaziabad-commercial-builders.html","",0,19,170);
	Menu2_2_5=new Array("Noida","noida-commercial-builders.html","",0,19,170);
	Menu2_2_6=new Array("Agra","Agra-Commercial-builders.html","",0,19,170);
	Menu2_2_7=new Array("Bhiwadi","Bhiwari-Commercial-builders.html","",0,19,170);
	Menu2_2_8=new Array("Punjab","Punjab-Commercial-builders.html","",0,19,170);
	Menu2_2_9=new Array("Indrapuram","Indirapuram-Commercial-builders.html","",0,19,170);
	Menu2_2_10=new Array("Lucknow","Lucknow-Commercial-builders.html","",0,19,170);
	

Menu3=new Array("FAQ","","",3,21,95);
	Menu3_1=new Array("Real Estate","faq-real-estate.html","",0,19,170);
	Menu3_2=new Array("Housing Finance","faq-home-finance.html","");
	Menu3_3=new Array("NRI FAQ","faq-nri.html","");

Menu4=new Array("Events","events.html","",0,21,95);
Menu5=new Array("News","news.html","",0,21,95);
Menu6=new Array("Enquire now","enquiry.aspx","",1,21,95);
	Menu6_1=new Array("Contact us","contact-us.html","",0,21,96);
	