


_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#4181C0";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="65%";
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=80);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(parosweb=new menuname("About Paros")){
style=menuStyle;
top=200;
left=140;
aI("text=General info;url=http://www.parosweb.gr/aboutparos.htm ;");
aI("text=Villages;url=http://www.parosweb.gr/villages.htm ;");
aI("text=Beaches;url=http://www.parosweb.gr/beaches.htm ;");
aI("text=Touring;url=http://www.parosweb.gr/turing.htm ;");
aI("text=History;url=http://www.parosweb.gr/history.htm ;");
aI("text=Sights;url=http://www.parosweb.gr/sights.htm ;");
aI("text=Useful Phones;url=http://www.parosweb.gr/useful.htm ;");
aI("text=Shops;url=http://www.parosweb.gr/shops.shtml ;");
aI("text=How to get here;url=http://www.parosweb.gr/transportation.shtml ;");
}


with(parosweb=new menuname("Accommodation")){
style=menuStyle;
top=230;
left=140;
aI("text=Accommodatiom;url=http://www.parosweb.gr/accommodation.htm ;");
aI("text=Hotels;url=http://www.parosweb.gr/paros-hotels.htm ;");
aI("text=Apartments & Studios;url=http://www.parosweb.gr/apartments-studios.htm ;");
aI("text=Houses & Villas;url=http://www.parosweb.gr/houses-villas.htm ;");
aI("text=Special Offers;url=http://www.parosweb.gr/specialoffers.shtml ;");
aI("text=Last Minute;url=http://www.parosweb.gr/lastminute.shtml ;");
aI("text=Book Hotels Online;url=http://www.booking.com/region/gr/paros.en.html?aid=312943;sid=fb234dd67b3dd7875d61bfde5d78cba3 ;");
aI("text=Book Villas & Houses Online;url=http://www.parosweb.gr/paros-villas.html ;");
aI("text=Car Rental;url=http://www.parosweb.gr/car.shtml ;");
aI("text=Discount Coupons;url=http://www.parosweb.gr/coupons.shtml;");
aI("text=Find a Hotel;url=http://www.parosweb.gr/accommodations-search.htm;");
aI("text=Travel Agencies;url=http://www.parosweb.gr/travel.shtml ;");
aI("text=Campings;url=http://www.parosweb.gr/campings.shtml ;");
}

with(parosweb=new menuname("Services")){
style=menuStyle;
top=380;
left=140;
aI("text=GuestBook;url=http://www.parosweb.gr/guestbook.htm ;");
aI("text=e-cards;url=http://www.parosweb.gr/ecards.htm ;");
aI("text=Forums;url=http://www.parosweb.gr/forum.htm ;");
aI("text=Chat Room;url=http://www.parosweb.gr/chat.htm ;");
aI("text=Learn Greek;url=http://www.parosweb.gr/learn-greek.htm ;");
aI("text=Site Search;url=http://www.parosweb.gr/search.shtml ;");
aI("text=Site Map;url=http://www.parosweb.gr/sitemap.shtml ;");
aI("text=Advertising;url=http://www.parosweb.gr/aitisi.shtml ;");
aI("text=Currency Converter;url=http://www.parosweb.gr/convert.htm ;");
}

with(parosweb=new menuname("Things to Do")){
style=menuStyle;
top=410;
left=140;
aI("text=Dining;url=# ;");
aI("text=Shopping;url=http://www.parosweb.gr/shops.shtml ;");
aI("text=Nightlife;url=# ;");
aI("text=Tours;url=# ;");
}

drawMenus();


