

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FF9966";
oncolor="#ffffff";
offbgcolor="#FFCF9F";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FF9966";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../imagenesweb/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
position="relative";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.hotelgransol.net/Index.asp;status=Home Page;");
aI("text=Bookings;url=http://www.hotelgransol.net/bookings.asp;status=Bookings;");
aI("text= The Hotel;showmenu=The Hotel;");
aI("text=Internet;showmenu=Internet;");
aI("text=Ibiza Photos;url=indexibiza.asp;");
aI("text=Links;showmenu=Links;");
aI("text=Contact;url=contact.asp;");
}

with(milonic=new menuname("The Hotel")){
style=menuStyle;
overflow="scroll";
aI("text=Location;url=http://www.hotelgransol.net/map.asp;");
aI("text= 2010 Prices;url=http://www.hotelgransol.net/prices2010.asp;");
aI("text= 2011 Prices;url=http://www.hotelgransol.net/prices2011.asp;");
aI("text=Photos;url=http://www.hotelgransol.net/photos.asp;");
aI("text=Services;url=http://www.hotelgransol.net/services.asp;");
aI("text=Guest reviews @ Tripadvisor;url=http://www.tripadvisor.com/Hotel_Review-g652116-d238995-Reviews-Hotel_Gran_Sol-Sant_Antoni_de_Portmany_Ibiza_Balearic_Islands.html#;target=_blank");
aI("text=Guest reviews @ IbizaSpotlight;url=http://www.ibiza-spotlight.com/reviews/hotels/gransol_i.htm;target=_blank");
aI("text=Sign our Guest Book;url=http://www.hotelgransol.net/librovisitas.asp;");
aI("text=Our Facebook;url=http://www.facebook.com/pages/San-Antonio-Abad-Spain/Hotel-Gran-Sol-Ibiza/216297400523?v=wall;target=_blank");
}


with(milonic=new menuname("Internet")){
style=menuStyle;
aI("text=Internet Access;url=http://www.hotelgransol.net/kiosk.asp;");
aI("text=Wireless Access;url=http://www.hotelgransol.net/wireless.asp;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Our Facebook;url=http://www.facebook.com/pages/San-Antonio-Abad-Spain/Hotel-Gran-Sol-Ibiza/216297400523?v=wall;target=_blank");
aI("text=Hostal Roca;url=http://www.hotelgransol.net/hostalroca/indexing.html;target=_blank");
aI("text=Ibiza Restaurants;url=http://www.ibiza-restaurants.com/;target=_blank");
aI("text=Currency Converter;url=http://www.xe.com/ucc/;target=_blank");
aI("text=Ibiza bus timetables;url=http://www.ibizabus.com;target=_blank");
aI("text=Formentera;url=http://www.guiaformentera.com/;target=_blank");
}





drawMenus();

