//Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)
//DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com

//Menu object creation
oCMenuL=new makeCM("oCMenuL") //Making the menu object. Argument: menuname
//Menu properties   
oCMenuL.pxBetween=0
oCMenuL.fromTop=457
oCMenuL.rows=1
oCMenuL.menuPlacement="left"
oCMenuL.fromLeft=374
oCMenuL.offlineRoot="file:///F:/art/clean site/" 
oCMenuL.onlineRoot="http://www.lsw-architects.com/" 
oCMenuL.resizeCheck=1 
oCMenuL.wait=400
oCMenuL.fillImg="/images/cm_fill.gif"
oCMenuL.zIndex=200

//Background bar properties
oCMenuL.useBar=0
oCMenuL.barWidth="438"
oCMenuL.barHeight="menu" 
oCMenuL.barClass="cl3Bar"
oCMenuL.barX=60 
oCMenuL.barY=16
oCMenuL.barBorderX=0
oCMenuL.barBorderY=0
oCMenuL.barBorderClass=""

//Level properties - ALL properties have to be specified in level 0
oCMenuL.level[0]=new cm_makeLevel() //Add this for each new level
oCMenuL.level[0].width=169
oCMenuL.level[0].height=13
oCMenuL.level[0].regClass="cl3Level1"
oCMenuL.level[0].overClass="cl3Level1over"
oCMenuL.level[0].borderX=0
oCMenuL.level[0].borderY=0
oCMenuL.level[0].borderClass="cl3Level1border"
oCMenuL.level[0].offsetX=-1
oCMenuL.level[0].offsetY=0
oCMenuL.level[0].rows=0
oCMenuL.level[0].arrow=0
oCMenuL.level[0].arrowWidth=0
oCMenuL.level[0].arrowHeight=0
oCMenuL.level[0].align="bottom"
oCMenuL.level[0].slidepx=8
oCMenuL.level[0].slidetim=26

oCMenuL.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenuL.level[1].height=13
oCMenuL.level[1].borderX=1
oCMenuL.level[1].borderY=1
oCMenuL.level[1].align="right" 

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

oCMenuL.makeMenu('location0','','','','','169','13','images/header_ProjectLocation.gif','images/header_ProjectLocation-over.gif')
  oCMenuL.makeMenu('sub02','location0','Projects in this vicinity','','','169','13','','',"clLtBlue","clLtBlue")
  oCMenuL.makeMenu('sub03','location0','Fruit Valley Elementary School','','','','','','','','','','','',"window.open('fruitvalley_es.html','_self')")
  oCMenuL.makeMenu('sub04','location0','Jim Parsley Center','','','','','','','','','','','',"window.open('jpc.html','_self')")
  oCMenuL.makeMenu('sub05','location0','Propstra Stadium','','','','','','','','','','','',"window.open('propstra_stadium.html','_self')")
  oCMenuL.makeMenu('sub06','location0','Minnehaha Elementary School','','','','','','','','','','','',"window.open('minnehaha_es.html','_self')")
  oCMenuL.makeMenu('sub07','location0','Discovery Middle School','','','','','','','','','','','',"window.open('discovery_ms.html','_self')")


//Leave this line - it constructs the menu
oCMenuL.construct()

//if(bw.ie55 || bw.ie6){
//oCMenuL.ev.css.filter="alpha(opacity=0);"
//oCMenuL.ev.css.backgroundColor='red'
//}