function lib_bwcheck(){ //Browsercheck (needed)
	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.ie7=(this.ver.indexOf("MSIE 7")>-1 && this.dom)?1:0;
	this.ie8=(this.ver.indexOf("MSIE 8")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6||this.ie7||this.ie8
	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.ie8 || this.ie7 || this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom)
	return this
}
var bw=new lib_bwcheck() //Making browsercheck object

var mDebugging=2

oCMenu=new makeCoolMenu("oCMenu") 
oCMenu.useframes=0 
oCMenu.frame="header" 

oCMenu.useclick=0 

oCMenu.useNS4links=1  

oCMenu.NS4padding=2 

oCMenu.checkselect=0

oCMenu.offlineUrl="/pages/navig07.js" 
oCMenu.onlineUrl="/pages/navig07.js" 

oCMenu.pagecheck=0 
oCMenu.checkscroll=0 
oCMenu.resizecheck=0 
oCMenu.wait=600

//Background bar properties
oCMenu.usebar=1 
oCMenu.barcolor="" 
oCMenu.barwidth="" 
oCMenu.barheight=""
oCMenu.barx="0"
oCMenu.bary="0"
oCMenu.barinheritborder=1 

//Placement properties
oCMenu.rows=1 
oCMenu.fromleft=0
oCMenu.fromtop=0
oCMenu.pxbetween=0


oCMenu.menuplacement="top"

//TOP LEVEL PROPERTIES - ALL OF THESE MUST BE SPECIFIED FOR LEVEL[0]
oCMenu.level[0]=new Array() 
oCMenu.level[0].width="" 
oCMenu.level[0].height="20"
oCMenu.level[0].bgcoloroff=""
oCMenu.level[0].bgcoloron="transparent"
oCMenu.level[0].style="padding:0px; font-family:verdana,helvetica; font-size:11px; font-weight:normal"
oCMenu.level[0].textcolor="transparent" 
oCMenu.level[0].hovercolor="transparent"
oCMenu.level[0].border=0 
oCMenu.level[0].bordercolor="#000000"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=-1
oCMenu.level[0].NS4font="verdana,arial,helvetica"
oCMenu.level[0].NS4fontSize="1"

oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.6,wipeStyle=5)"

oCMenu.level[0].align="bottom" 

//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 Array() 
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].height=20
oCMenu.level[1].bgcoloroff="#ffffff"
oCMenu.level[1].bgcoloron="#66ccff"
oCMenu.level[1].style="padding:2px; font-family:verdana,arial,helvetica; font-size:12px; font-weight:normal; color:#333399"
oCMenu.level[1].hovercolor="#ffffff"
oCMenu.level[1].align="bottom" 
oCMenu.level[1].offsetX=-8
oCMenu.level[1].offsetY=+3
oCMenu.level[1].border=1  
oCMenu.level[1].bordercolor="#333399"

/*Variables for each menu item: (** means that they have to be specified!)
name:
parent:
text: 
link:
target:
width: 
height:
img1: off image
img2: onmouseover if using images.
bgcoloroff: 
bgcoloron: 
textcolor:
hovercolor: 
onclick: 
onmouseover: 
onmouseout: 
*/

oCMenu.makeMenu('top0','','Left','','',22,25,'/menu/menuLeft.gif','/menu/menuLeft.gif')

oCMenu.makeMenu('top1','','About Us','','main',62,25,'/menu/NAVIG07_01.gif','/menu/NAVIGrolls07_01.gif')
oCMenu.makeMenu('sub10','top1','Event History','/pages/history.html','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub11','top1','Overview','/pages/overview.html','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub12','top1','Contact Us','/pages/contactUs.html','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')

oCMenu.makeMenu('top2','','Entry','','main',48,25,'/menu/NAVIG07_02.gif','/menu/NAVIGrolls07_02.gif')
oCMenu.makeMenu('sub20','top2','How to Enter','/pages/registerEntry.html','main',140,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub21','top2','Course Info','/pages/courseInfo.html','main',140,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub22','top2','Confirmed Entrants','/pages/entrants.html','main',140,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub23','top2','Corporate Challenge','/pages/CorpCup.html','main',140,20,'','','#ffffff','#66ccff','#333399','#ffffff')

oCMenu.makeMenu('top3','','Results','','main',56,25,'/menu/NAVIG07_03.gif','/menu/NAVIGrolls07_03.gif')
oCMenu.makeMenu('sub30','top3','Event Results','/pages/results.html','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub31','top3','Award Winners','/pages/awards.html','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')

oCMenu.makeMenu('top4','','Photo Gallery','/pages/photoGallery.html','main',83,25,'/menu/NAVIG07_04.gif','/menu/NAVIGrolls07_04.gif')

oCMenu.makeMenu('top5','','Merchandise','/pages/merchandise.html','main',76,25,'/menu/NAVIG07_05.gif','/menu/NAVIGrolls07_05.gif')

oCMenu.makeMenu('top6','','Latest News','','main',80,25,'/menu/NAVIG07_06.gif','/menu/NAVIGrolls07_06.gif')
oCMenu.makeMenu('sub60','top6','Latest News','/pages/newsEvents.html','main',140,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub61','top6','Media Releases','/pages/media.html','main',140,20,'','','#ffffff','#66ccff','#333399','#ffffff')

oCMenu.makeMenu('top7','','Resources','','main',72,25,'/menu/NAVIG07_07.gif','/menu/NAVIGrolls07_07.gif')
oCMenu.makeMenu('sub70','top7','Training','','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub701','sub70','Solo Program','/pages/soloprogram.html','main',140,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub702','sub70','Team Program','/pages/teamprogram.html','main',140,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub703','sub70','Community Training','/pages/comtraining.html','main',140,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub704','sub70','Swimmer Profiles','/pages/swimmerprofile.html','main',140,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub71','top7','Downloads','/pages/downloads.html','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub72','top7','FAQs','/pages/FAQs.html','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub73','top7','Event Feedback','/pages/feedback.html','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub74','top7','Links','/pages/linksAssoc.html','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')

oCMenu.makeMenu('top8','','Entertainment','','main',93,25,'/menu/NAVIG07_08.gif','/menu/NAVIGrolls07_08.gif')
oCMenu.makeMenu('sub80','top8','Whats On','/pages/whatson.html','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub81','top8','Programme','/pages/programme.html','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')

oCMenu.makeMenu('top9','','Busselton','','main',74,25,'/menu/NAVIG07_09.gif','/menu/NAVIGrolls07_09.gif')
oCMenu.makeMenu('sub90','top9','About Busselton','/pages/aboutbusselton.html','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub91','top9','Accommodation','/pages/accommodation.html','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')
oCMenu.makeMenu('sub92','top9','Dining Guide','/pages/dining.html','main',130,20,'','','#ffffff','#66ccff','#333399','#ffffff')

oCMenu.makeMenu('top10','','Sponsors','/pages/linksSponsors.html','main',59,25,'/menu/NAVIG07_10.gif','/menu/NAVIGrolls07_10.gif')

oCMenu.makeMenu('top11','','Forum','http://www.busseltonjettyswim.org.au/forum/index.php','main',55,25,'/menu/NAVIG08_11.gif','/menu/NAVIGrolls08_11.gif')

oCMenu.makeMenu('top12','','Home','/pages/welcome.html','main',70,25,'/menu/NAVIG08_12.gif','/menu/NAVIGrolls08_12.gif')

oCMenu.makeStyle(); oCMenu.construct()