
/*
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  ******* 
*/

_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=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
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="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=240;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=Bodrum;url=http://www.milonic.com/;status=this is where this nice navigation menu comes from;");
aI("text=English;showmenu=English;");
aI("text=Deutsch;showmenu=Deutsch;");
aI("text=Fran&ccedil;ais;showmenu=Francais;");
aI("text=Italiano;showmenu=Italiano;");
}

with(milonic=new menuname("English")){
style=menuStyle;
aI("text=Blue Cruise - basic information;url=http://www.bluecruise.org/English/;");
aI("text=Your Private Boat - <b>Gulet Charter</b>;url=http://www.bluecruise.org/English/boats.html;");
aI("text=Just a Cabin - <b>Cabin charter</b>;url=http://www.bluecruise.org/cabin_ege/cabincharter.html;");
aI("text=See the Map of the Sailing Area;url=http://www.bluecruise.org/map/;");
aI("text=Dining and Wining on a Boat;url=http://www.bluecruise.org/English/food_on_board.html;");
aI("text=FAQ's - We Answered Your Questions;url=http://www.bluecruise.org/cabin_ege/faqs.html;");
aI("text=Enquiry Form - Tell us Your Wishes;url=http://www.bluecruise.org/English/form.html;");
aI("text=<b>Photo Gallery Blue Cruise</b>;url=http://www.bluecruise.org/gallery/sundowner.html;");
}
with(milonic=new menuname("Deutsch")){
style=menuStyle;
aI("text=Blaue Reise - Allgemeine Information;url=http://www.bluecruise.org/deutsch/;");
aI("text=<b>Gulet Charter</b> - das Boot f&uuml;r Sie allein;url=http://www.bluecruise.org/deutsch/boote.html;");
aI("text=<b>Kabinencharter</b> - falls Sie allein reisen;url=http://www.bluecruise.org/cabin_ege/kabinencharter_dt.html;");
aI("text=Karte des Segelgebietes Bodrum-Fethiye;url=http://www.bluecruise.org/map/index_dt.html;");
aI("text=Essen und Trinken an Bord;url=http://www.bluecruise.org/deutsch/essen_trinken.html;");
aI("text=Ihre Fragen - hier bereits beantwortet;url=http://www.bluecruise.org/cabin_ege/fragen_dt.html;");
aI("text=Anfrage Formular - wir antworten sofort;url=http://www.bluecruise.org/deutsch/form.html;");
aI("text=<b>Bilderschau Blaue Reise</b>;url=http://www.bluecruise.org/gallery/sundowner.html;");
}

with(milonic=new menuname("Francais")){
style=menuStyle;
aI("text=Tout sur le Voyage Bleu;url=http://www.bluecruise.org/francais/index.html;");
aI("text=<b>Location compl&egrave;te</b> d\'une go&eacute;lette ;url=http://www.bluecruise.org/francais/bateaux.html;");
aI("text=<b>Location &agrave; la cabine</b> ;url=http://www.bluecruise.org/francais/cabin.html;");
aI("text=<b>Galerie du Photos</b>;url=http://www.bluecruise.org/gallery/sundowner.html;");
}

with(milonic=new menuname("Italiano")){
style=menuStyle;
aI("text=Informazione generali de Crociera Blu;url=http://www.bluecruise.org/italiano/;");
aI("text=Affitto barche con l equipaggio - <b>Charter Goletta</b>;url=http://www.bluecruise.org/English/boats.html;");
aI("text=cabine settimanale - <b>Cabin Charter</b>;url=http://www.bluecruise.org/italiano/cabine.html;");
}



drawMenus();

