/********************************************************************************
Variables to set.

Remember that to set fontsize and fonttype you set that in the stylesheet
above!
********************************************************************************/

//Making a menu object
oMenu=new menuObj('oMenu') //Place a name for the menu in there. Must be uniqe for each menu

//Setting menu object variables

//Style variables NOTE: The stylesheet have been removed. Use this instead! (some styles are there by default, like position:absolute ++)
oMenu.clMain='padding:2px; font-family:verdana; font-size:10px; font-weight:bold;' //The style for the main menus
oMenu.clSub='padding:2px; font-family:verdana; font-size:10px' //The style for the submenus
oMenu.clSubSub='padding:2px; font-family:verdana; font-size:10px' //The style for the subsubmenus
oMenu.clAMain='text-decoration:none; color:white' //The style for the main links
oMenu.clASub='text-decoration:none; color:White' //The style for the sub links
oMenu.clASubSub='text-decoration:none; color:White' //The style for the subsub links
//20 
//Background bar properties
oMenu.backgroundbar=0 //Set to 0 if no backgroundbar
oMenu.backgroundbarfromleft=0 //The left placement of the backgroundbar in pixel or %
oMenu.backgroundbarfromtop=0 //The top placement of the backgroundbar  in pixel or %
oMenu.backgroundbarsize="100%" //The size of the bar in pixel or %
oMenu.backgroundbarcolor="Navy" //The backgroundcolor of the bar

oMenu.mainheight=15 //The height of the main menuitems in pixel or %
oMenu.mainwidth=150 //The width of the main menuitems  in pixel or %

/*These are new variables. In this example they are set like the previous version*/
oMenu.subwidth=oMenu.mainwidth // ** NEW ** The width of the submenus
oMenu.subheight=15 //The height if the subitems in pixel or % 

oMenu.subsubwidth=oMenu.mainwidth // ** NEW ** The width of the subsubmenus in pixel or % 
oMenu.subsubheight=oMenu.subheight //** NEW ** The height if the subsubitems in pixel or % 


//Writing out the style for the menu (leave this line!)
oMenu.makeStyle() //40

oMenu.subplacement=oMenu.mainheight //** NEW ** Relative to the main item
oMenu.subsubXplacement=oMenu.subwidth/2 //** NEW ** The X placement of the subsubmenus, relative to the sub item
oMenu.subsubYplacement=7 //** NEW ** The Y placement of the subsubmenus, relative to the sub item

oMenu.mainbgcoloroff='black' //The backgroundcolor of the main menuitems
oMenu.mainbgcoloron='#000066' //The backgroundcolor on mouseover of the main menuitems
oMenu.subbgcoloroff='#666666' //The backgroundcolor of the sub menuitems
oMenu.subbgcoloron='#000066' //The backgroundcolor on mouseover of the sub menuitems
oMenu.subsubbgcoloroff='#333333' //The backgroundcolor of the subsub menuitems
oMenu.subsubbgcoloron='#000066' //The backgroundcolor on mouseover of the subsub menuitems
oMenu.stayoncolor=0 //Do you want the menus to stay on the mouseovered color when clicked?

oMenu.menuspeed=10 //The speed of the clipping in px
oMenu.menusubspeed=15 //The speed of the submenus clipping in px

oMenu.menurows=1 //Set to 0 if you want rows and to 1 if you want columns

oMenu.menueventon="mouse" //Set this to "mouse" if you want the menus to appear onmouseover, set it to "click" if you want it to appear onclick
oMenu.menueventoff="mouse" //Set this to "mouse" if you them to disappear onmouseout, if not set it to "click" 60

//Placement of the menuitems

//Example in %:
//oMenu.menuplacement=new Array("20%","40%","60%","50%","65%") //Remember to make the arrays contain as many values as you have main menuitems

//Example in px: (remember to use the ' ' around the numbers)
//oMenu.menuplacement=new Array(10,200,300,400,500)

//Example right beside eachother (only adding the pxbetween variable)
oMenu.menuplacement=0

//If you use the "right beside eachother" you cant how many pixel there should be between each here
oMenu.pxbetween=0 //in pixel or %

//And you can set where it should start from the left here
oMenu.fromleft=10 //in pixel or %

//This is how much from the top the menu should be.
oMenu.fromtop=60 //in pixel or %

/********************************************************************************
Construct your menus below
********************************************************************************/

//MAIN 0
//Main items:
// makeMain(MAIN_NUM,'TEXT','LINK') (set link to 0 if you want submenus of this menu item)
oMenu.makeMain(0,'Millonarios','millos-index.html')
	//Sub items:
	// makeSub(MAIN_NUM,SUB_NUM,'TEXT','LINK',TOTAL) (set link to 0 if you want submenus of this menu item)
	oMenu.makeSub(0,0,'Equipo','millos-equipo.html',0,9)
	oMenu.makeSub(0,1,'Resultados','millos-resultados.html',9)
	oMenu.makeSub(0,2,'Calendario','millos-programa.html',9)
        oMenu.makeSub(0,3,'Goleadores','millos-goleadores.html',9)
        oMenu.makeSub(0,4,'Posiciones','millos-posiciones.html',9)
        oMenu.makeSub(0,5,'Stma de Campeonato','millos-sistema.html',9)
        oMenu.makeSub(0,6,'Historia','millos-historia.html',9)
        oMenu.makeSub(0,7,'Noticias','http://www.millonarios.com.co/noticias.cfm',9)
        oMenu.makeSub(0,8,'Uniforme','millos-uniforme.html',9)
		//SubSub items:
		// makeSubSub(MAIN_NUM,SUB_NUM,SUBSUB_NUM,'TEXT','LINK',TOTAL)
		

//MAIN 1	
//Main items:
// makeMain(MAIN_NUM,'TEXT','LINK') (set link to 0 if you want submenus of this menu item)	
oMenu.makeMain(1,'Campeonatos',0)

        //Sub items:
        // makeSub(MAIN_NUM,SUB_NUM,'TEXT','LINK',TOTAL) (set link to 0 if you want submenus of this menu item)
        oMenu.makeSub(1,0,'Copa Mustang','/programa.html',4)
        oMenu.makeSub(1,1,'Copa Libertadores','copas-libertadores-index.html',4)
        oMenu.makeSub(1,2,'Copa Merconorte','copas-merconorte-index.html',4)
        oMenu.makeSub(1,3,'Otros','varios.html',4)

//MAIN 2		
oMenu.makeMain(2,'Comandos Azules',0)

        //Sub items:
        // makeSub(MAIN_NUM,SUB_NUM,'TEXT','LINK',TOTAL) (set link to 0 if you want submenus of this menu item)
	oMenu.makeSub(2,0,'Historia','historia.html',6)
	oMenu.makeSub(2,1,'Cantos','cantos1.html',6)
    oMenu.makeSub(2,2,'Viajes','http://www.melodysoft.com/foros/comandos/',6)
    oMenu.makeSub(2,3,'Noticias','http://www.melodysoft.com/foros/comandos/',6)
	oMenu.makeSub(2,4,'Fotos','fotos.html',6)
	oMenu.makeSub(2,5,'Parches','parches.html',6)
	
        oMenu.makeSubSub(2,4,0,'Millonarios','fotos-millos.html',7)
		oMenu.makeSubSub(2,4,1,'La hinchada','fotos-tribuna.html',8)
		oMenu.makeSubSub(2,4,2,'Trapos','fotos-trapos.html',8)
		oMenu.makeSubSub(2,4,3,'2001','fotos-millos2001.html',8)
		oMenu.makeSubSub(2,4,4,'Trapos Robados','fotos-traposrobados.html',8)
		oMenu.makeSubSub(2,4,5,'Viajes','fotos-viajes.html',8)
		oMenu.makeSubSub(2,4,6,'Idolos','fotos-jugadores.html',8)			
		oMenu.makeSubSub(2,4,7,'Salidas','fotos-salidas.html',8)			
		
		oMenu.makeSubSub(2,5,0,'Forza Azurra - Cali','parches-forzaazurra.html',4)	
		oMenu.makeSubSub(2,5,1,'Estados Unidos','parches-usa-1.html',4)	
		oMenu.makeSubSub(2,5,2,'Terror Sur','parches-cts.html',4)	
		oMenu.makeSubSub(2,5,3,'Tampa Bay','parches-tampa.html',4)	
//MAIN 3
oMenu.makeMain(3,'Multimedia',0)
        oMenu.makeSub(3,0,'Cantos','cantosra.html',8)
        oMenu.makeSub(3,1,'Videos','videos.html',8)
        oMenu.makeSub(3,2,'Software','sofware.html',8)
        oMenu.makeSub(3,3,'Juegos','juegos.html',8)
        oMenu.makeSub(3,4,'Transmisiones Radiales','millos-transmisiones.html',8)
        oMenu.makeSub(3,5,'sugerencias','sugerencias.html',8)
		oMenu.makeSub(3,6,'Saca tu correo electronico','correo.html',8)
        oMenu.makeSub(3,7,'Lista de Correo','listadecorreo.html',8)

		oMenu.makeSubSub(3,4,0,'Caracol','envivo_caracol.html',3)
        oMenu.makeSubSub(3,4,1,'Rcn local','envivo_rcnl.html',3)
        oMenu.makeSubSub(3,4,2,'Rock`n gol Radioactiva','envivo_rockngol.html',3)



/********************************************************************************
End menu construction
********************************************************************************/
		
		
//When all the menus are written out we initiates the menu
oMenu.construct()	
