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|/Inetpub/wwwroot/dhtmlcentral/" //Value: "path_to_menu_file_offline/"
//The onlineUrl variable is the online path to your script. Place in the full path to where your js file is. Remember to end with a slash.
oCMenu.onlineUrl="http://www.dhtmlcentral.com/coolmenus/examples/withframes/" //Value: "path_to_menu_file_online/"


oCMenu.pagecheck=0
oCMenu.checkscroll=0
oCMenu.resizecheck=1
oCMenu.wait=500


oCMenu.usebar=1
oCMenu.barcolor="Silver"
oCMenu.barwidth="menu"
oCMenu.barheight=25
oCMenu.barx= 60
oCMenu.bary=130
oCMenu.barinheritborder=0


oCMenu.rows=1
oCMenu.fromleft=50
oCMenu.fromtop=125
oCMenu.pxbetween=10

oCMenu.menuplacement=0


oCMenu.level[0]=new Array()
oCMenu.level[0].width="11.8%"
oCMenu.level[0].height=20
oCMenu.level[0].bgcoloroff="#fffff1"
oCMenu.level[0].bgcoloron="#ffff8f"
oCMenu.level[0].textcolor="Black"
oCMenu.level[0].hovercolor="#922d00"
oCMenu.level[0].style="padding: 2px 0px 2px 0px; font-family:Times New Roman, Times, serif; font-size:12px; text-align:center; letter-spacing:1px;"

oCMenu.level[0].border=1   //linee separatrici fra i menu
oCMenu.level[0].bordercolor="Silver"
oCMenu.level[0].offsetX=0 //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="verdana,arial,helvetica"
oCMenu.level[0].NS4fontSize="2"

/*New: Added animation features that can be controlled on each level.*/

oCMenu.level[0].clip=1     //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=10  //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=1  //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
//Filters - This can be used to get some very nice effect like fade, slide, stars and so on. EXPLORER5.5+ ONLY - If you set this to a value it will override the clip on the supported browsers
oCMenu.level[0].filter=0   //VALUE: 0 || "filter specs"

oCMenu.level[0].align="bottom" //Value: "top" || "bottom" || "left" || "right"
oCMenu.makeMenu('top1', '', 'Il Coro', '')
      oCMenu.makeMenu('sub1', 'top1', 'Chi Siamo', '_body.asp?pageID=1')
      oCMenu.makeMenu('sub5', 'top1', 'Origini e Obiettivi', '_body.asp?pageID=5')
      oCMenu.makeMenu('sub6', 'top1', 'Organico', '_body.asp?pageID=6')
      oCMenu.makeMenu('sub18', 'top1', 'Foto', '')
            oCMenu.makeMenu('sub8', 'sub18', 'Maggio Musicale 2000', '_body.asp?pageID=8')
            oCMenu.makeMenu('sub19', 'sub18', 'Timisoara 2004', '_body.asp?pageID=19')
oCMenu.makeMenu('top2', '', 'Repertorio', '')
      oCMenu.makeMenu('sub9', 'top2', 'Indice degli Autori', '_body.asp?pageID=9')
      oCMenu.makeMenu('sub20', 'top2', 'AAVV', '_body.asp?pageID=20')
      oCMenu.makeMenu('sub21', 'top2', 'J. S. Bach', '_body.asp?pageID=21')
      oCMenu.makeMenu('sub22', 'top2', 'L. V. Beethoven', '_body.asp?pageID=22')
      oCMenu.makeMenu('sub23', 'top2', 'G. F. Haendel', '_body.asp?pageID=23')
      oCMenu.makeMenu('sub24', 'top2', 'G. Rossini', '_body.asp?pageID=24')
      oCMenu.makeMenu('sub25', 'top2', 'A. Vivaldi', '_body.asp?pageID=25')
oCMenu.makeMenu('top3', '', 'Attivitą', '')
      oCMenu.makeMenu('sub3', 'top3', 'Matrimoni', '_body.asp?pageID=3')
      oCMenu.makeMenu('sub12', 'top3', 'Concerti', '')
            oCMenu.makeMenu('sub7', 'sub12', '2004', '_body.asp?pageID=7')
            oCMenu.makeMenu('sub13', 'sub12', '2003', '_body.asp?pageID=13')
            oCMenu.makeMenu('sub14', 'sub12', '2002', '_body.asp?pageID=14')
            oCMenu.makeMenu('sub15', 'sub12', '2001', '_body.asp?pageID=15')
            oCMenu.makeMenu('sub16', 'sub12', '2000', '_body.asp?pageID=16')
            oCMenu.makeMenu('sub17', 'sub12', '1999', '_body.asp?pageID=17')
oCMenu.makeMenu('top4', '', 'Contatti Utili', '')
      oCMenu.makeMenu('sub2', 'top4', 'Contattaci', '_body.asp?pageID=2')
      oCMenu.makeMenu('sub4', 'top4', 'Links', '_body.asp?pageID=4')

oCMenu.makeStyle(); oCMenu.construct();
