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=0 

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

	oCMenu.useclick=0 
	oCMenu.useNS4links=1  

	oCMenu.NS4padding=2 
	oCMenu.checkselect=1

	oCMenu.pagecheck=0 
	oCMenu.checkscroll=0 
	oCMenu.resizecheck=1 
	oCMenu.wait=800 

	oCMenu.rows=0
	oCMenu.fromleft=6 
	oCMenu.fromtop=122 
	oCMenu.pxbetween=5 

	oCMenu.menuplacement=0

	oCMenu.level[0]=new Array()
	oCMenu.level[0].width=180 
	oCMenu.level[0].height=20 
	oCMenu.level[0].bgcoloroff="#295AB6"
	oCMenu.level[0].bgcoloron="#397EFF"
	oCMenu.level[0].textcolor="#FFFFFF"
	oCMenu.level[0].hovercolor="CEEFEF"
	oCMenu.level[0].style="padding-left:5px;padding-right:5px;padding-top:1px; font-family:arial,tahoma,helvetica; font-size:13px; font-weight:600;text-align :left" 
	oCMenu.level[0].border=1
	oCMenu.level[0].bordercolor="#000000" 
	oCMenu.level[0].offsetX=150 - 10
	oCMenu.level[0].offsetY=-10 
	oCMenu.level[0].NS4font="arial,tahoma,helvetica"
	oCMenu.level[0].NS4fontSize="2"

	oCMenu.level[0].clip=0
	oCMenu.level[0].clippx=0 
	oCMenu.level[0].cliptim=0 
	oCMenu.level[0].filter=0

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

	oCMenu.level[1]=new Array() 
	oCMenu.level[1].width= oCMenu.level[0].width + 5
	oCMenu.level[1].height=20
	oCMenu.level[1].style="padding-left:5px;padding-right:5px;padding-top:1px; font-family:arial,tahoma, helvetica; font-size:12px; font-weight:600"
	oCMenu.level[1].offsetX= -(oCMenu.level[0].width-10)/3

var basedir = "http://www.advancedlabs.com/";

oCMenu.makeMenu('500','','Products', basedir + 'products.php', '', 138)
oCMenu.makeMenu('501','500','Anti-Aging and Immune Health', basedir + 'antiaging.php','',260)
oCMenu.makeMenu('502','500','Weight Management', basedir + 'weight.php','',260)
oCMenu.makeMenu('503','500','Athletic Health and Body Building', basedir + 'bodybuilding.php','',260)

oCMenu.makeMenu('600','','Testimonials', basedir + 'testimonials.php','',138)
oCMenu.makeMenu('601','','Distributor inquiry', basedir + 'distributor.php','',138)
oCMenu.makeMenu('602','','Order', basedir + 'order.php','',138)

oCMenu.makeMenu('615','','Links', basedir + 'links.php','',138)

oCMenu.makeMenu('650','','Contact us', basedir + 'contactus.php','',138)



oCMenu.makeStyle() 
oCMenu.construct()		
