
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/
                     
                                            
                                            
                                            
	                 
effect="Shadow(color='#999999', Direction=135, Strength=5)"



_menuCloseDelay=500;                // The time delay for menus to remain visible on mouse out                   
_menuOpenDelay=150;                 // The time delay before menus open on mouse over                            
_scrollAmount=3;                                                                   
_scrollDelay=20;                                                                         
_followSpeed=5;
_followRate=40;
_subOffsetTop=0;                    // Sub menu top offset        
_subOffsetLeft=0;
menualign="left";                   // Sub menu left offset 


with(menuStyle1=new mm_style()){
onbgcolor="#ffffff";
oncolor="#032EBA";
offbgcolor="#eff7fd";
offcolor="#032EBA";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Arial";
pagecolor="#032EBA";
pagebgcolor="#eff7fd";
headercolor="#032EBA";
headerbgcolor="#ffffff";
subimage="/menu/arrow.gif";
subimagepadding="2";
}

with(menuStyle1b=new mm_style()){
onbgcolor="#ffffff";
oncolor="#032EBA";
offbgcolor="#eff7fd";
offcolor="#032EBA";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Arial";
pagecolor="#032EBA";
pagebgcolor="#eff7fd";
headercolor="#032EBA";
headerbgcolor="#ffffff";
subimage="/menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)";
}




with(milonic=new menuname("Main Menu")){
style=menuStyle1;
top=100;
left=10;
itemwidth="100%";
borderwidth=1;
borderstyle="solid";
bordercolor="#ffffff";
alwaysvisible=1;
orientation="vertical";
openstyle="right";
position="relative"; 



aI("text=Procedimientos Abiertos y Negociados;url=/concursos/;image=/img/bullet1.gif;");
aI("text=Facturación Proveedores;url=/proveedores/;image=/img/bullet1.gif;");
aI("text=Normas para Proveedores;url=/normas/;image=/img/bullet1.gif;");


}



drawMenus();


