/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (www.dhtmlcentral.com)
adjustments made by jel 12.01.01
******************************************************************************/
function lib_bwcheck(){
	this.ver=navigator.appVersion; this.agent=navigator.userAgent
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6
	this.mac=this.agent.indexOf("Mac")>-1
	this.opera5=this.agent.indexOf("Opera 5")>-1
	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom)
	return this
}
var bw=new lib_bwcheck()
var mDebugging=2
oCMenu=new makeCoolMenu("oCMenu")
oCMenu.useclick=0
oCMenu.useNS4links=1  
oCMenu.NS4padding=2 
oCMenu.checkselect=0

oCMenu.offlineUrl="file:///C|/Program Files/Macromedia/Homesite 5/Web Page/New Site/scripts/"
oCMenu.onlineUrl="http://www.coacinc.com/"

oCMenu.pagecheck=1
oCMenu.checkscroll=0
oCMenu.resizecheck=1
oCMenu.wait=250

oCMenu.rows=1
oCMenu.fromleft=180
oCMenu.fromtop=67
oCMenu.pxbetween=0

oCMenu.menuplacement=new Array("left")

oCMenu.level[0]=new Array()
oCMenu.level[0].width=114
oCMenu.level[0].height=17
oCMenu.level[0].bgcoloroff="black"
oCMenu.level[0].bgcoloron="black"
oCMenu.level[0].textcolor="white"
oCMenu.level[0].hovercolor="#018a73"
oCMenu.level[0].style="padding:4px; font-family:tahoma,arial,helvetica; font-size:11px; font-weight:bold"
oCMenu.level[0].border=1
oCMenu.level[0].bordercolor="black"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=-0
oCMenu.level[0].NS4font="tahoma,arial,helvetica"
oCMenu.level[0].NS4fontSize="2"

oCMenu.level[0].align="bottom"

oCMenu.level[1]=new Array()
oCMenu.level[1].width=112
oCMenu.level[1].height=28
oCMenu.level[1].style="padding:3px; font-family:tahoma, arial,helvetica; font-size:11px; font-weight:bold"
oCMenu.level[1].align="center" 
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=0
oCMenu.level[1].border=1 
oCMenu.level[1].bordercolor="black"

oCMenu.makeMenu('top0','','&nbsp;  Capabilities','')
	oCMenu.makeMenu('sub00','top0','Capabilities','http://www.coacinc.com/capabilities.htm')
        
oCMenu.makeMenu('top1','','&nbsp;  Challenge Course Services','')
	oCMenu.makeMenu('sub10','top1','Challenge Course Services','http://www.coacinc.com/challenge_course_services.htm')
        
       
oCMenu.makeMenu('top2','','&nbsp;  About Our Staff','')
	oCMenu.makeMenu('sub20','top2','About Our Staff','http://www.coacinc.com/about_our_staff.htm')
	
oCMenu.makeMenu('top3','','&nbsp;  Clientele','')
	oCMenu.makeMenu('sub30','top3','Clientele','http://www.coacinc.com/clientele.htm')
        oCMenu.makeMenu('sub31','top3','Event Shots','http://www.coacinc.com/event_shots.htm')
	
	
oCMenu.makeMenu('top4','','&nbsp;  Contact Us','')
	oCMenu.makeMenu('sub40','top4','Contact Us','http://www.coacinc.com/contact_us.htm')
	oCMenu.makeMenu('sub41','top4','Home Page','http://www.coacinc.com/index.htm')
        
              


	
oCMenu.makeStyle(); oCMenu.construct()			

