/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

//Extra code to find position:
function findPos(){
  if(bw.ns4){   //Netscape 4
    x = document.layers.layerMenu.pageX
    y = document.layers.layerMenu.pageY
  }else{ //other browsers
    x=0; y=0; var el,temp
    el = bw.ie4?document.all["divMenu"]:document.getElementById("divMenu");
    if(el.offsetParent){
      temp = el
      while(temp.offsetParent){ //Looping parent elements to get the offset of them as well
        temp=temp.offsetParent; 
        x+=temp.offsetLeft
        y+=temp.offsetTop;
      }
    }
    x+=el.offsetLeft
    y+=el.offsetTop
  }
  //Returning the x and y as an array
  return [x,y]
}

pos = findPos()

//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=1
//Using the cm_page object to place the menu ----
oCMenu.fromLeft=pos[0]
oCMenu.fromTop=pos[1]
//We also need to "re place" the menu on resize. So:
oCMenu.onresize="pos = findPos(); oCMenu.fromLeft=pos[0]; oCMenu.fromTop=pos[1]"

oCMenu.rows=1
oCMenu.menuPlacement=0
       

                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg=""
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=114
oCMenu.level[0].height=22 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=2
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].height=22
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=0
oCMenu.level[1].borderY=0
oCMenu.level[1].align="right" 

//oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetX=2
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=150
oCMenu.level[2].height=20
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

/*********** === The length of total level[0] menu can not exceed 680 px ===****************/

oCMenu.makeMenu('top00','','Home','/home','',75,22)

oCMenu.makeMenu('top01','','About Us','/aboutmdagsus','',75,22)
  oCMenu.makeMenu('sub0101','top01','Company Overview','/aboutmdagsus/overview','',160)
  oCMenu.makeMenu('sub0102','top01','Events','/aboutmdagsus/events','',160)
  /*oCMenu.makeMenu('sub0102','top01','MDA Corporation','http://www.mdacorporation.com/','',160)*/
  oCMenu.makeMenu('sub0103','top01','Primary Personnel','/aboutmdagsus/personnel','',160)
  /*oCMenu.makeMenu('sub0104','top01','Privacy Policy','/aboutmdagsus/privacy','',160)*/
  oCMenu.makeMenu('sub0105','top01','GSA Schedule','/aboutmdagsus/gsa','',160)
  oCMenu.makeMenu('sub0106','top01','Press Releases','/aboutmdagsus/press','',160)
  /*oCMenu.makeMenu('sub0107','top01','ISO 9001:2000 Certificate','/aboutmdagsus/ISOcert.pdf','',160)*/
  /*oCMenu.makeMenu('sub0108','top01','MDA Logos','/logo','',160)*/
  /*oCMenu.makeMenu('sub0109','top01','Contact Us','/contact','',160)*/
  oCMenu.makeMenu('sub0110','top01','Driving Directions','/aboutmdagsus/directions','',160)
  
	
oCMenu.makeMenu('top02','','What we do','/what-we-do','',95,22)
  oCMenu.makeMenu('sub0201','top02','Geospatial Services','/what-we-do/information-products/','',155)
  oCMenu.makeMenu('sub0202','top02','Engineering Services','/what-we-do/information-solutions/','',155)

  oCMenu.makeMenu('sub0203','sub0201','Digital Imaging','/digital-imaging','',155)
  /*
   oCMenu.makeMenu('suba0301','sub0203','EarthSat NaturalVue','/digital-imaging/earthsat-naturalvue','',170)
   oCMenu.makeMenu('suba0302','sub0203','EarthSat GeoCover','/geologycover','',170)
   oCMenu.makeMenu('suba0303','sub0203','Production Capabilities','/digital-imaging/production-capabilities-support/','',170)
   oCMenu.makeMenu('suba0304','sub0203','Image Products & Services','/digital-imaging/image-products-services/','',170)
  */

  oCMenu.makeMenu('sub0204','sub0201','Environment & GIS','/environment-gis','',155)
  /* 
   oCMenu.makeMenu('suba0101','sub0201','Remote Sensing','/environment-gis/rs','',160)
   oCMenu.makeMenu('suba0102','sub0201','Geographic Info. Systems','/environment-gis/gis','',160)
   oCMenu.makeMenu('suba0103','sub0201','National Security Support','/environment-gis/sec_pol','',160)
  */

  oCMenu.makeMenu('sub0205','sub0201','Geology','/geology','',155)
  /* 
   oCMenu.makeMenu('suba0201','sub0202','Oil & Gas Industry','/geology/oilgas','',150)
   oCMenu.makeMenu('suba0202','sub0202','Mineral Exploration','/geology/mineral','',150)
   oCMenu.makeMenu('suba0203','sub0202','Water Exploration','/geology/water','',150)
   oCMenu.makeMenu('suba0204','sub0202','Engineering Support','/geology/engineering','',150)
  */

  oCMenu.makeMenu('sub0206','sub0201','Weather','/mda-earthsat-weather','',155)
  /*
    oCMenu.makeMenu('suba0401','sub0204','CROPCAST Ag Services','/mda-earthsat-weather/cropcast-ag-services/','',190)
    oCMenu.makeMenu('suba0402','sub0204','EarthSat Energy Weather','/mda-earthsat-weather/earthsat-energy-weather','',190)
    oCMenu.makeMenu('suba0403','sub0204','Historical Weather Data','http://www.earthsat.com/misc/data-lookup/','',190)  
  */

  oCMenu.makeMenu('sub0407','sub0201','Defense','/defense','',155)

  oCMenu.makeMenu('sub0408','sub0202','Engineering Services','/engineering-services/','',160)
  oCMenu.makeMenu('sub0409','sub0202','Supplier Risk Management','/engineering-services/srms','',160)


oCMenu.makeMenu('top03','','Customers','/customers/overview','',75,22)
 oCMenu.makeMenu('sub0301','top03','State & Local Government','/state-local-government/','',165)
 oCMenu.makeMenu('sub0302','top03','Federal Government','/federal-government','',165)
 oCMenu.makeMenu('sub0303','top03','Business & Organizations','/commercial','',165)

oCMenu.makeMenu('top04','','Partners','/mda-partners','',75,22)
 oCMenu.makeMenu('sub0401','top04','Environ-GIS Partners','/mda-partners/environ-partners','',165)
 oCMenu.makeMenu('sub0402','top04','Weather Partners','/mda-partners/weather-partners','',165)

oCMenu.makeMenu('top05','','Careers','https://careers-mdaus.icims.com','',85,22)

/*oCMenu.makeMenu('top06','','News','/news','',85,22)*/
	
	
oCMenu.makeMenu('top07','','Contact Us','/contact/washington','',85,22)
 oCMenu.makeMenu('sub0701','top07','Washington, DC (HQ)','/contact/washington','',140)
 oCMenu.makeMenu('sub0702','top07','Weather Services','http://weather.earthsat.com/contact','',140)
 oCMenu.makeMenu('sub0703','top07','Houston','/contact/houston','',140)
 oCMenu.makeMenu('sub0704','top07','San Diego','/contact/san-diego','',140)
	
//Leave this line - it constructs the menu
oCMenu.construct()
