/*****************************************************************************
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.godsgolfcourse.com/"

oCMenu.pagecheck=1
oCMenu.checkscroll=0
oCMenu.resizecheck=1
oCMenu.wait=250

oCMenu.rows=1
oCMenu.fromleft=204
oCMenu.fromtop=303
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="#400814"
oCMenu.level[0].bgcoloron="#703008"
oCMenu.level[0].textcolor="white"
oCMenu.level[0].hovercolor="orange"
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;  ART STUDIO','')
        oCMenu.makeMenu('sub01','top0','Art Studio','http://www.valentinedesign.com/art_studio.htm')
        
	
oCMenu.makeMenu('top1','','&nbsp;  FRONT NINE','')
	oCMenu.makeMenu('sub10','top1','Front Nine','http://www.godsgolfcourse.com/index.htm')
        oCMenu.makeMenu('sub11','top1','Gods Golf 1','http://www.godsgolfcourse.com/1golf.htm')
        oCMenu.makeMenu('sub12','top1','Gods Golf 2','http://www.godsgolfcourse.com/2golf.htm')
        oCMenu.makeMenu('sub13','top1','Gods Golf 3','http://www.godsgolfcourse.com/3golf.htm')
        oCMenu.makeMenu('sub14','top1','Gods Golf 4','http://www.godsgolfcourse.com/4golf.htm')
        oCMenu.makeMenu('sub15','top1','Gods Golf 5','http://www.godsgolfcourse.com/5golf.htm')
        oCMenu.makeMenu('sub16','top1','Gods Golf 6','http://www.godsgolfcourse.com/6golf.htm') 
        oCMenu.makeMenu('sub17','top1','Gods Golf 7','http://www.godsgolfcourse.com/7golf.htm') 
        oCMenu.makeMenu('sub18','top1','Gods Golf 8','http://www.godsgolfcourse.com/8golf.htm')  
        oCMenu.makeMenu('sub19','top1','Gods Golf 9','http://www.godsgolfcourse.com/9golf.htm')
               
oCMenu.makeMenu('top2','','&nbsp;  BACK NINE','')
	oCMenu.makeMenu('sub21','top2','Back Nine','http://www.godsgolfcourse.com/back_9.htm')
        oCMenu.makeMenu('sub22','top2','Gods Golf 10','http://www.godsgolfcourse.com/10golf.htm')
        oCMenu.makeMenu('sub23','top2','Gods Golf 11','http://www.godsgolfcourse.com/11golf.htm')
        oCMenu.makeMenu('sub24','top2','Gods Golf 12','http://www.godsgolfcourse.com/12golf.htm')
        oCMenu.makeMenu('sub25','top2','Gods Golf 13','http://www.godsgolfcourse.com/13golf.htm')
        oCMenu.makeMenu('sub26','top2','Gods Golf 14','http://www.godsgolfcourse.com/14golf.htm')
        oCMenu.makeMenu('sub27','top2','Gods Golf 15','http://www.godsgolfcourse.com/15golf.htm')
        oCMenu.makeMenu('sub28','top2','Gods Golf 16','http://www.godsgolfcourse.com/16golf.htm')
        oCMenu.makeMenu('sub29','top2','Gods Golf 17','http://www.godsgolfcourse.com/17golf.htm')
        oCMenu.makeMenu('sub30','top2','Gods Golf 18','http://www.godsgolfcourse.com/18golf.htm')

oCMenu.makeMenu('top3','','&nbsp;  SLIDE SHOW','')
	oCMenu.makeMenu('sub31','top3','PowerPoint SLide Show','http://www.godsgolfcourse.com/18holes.htm')
	
oCMenu.makeStyle(); oCMenu.construct()			
