/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='#6B8AA6';			// Background color when mouse is not over
	var LowSubBgColor='#6B8AA6';			// Background color when mouse is not over on subs
	var HighBgColor='#A0B4C6';			// Background color when mouse is over
	var HighSubBgColor='#A0B4C6';			// Background color when mouse is over on subs
	var FontLowColor='#fff';			// Font color when mouse is not over
	var FontSubLowColor='#fff';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#6B8AA6';			// Border color
	var BorderSubColor='#666';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial, helvetica, comic sans"	// Font family menu items
	var FontSize=8;			 		// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=86;				// Menu offset x coordinate
	var StartLeft=3;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// 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='MenuPos';				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',3,6,'images/tridown.gif',6,3,'images/trileft.gif',5,10];	// 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("Home","index.htm","",0,20,60);

Menu2=new Array("Services","services.htm","",3,20,83);
	Menu2_1=new Array("Geospatial Application Services","offshore.htm","",3,20,220);	
		Menu2_1_1=new Array("GIS Consulting ","gis-consulting.htm","",0,20,190);
		Menu2_1_2=new Array("Spatial Modeling & Analysis ","spatial-modeling.htm","",0,20,190);
		Menu2_1_3=new Array("Remote Sensing & Image Processing ","remote-sensing.htm","",0,20,190);
	Menu2_2=new Array("Product Development and Testing Services","outsourced.htm","",4, 20, 220);
		Menu2_2_1=new Array("New Product Design & Development","new-product.htm","",0,20,250);
		Menu2_2_2=new Array("Product Migration and Re-Engineering ","product-migration.htm","",0,20,250);
		Menu2_2_3=new Array("Product Testing and QA (Quality Assurance)  ","product-testing.htm","",0,20,250);
		Menu2_2_4=new Array("Product Maintenance, Support and Enhancements ","product-maintenance.htm","",0,20,250);
	Menu2_3=new Array("Software Development and Maintenance","software-development-and-maintenance.htm","",4, 20, 220);		
		Menu2_3_1=new Array("IDL","idl1.htm","IDL",0,20,50);
		Menu2_3_2=new Array("C++","cplus.htm","C++",0,20,50);
		Menu2_3_3=new Array("Java","java.htm","Java",0,20,50);
		Menu2_3_4=new Array(".NET","dotnet.htm",".NET",0,20,50);

Menu3=new Array("Products","products.htm","",8,20,92);
	Menu3_1=new Array("ENVI","envi.htm","",5,20,120);
		Menu3_1_1=new Array("DEM Extraction Module","dem-extraction-module.htm","",0,20,180);
		Menu3_1_2=new Array("ENVI FLAASH","envi-flaash.htm","",0,20,180);
		Menu3_1_3=new Array("Sarscape for ENVI","sarscape-for-envi.htm","",0,20,180);
		Menu3_1_4=new Array("ENVI Reader for ArcGIS","envi-reader-for-arcgis.htm","",0,20,180);
		Menu3_1_5=new Array("ENVI RX Anomaly Detection Tool","envi-rx-anomaly-detection-tool.htm","",0,20,180);
	Menu3_2=new Array("IDL","idl.htm","",4,20,120);
		Menu3_2_1=new Array("DICOM Tool Kit","dicom-tool-kit.htm","",0,20,140);
		Menu3_2_2=new Array("DICOM Network Services","dicom-network-services.htm","",0,20,140);
		Menu3_2_3=new Array("IDL Dataminer","idl-dataminer.htm","",0,20,140);
		Menu3_2_4=new Array("IDL Wavelet Toolkit","idl-wavelet-toolkit.htm","",0,20,140);
	Menu3_3=new Array("Mathematica","mathematica.htm","",4,20,120);
		Menu3_3_1=new Array("gridMATHEMATICA","gridmathematica.htm","",0,20,210);
		Menu3_3_2=new Array("webMATHEMATICA","webmathematica.htm","",0,20,210);
		Menu3_3_3=new Array("Wolfram Other Resources","wolfram-other-resources.htm","",0,20,210);
		Menu3_3_4=new Array("Mathematica Application Packages","wolfram-research-application-packages.htm","",0,20,210);
		
	Menu3_4=new Array("Tecplot","prdtecplot.htm","",2,20,120);
		Menu3_4_1=new Array("Tecplot 360","techplot-360.htm","",0,20,90);
		Menu3_4_2=new Array("Tecplot Focus","techplot-focus.htm","",0,20,90);
	Menu3_5=new Array("Inpho","inpho.htm","",5,20,120);
		Menu3_5_1=new Array("Image Capture","","",1,20,90);
			Menu3_5_1_1=new Array("UltraScan 5000","ultra-scan-5000.htm","",0,20,90);
		Menu3_5_2=new Array("Triangulation","","",2,20,90);
			Menu3_5_2_1=new Array("MATCH-AT","match-at.htm","",0,20,90);
			Menu3_5_2_2=new Array("inBLOCK","inblock.htm","",0,20,90);
		Menu3_5_3=new Array("Data Capture","","",1,20,90);
			Menu3_5_3_1=new Array("Summit Evolution","summit-evolution.htm","",0,20,90);
		Menu3_5_4=new Array("Terrain Modeling","","",3,20,90);
			Menu3_5_4_1=new Array("MATCH-T","match-t.htm","",0,20,90);
			Menu3_5_4_2=new Array("DTMaster","dtmaster.htm","",0,20,90);
			Menu3_5_4_3=new Array("SCOP++","scop-plus-plus.htm","",0,20,90);
		Menu3_5_5=new Array("Orthophoto","","",2,20,90);
			Menu3_5_5_1=new Array("OrthoMaster","orthomaster.htm","",0,20,90);
			Menu3_5_5_2=new Array("OrthoVista","orthovista.htm","",0,20,90);
	Menu3_6=new Array("DADiSP","dadisp.htm","",0,20,120);
	Menu3_7=new Array("EarthView","","",5,20,120);
		Menu3_7_1=new Array("EarthView SAR APP","sarapp.htm","",0,20,120);
		Menu3_7_2=new Array("EarthView DEMED","demed.htm","",0,20,120);
		Menu3_7_3=new Array("EarthView InSAR","insar.htm","",0,20,120);
		Menu3_7_4=new Array("EarthView Matrix ","matrix.htm","",0,20,120);
		Menu3_7_5=new Array("EarthView Stereo ","stereo.htm","",0,20,120);
	Menu3_8=new Array("Digital Aerial Camera","","",1,20,120);
		Menu3_8_1=new Array("UltraCamX","ultracamx.htm","",0,20,120);
		
Menu4=new Array("Customers","customers.htm","",0,20,82);

Menu5=new Array("Partners","","",3,20,72);
	Menu5_1=new Array("Technical Computing","","",3,20,190);
		Menu5_1_1=new Array("Wolfram Research","wolfram-research.htm","",0,20,100);
		Menu5_1_2=new Array("Tecplot","tecplot-partner.htm","",0,20,92);
		Menu5_1_3=new Array("DADiSP","dadisp1.htm","",0,20,92);
	Menu5_2=new Array("Remote Sensing & Image Processing","","",3,20,190);
		Menu5_2_1=new Array("ITT","itt.htm","",0,20,90);
		Menu5_2_2=new Array("Sarmap","sarmap.htm","",0,20,90);
		Menu5_2_3=new Array("Microsoft Vexcel","ms-vexcel.htm","",0,20,90);

	Menu5_3=new Array("Photogrammetry","","",1,20,90);
	Menu5_3_1=new Array("Inpho","inpho1.htm","",0,20,90);
	
	Menu6=new Array("About Us","about-us.htm","",0,20,92);
	
Menu7=new Array("Media Center","media-center.htm","",2,20,102);
	Menu7_1=new Array("Awards","awards.htm","",0,20,102);
	Menu7_2=new Array("Certificates","certificates.htm","",0,20,102);

Menu8=new Array("Careers","careers.htm","",5,20,72);
	Menu8_1=new Array("Values","values.htm","",0,20,140);
	Menu8_2=new Array("Work Culture","work-culture.htm","",0);
	Menu8_3=new Array("Learning & Development","learning-development.htm","",0);
	Menu8_4=new Array("Team Sierra","team-sierra.htm","",0);
	Menu8_5=new Array("Jobs India","jobs-india.htm","",0);
Menu9=new Array("Contact Us","contact-us.htm","",0,20,82);
