/*
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="#efefef";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#2179B8";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#E2E2E2";
separatorsize="1";
padding=1;
fontsize="11";
fontstyle="normal";
fontfamily="Tahoma, Verdana, Arial";
pagecolor="black";
pagebgcolor="#efefef";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/menu/arrow.gif";
subimagepadding="2";
}

with(menuStyle1b=new mm_style()){
onbgcolor="#efefef";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#2179B8";
bordercolor="#E2E2E2";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E2E2E2";
separatorsize="1";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="Tahoma, Verdana, Arial";
pagecolor="black";
pagebgcolor="#efefef";
headercolor="#000000";
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=10;
left=10;
itemwidth="162";
alwaysvisible=1;
orientation="vertical";
position="relative";

aI("text=Espacio Asociativo;url=/html/gc/pg720.aspx ;image=/img/bullet2.gif;");
aI("text=Organos ciudadanos;url=/html/gc/pg721.aspx ;image=/img/bullet2.gif;");
aI("text=Aporta tus ideas;url=/quejas_sugerencias/sugerencias.asp;image=/img/bullet2.gif;");
aI("text=Tu opinión cuenta;url=http://www.ayto-pinto.es/encuesta/encuesta.asp;image=/img/bullet2.gif;");
aI("text=Mejora tu ciudad;url=/quejas_sugerencias/quejas.asp;image=/img/bullet2.gif;");
aI("text=Pinto Arte;url=/html/gc/pg766.aspx ;image=/img/bullet2.gif;");}
drawMenus();

