	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#FF9966';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFCC';			// Background color when mouse is not over on subs
	var HighBgColor='#F9A53C';			// Background color when mouse is over
	var HighSubBgColor='#F9CF6F';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#F9A53C';			// Border color
	var BorderSubColor='#BE4C00';			// 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=8;				// Font size menu items
	var FontBold=1;				// 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' or 'bottom'
	var ChildOverlap=0.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=1.0;			// vertical overlap child/ parent
	var StartTop=70;				// Menu offset x coordinate
	if(screen.width==1024)
	{
		var StartLeft=(screen.width-795)/2;			// Menu offset y coordinate
	}
	else
	{
		var StartLeft=(screen.width-795)/2;			// Menu offset y coordinate
	}
	
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=8;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=400;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='topFrame';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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_3AImage2.jpg"



// 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_3AImage2.jpg"


Menu1=new Array("About Us","#","",6,20,80);
	Menu1_1=new Array("Background","background.htm","",0,20,110);
	Menu1_2=new Array("MileStones","Milestone.htm","",0,20,110);
	Menu1_3=new Array("Mission Statement","mission.htm","",0,20,110);
	Menu1_4=new Array("Board of Directors","directors.htm","",0);
	Menu1_5=new Array("Quality Policy","quality.htm","",0);
	Menu1_6=new Array("S, H & E Policy","shepolicy.htm","",0);

Menu2=new Array("Business Units","#","",4,20,110);
	Menu2_1=new Array("C.R.A.M.S","crams.htm","",0,20,100);
	Menu2_2=new Array("D.D.D.S.S","discovery_research.htm","",0,20,100);
	Menu2_3=new Array("ACT","http://www.act-india.com","",0,20,100);
	Menu2_4=new Array("Suven Nishtaa","nishtaa.htm","",0,20,100);

Menu3=new Array("R & D","#","",5,20,70);
	Menu3_1=new Array("Discovery Pipeline","discovery.htm","",0,18,130);
	Menu3_2=new Array("Patent Pipeline","Patent.htm","",0,18,120);
	Menu3_3=new Array("Research Publication","researchpub.htm","",0,18,120);
	Menu3_4=new Array("Scientific Presentation","scientific.htm","",0,18,120);
	Menu3_5=new Array("Poster Presentation","poster.htm","",0,18,120);
	


Menu4=new Array("Products","products.htm","",4,20,75);
	Menu4_1=new Array("Advanced Intermediates","advanced intermediates.htm","",0,34,130);
	Menu4_2=new Array("Intermediates","intermediates.htm","",8,20,130);
		Menu4_2_1=new Array("Pyrimidines","pyrimidines.htm","",0,20,100);
		Menu4_2_2=new Array("Indoles","indoles.htm","",0,20,100);
		Menu4_2_3=new Array("Aromatic Acids","aromaticacids.htm","",0,20,100);
		Menu4_2_4=new Array("Indole Carboxylic Acid","indole_carboxylic.htm","",0,40,100);
		Menu4_2_5=new Array("Aromatics","aromatics.htm","",0,20,100);
		Menu4_2_6=new Array("Chiral Building Blocks","chiralblocks.htm","",0,40,100);
		Menu4_2_7=new Array("Carbohydrates","carbohydrates.htm","",0,20,100);
		Menu4_2_8=new Array("Others","others.htm","",0,20,100);
	


	Menu4_3=new Array("Active Pharmaceutical Ingredients (APIs )","appharm.htm","",0,34,100);
	//Menu4_4=new Array("Pyrimidines","pyri.htm","",0,20,100);
	//Menu4_5=new Array("Purines","purines.htm","",0,20,100);
	//Menu4_6=new Array("Imidazoles/Triazoles","imi.htm","",0,20,100);
	//Menu4_7=new Array("APIs","appharm.htm","",0,20,100);
	Menu4_4=new Array("Stock Chemicals for Disposal","stockchemicals.htm","",0,30,100);


Menu5=new Array("Financials","#","",3,20,80);
	Menu5_1=new Array("Financials","financials.htm","",0,20,110);
	Menu5_2=new Array("Archives","archives.htm","",0);
	Menu5_3=new Array("Annual Report","SuvenAnnualReport/indexhome.htm","",0);
	

Menu6=new Array("Corporate Info","#","",5,20,100);
	Menu6_1=new Array("News","news.htm","",0,20,110);
	Menu6_2=new Array("Share Holders","share.htm","",0,20,100);
	Menu6_3=new Array("ECS form","ECS.htm","",0);
	Menu6_4=new Array("Code of Conduct","codeofConduct.htm","",0);
	Menu6_5=new Array("ESOP","stockoption.htm","",0);

Menu7=new Array("Careers","careers.htm","",0,20,80);
Menu8=new Array("Contact Us","contactus.htm","",0,20,85);
Menu9=new Array("Home","default.htm","",0,20,80);
Menu10=new Array(" ",""," ",0,20,30);