/*****************************************************************************
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 //General debugging variable. Set to 0 for no debugging, 1 for alerts or 2 for status debugging.

oCMenu=new makeCoolMenu("oCMenu")
oCMenu.useframes=0
oCMenu.frame="frmMain"

oCMenu.useclick=0 

oCMenu.useNS4links=1  

oCMenu.NS4padding=2 

oCMenu.checkselect=0

oCMenu.offlineUrl="file:///C|/My Documents/Internet Folders/bmj/djft.js"
oCMenu.onlineUrl="http://www.bmjentertainment.com/"

oCMenu.pagecheck=1
oCMenu.checkscroll=0
oCMenu.resizecheck=1 
oCMenu.wait=1000 

//Background bar properties
oCMenu.usebar=0
oCMenu.barcolor="#38418C"
oCMenu.barwidth="500"
oCMenu.barheight="500"
oCMenu.barx="8" 
oCMenu.bary="95"
oCMenu.barinheritborder=0 

oCMenu.rows=0
oCMenu.fromleft=2
oCMenu.fromtop=120
oCMenu.pxbetween=15

oCMenu.menuplacement=1

//TOP LEVEL PROPERTIES
oCMenu.level[0]=new Array() 
oCMenu.level[0].width=105
oCMenu.level[0].height=20 
oCMenu.level[0].bgcoloroff="transparent" 
oCMenu.level[0].bgcoloron="transparent"
oCMenu.level[0].textcolor="#FF0000" 
oCMenu.level[0].hovercolor="#FFFFFF"
oCMenu.level[0].style="padding:1px; font-family:helvetica, arial; font-size:14px; font-weight:bold" 
oCMenu.level[0].border=2
oCMenu.level[0].bordercolor="transparent" 
oCMenu.level[0].offsetX=-90	
oCMenu.level[0].offsetY=20
oCMenu.level[0].NS4font="tahoma,arial,helvetica"
oCMenu.level[0].NS4fontSize="2"

oCMenu.level[0].clip=0 //Set this to 1 if you want the submenus of this level to "slide" open in a animated clip effect. - Value: 0 || 1
oCMenu.level[0].clippx=20 //If you have clip spesified you can set how many pixels it will clip each timer in here to control the speed of the animation. - Value: px 
oCMenu.level[0].cliptim=1000 //This is the speed of the timer for the clip effect. Play with this and the clippx to get the desired speed for the clip effect (be carefull though and try and keep this value as high or possible or you can get problems with NS4). - Value: milliseconds
oCMenu.level[0].filter=""


oCMenu.level[0].align="right" //Value: "top" || "bottom" || "left" || "right" 

//SUB LEVEL[1] PROPERTIES 
oCMenu.level[1]=new Array() 
oCMenu.level[1].width=90
oCMenu.level[1].height=18
oCMenu.level[1].style="padding:1px; font-family:arial,helvetica; font-size:11px; font-weight:bold"
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-80
oCMenu.level[1].offsetY=-60
oCMenu.level[1].border=2 


oCMenu.level[2]=new Array()
oCMenu.level[2].width=200	
oCMenu.level[2].height=75
oCMenu.level[2].style="padding:1px; font-family:arial,helvetica; font-size:11px; font-weight:normal"
oCMenu.level[2].align="bottom" 
oCMenu.level[2].offsetX=2
oCMenu.level[2].offsetY=0
oCMenu.level[2].border=2 
oCMenu.level[2].NS4font="arial,helvetica"
oCMenu.level[2].NS4fontSize="1"


oCMenu.makeMenu('top0','','&nbsp;Home','index.html','')
	
oCMenu.makeMenu('top1','','&nbsp;Disc Jockeys','discjockey.asp','')

oCMenu.makeMenu('top2','','&nbsp;Photography','photography.asp','')

oCMenu.makeMenu('top3','','&nbsp;Video Service','video.asp','')

oCMenu.makeMenu('top4','','&nbsp;Limousines','limo.asp','')

oCMenu.makeMenu('top5','','&nbsp;Favors','favors.asp','')

oCMenu.makeMenu('top6','','&nbsp;Invitations','favors.asp','')
	
oCMenu.makeMenu('top7','','&nbsp;Contact Us','contact.asp','')
	
oCMenu.makeMenu('top8','','&nbsp;Agenda','agenda.asp','')

oCMenu.makeStyle(); oCMenu.construct()		