

/*****************************************************************************
Default browsercheck - Leave this one
******************************************************************************/
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.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() //Making browsercheck object

var mDebugging=2 //General debugging variable. Set to 0 for no debugging, 1 for alerts or 2 for status debugging.

oCMenu=new makeCoolMenu("oCMenu") //Making the menu object. Argument: menuname
oCMenu.useframes=0 //no frames (1 for frames)
oCMenu.frame="" //no frames

oCMenu.useclick=0 //on over (on click=1)
oCMenu.useNS4links=0  
oCMenu.NS4padding=2 
oCMenu.checkselect=0

oCMenu.offlineUrl="file:///C|/WINDOWS/Desktop/Sym-15-7/sym-15-7/scripts/" 
oCMenu.onlineUrl="http://www.iaaf.uwa.edu.au/sym/"

oCMenu.pagecheck=1 
oCMenu.checkscroll=2 
oCMenu.resizecheck=1 
oCMenu.wait=1000 

//Background bar properties
oCMenu.usebar=1 //If you want to use a background-bar for the top items set this on - Value: 1 || 0
oCMenu.barcolor="#FF9933" //The color of the background bar - Value: "color"
oCMenu.barwidth="menu" 
oCMenu.barheight="menu" 
oCMenu.barx="menu" 
oCMenu.bary="menu" 
oCMenu.barinheritborder=0 //Set this to 1 if you want the bar to have the same border as the top menus - Value: 0 || 1

//Placement properties
oCMenu.rows=0
oCMenu.fromleft=5 
oCMenu.fromtop=270
oCMenu.pxbetween=0 
oCMenu.menuplacement=0

//TOP LEVEL PROPERTIES - ALL OF THESE MUST BE SPESIFIED FOR LEVEL[0]
oCMenu.level[0]=new Array() //Add this for each new level
oCMenu.level[0].width=160 //The default width for each level[0] (top) items. You can override this on each item by spesifying the width when making the item. - Value: px || "%"
oCMenu.level[0].height=20 //The default height for each level[0] (top) items. You can override this on each item by spesifying the height when making the item. - Value: px || "%"
oCMenu.level[0].bgcoloroff="A86016" //The default background color for each level[0] (top) items. You can override this on each item by spesifying the backgroundcolor when making the item. - Value: "color"
oCMenu.level[0].bgcoloron="#F7E053" //The default "on" background color for each level[0] (top) items. You can override this on each item by spesifying the "on" background color when making the item. - Value: "color"
oCMenu.level[0].textcolor="#452E0E" //The default text color for each level[0] (top) items. You can override this on each item by spesifying the text color when making the item. - Value: "color"
oCMenu.level[0].hovercolor="#452E0E" //The default "on" text color for each level[0] (top) items. You can override this on each item by spesifying the "on" text color when making the item. - Value: "color"
oCMenu.level[0].style="padding:2px; font-family:arial,helvetica; font-size:11px;" //The style for all level[0] (top) items. - Value: "style_settings"
oCMenu.level[0].border=1 //The border size for all level[0] (top) items. - Value: px
oCMenu.level[0].bordercolor="452E0E" //The border color for all level[0] (top) items. - Value: "color"
oCMenu.level[0].offsetX=3 //The X offset of the submenus of this item. This does not affect the first submenus, but you need it here so it can be the default value for all levels. - Value: px
oCMenu.level[0].offsetY=0 //The Y offset of the submenus of this item. This does not affect the first submenus, but you need it here so it can be the default value for all levels. - Value: px
oCMenu.level[0].NS4font="arial,helvetica"
oCMenu.level[0].NS4fontSize="1"
oCMenu.level[0].align="right" //Value: "top" || "bottom" || "left" || "right" 

oCMenu.makeMenu('top0','','Home','http://www.beap.org/2002/main.html')//item 1
	
oCMenu.makeMenu('top1','','Program','')//Item 2
	oCMenu.makeMenu('sub10','top1','Exhibitions','')
		oCMenu.makeMenu('sub100','sub10','Immersion','http://www.beap.org/2002/program/exhibitions/immersion/index.html')
		oCMenu.makeMenu('sub101','sub10','BioFeel','http://www.beap.org/2002/program/exhibitions/biofeel/index.html')
		oCMenu.makeMenu('sub102','sub10','Screen','http://www.beap.org/2002/program/exhibitions/screen/index.html')
	oCMenu.makeMenu('sub11','top1','Conference','')
		oCMenu.makeMenu('sub110','sub11','Consciousness Reframed 2002','http://www.beap.org/2002/program/conference/reframed/index.html')
		oCMenu.makeMenu('sub111','sub11','The Aesthetics of Care?','http://www.beap.org/2002/program/conference/symbiotica/index.html')
		oCMenu.makeMenu('sub112','sub11','CAiiA-STAR Symposium','http://www.beap.org/2002/program/conference/caiia/index.html')
		oCMenu.makeMenu('sub113','sub11','Teaching in a Digital Domain','http://www.beap.org/2002/program/conference/fearcon/index.html')
		oCMenu.makeMenu('sub114','sub11','Coding the Spectacle','http://www.beap.org/2002/program/conference/spectacle/index.html')
	
		
oCMenu.makeMenu('top2','','Information','')
	oCMenu.makeMenu('sub20','top2','Sponsor','http://www.beap.org/2002/information/sponsor/index.html')
	oCMenu.makeMenu('sub21','top2','Links','http://www.beap.org/2002/information/links/index.html')
	oCMenu.makeMenu('sub22','top2','Maps','http://www.beap.org/2002/information/maps/index.html')


oCMenu.makeMenu('top3','','Themes','')
	oCMenu.makeMenu('sub30','top3','Premise','http://www.beap.org/2002/themes/premise/index.html')
	oCMenu.makeMenu('sub31','top3','Overview','http://www.beap.org/2002/themes/overview/index.html')
		
	
oCMenu.makeMenu('top4','','Contact','http://www.beap.org/2002/contact/index.html')
	
oCMenu.makeMenu('top5','','2004','http://www.beap.org/index.html')		
		
//Leave these two lines! Making the styles and then constructing the menu
oCMenu.makeStyle(); oCMenu.construct()		
