

/*****************************************************************************
Default browsercheck
******************************************************************************/
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=0

oCMenu=new makeCoolMenu("oCMenu")
oCMenu.useframes=0
oCMenu.frame=""
oCMenu.useNS4links=1
oCMenu.NS4padding=2
oCMenu.checkselect=1
oCMenu.offlineUrl="././././././././"
oCMenu.onlineUrl="././././././././"

oCMenu.pagecheck=0
oCMenu.checkscroll=0
oCMenu.resizecheck=0
oCMenu.wait=1000

oCMenu.usebar=1
oCMenu.barcolor="black"
oCMenu.barwidth=0
oCMenu.barheight=0
oCMenu.barx=141
oCMenu.bary=48
oCMenu.barinheritborder=0

oCMenu.rows=1
oCMenu.fromleft=300
oCMenu.fromtop=70
oCMenu.pxbetween=0
oCMenu.menuplacement=0
oCMenu.NS4hover=1

oCMenu.level[0]=new Array() 
oCMenu.level[0].width=100 
oCMenu.level[0].height=14 
oCMenu.level[0].bgcoloroff="#DE0000"
oCMenu.level[0].bgcoloron="white" 
oCMenu.level[0].textcolor="white"
oCMenu.level[0].hovercolor="#BC0000"
oCMenu.level[0].style="font-family:verdana,arial,helvetica;font-size:8pt;text-align:center;font-weight:bolder;"
oCMenu.level[0].border=1 
oCMenu.level[0].bordercolor="silver" 
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].NS4fontColor="black"
oCMenu.level[0].align="bottom"

//dynamic effect
//oCMenu.level[0].clip=1
//oCMenu.level[0].clippx=2
//oCMenu.level[0].cliptim=2

//special animation filters (IE6 only). Select by removing the // in front of the one you want and placing // before the 0 setting.
//oCMenu.level[0].filter=0


   

//check scrolling routine
function cm_checkScrolled(obj){

}

