
                                           
                                            
	                 
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="transparent";
oncolor="#edf35b";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="19";
padding="0";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
pagecolor="#ffffff";
pagebgcolor="transparent";
headercolor="#018B9A";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
}

with(menuStyle1b=new mm_style()){
onbgcolor="#018B9A";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CDCDCD";
separatorsize="1";
padding=4;
fontsize="13";
fontstyle="normal";
fontfamily="Verdana, Arial";
pagecolor="#000000";
pagebgcolor="#fff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.informacion94.es/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;
alwaysvisible=1;
orientation="horizontal";
position="relative";

aI("text=Hoteles;showmenu=SubMenuHoteles;");}
with(milonic=new menuname("SubMenuHoteles")){
style=menuStyle1b;
itemwidth="200";

aI("text=&nbsp;::&nbsp;Indice&nbsp;General&nbsp;::&nbsp;;url=http://www.informacion94.com/hoteles.html;separatorsize=1;");
aI("text=&nbsp;en&nbsp;Bizkaia-Vizcaya&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=SubMenuHoteles1;separatorsize=1;");
aI("text=&nbsp;en&nbsp;Gipuzkoa-Guipuzcoa&nbsp;;showmenu=SubMenuHoteles2;separatorsize=1;");
aI("text=&nbsp;en&nbsp;Alava-Araba&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=SubMenuHoteles3;separatorsize=1;");
}

with(milonic=new menuname("SubMenuHoteles1")){
style=menuStyle1b;
itemwidth="180";

aI("text=en Bizkaia-Vizcaya ;url=http://www.informacion94.com/bizkaia_hoteles.html;");
aI("text=en Bilbao ;url=http://www.informacion94.com/Bilbao-hoteles.html;separatorsize=1;");
}

with(milonic=new menuname("SubMenuHoteles2")){
style=menuStyle1b;
itemwidth="230";

aI("text=en Gipuzkoa-Guipúzcoa ;url=http://www.informacion94.com/gipuzkoa_hoteles.html;");
aI("text=en Donostia-San Sebastian ;url=http://www.informacion94.com/SanSebastian-hoteles.html;separatorsize=1;");
}

with(milonic=new menuname("SubMenuHoteles3")){
style=menuStyle1b;
itemwidth="180";

aI("text=en Alava-Araba ;url=http://www.informacion94.com/alava_hoteles.html;");
aI("text=en Vitoria-Gasteiz ;url=http://www.informacion94.com/Vitoria-Gasteiz-hoteles.html;separatorsize=1;");
}
drawMenus();

