/*****************************************************************************
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()

var mDebugging=2 

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

oCMenu.useclick=0 
oCMenu.useNS4links=1  
oCMenu.NS4padding=2 
oCMenu.checkselect=0


oCMenu.offlineUrl="file:///C|/Data Files/My Web Sites/Tasmanian Craft Fair/" 
oCMenu.onlineUrl="http://www.tascraftfair.com.au/" 

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

oCMenu.usebar=0 
oCMenu.barcolor="" 
oCMenu.barwidth="menu" 
oCMenu.barheight="menu" 
oCMenu.barx="menu" 
oCMenu.bary="menu" 
oCMenu.barinheritborder=1 
oCMenu.rows=0 
oCMenu.fromleft=23 
oCMenu.fromtop=13 
oCMenu.pxbetween=2
oCMenu.menuplacement=0 




oCMenu.level[0]=new Array()
oCMenu.level[0].width=90 
oCMenu.level[0].height=18 
oCMenu.level[0].bgcoloroff="" 
oCMenu.level[0].bgcoloron="" 
oCMenu.level[0].textcolor="#ffcc99" 
oCMenu.level[0].hovercolor="#ffffff" 
oCMenu.level[0].style="font-family:tahoma,arial,helvetica; font-size:12px; font-weight:bold" 
oCMenu.level[0].border=0 
oCMenu.level[0].bordercolor="#000000" 
oCMenu.level[0].offsetX=10 
oCMenu.level[0].offsetY=0 

oCMenu.level[0].clip=0 
oCMenu.level[0].clippx=0 
oCMenu.level[0].cliptim=0 
oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=1.2)"

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


oCMenu.level[1]=new Array()
oCMenu.level[1].width=100
oCMenu.level[1].height=16
oCMenu.level[1].bgcoloroff="#cc3300"
oCMenu.level[1].bgcoloron="#EE2211"
oCMenu.level[1].style="font-family:tahoma,arial,helvetica; font-size:11px; font-weight:normal" 
oCMenu.level[1].align="bottom" 
oCMenu.level[1].offsetX=10
oCMenu.level[1].offsetY=0
oCMenu.level[1].border=1
oCMenu.level[1].bordercolor="#990000"

oCMenu.makeMenu('top0','','Home','TCF2004/index.html','')
	oCMenu.makeMenu('sub00','top0','&nbsp;Home','TCF2004/index.html')
	oCMenu.makeMenu('sub01','top0','&nbsp;About Us','TCF2004/aboutus.html')
	oCMenu.makeMenu('sub02','top0','&nbsp;Directors Message','TCF2004/directorsmessage.html')
	oCMenu.makeMenu('sub03','top0','&nbsp;Turning Exhibition','TCF2004/turningexhibition.html')
	oCMenu.makeMenu('sub04','top0','&nbsp;Schools Sculptures','TCF2004/schoolssculptures.html')
	oCMenu.makeMenu('sub05','top0','&nbsp;Craft Fair 2005','TCF2004/craftfair2005.html')
	
oCMenu.makeMenu('top1','','Exhibitors','TCF2004/exhibitors.html')
	oCMenu.makeMenu('sub10','top1','&nbsp;Exhibitors','TCF2004/exhibitors.html')
	oCMenu.makeMenu('sub12','top1','&nbsp;Exhibitor Awards','TCF2004/exhibitorawards.html')
	
oCMenu.makeMenu('top2','','Artists','TCF2004/artists.html')
	oCMenu.makeMenu('sub20','top2','&nbsp;Artists','TCF2004/artists.html')	
	oCMenu.makeMenu('sub21','top2','&nbsp;Feature Artists','TCF2004/featureartists.html')
	oCMenu.makeMenu('sub23','top2','&nbsp;Emerging Artist','TCF2004/emergingartist.html')
   	oCMenu.makeMenu('sub24','top2','&nbsp;Philippines','TCF2004/guestnation.html')
    
oCMenu.makeMenu('top3','','Media Images','TCF2004/mediaimages.html')
	oCMenu.makeMenu('sub30','top3','&nbsp;Media Images','TCF2004/mediaimages.html')
	
oCMenu.makeMenu('top5','','History','TCF2004/history.html')
	oCMenu.makeMenu('sub50','top5','&nbsp;History','TCF2004/history.html')
	oCMenu.makeMenu('sub51','top5','&nbsp;TCF 2003','TCF2003/index.html')
	oCMenu.makeMenu('sub52','top5','&nbsp;TCF 2002','TCF2002/index.html')
	oCMenu.makeMenu('sub53','top5','&nbsp;TCF 2001','TCF2001/index.html')
	oCMenu.makeMenu('sub54','top5','&nbsp;TCF 2000','TCF2000/index.html')
	oCMenu.makeMenu('sub55','top5','&nbsp;TCF 1999','TCF1999/index.html')
	oCMenu.makeMenu('sub56','top5','&nbsp;TCF 1998','TCF1998/tascraft.htm')
		
oCMenu.makeStyle(); oCMenu.construct()			

