


_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="#666633";
oncolor="#ffffff";
offbgcolor="#CFCF9E";
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("Products1")){
style=menuStyle;
top=70;
left=380;
aI("text=Προϊόντα - Εταιρίες;url=products.htm ;");
aI("text=Προϊόντα απο Αλόη Βέρα;url=aloe-vera.htm ;");
aI("text=Colostrum - Πρωτόγαλα;url=colostrum.htm ;");
aI("text=Acai Berry;url=acai-berry.html ;");
//aI("text=Προϊόντα Ομορφιάς;url=omorfia.htm ;");
//aI("text=Καλυντικά;url=kalintika.htm ;");
//aI("text=Αρώματα;url=aromata.htm ;");
}


with(parosweb=new menuname("Sinergasia1")){
style=menuStyle;
top=70;
left=480;
aI("text=Ανάπτυξη;url=anaptixi.htm ;");
//aI("text=Δημιουργία;url=creation.htm ;");
aI("text=Ξεκίνημα;url=srart.htm ;");
//aI("text=Ποιότητα;url=quality.htm ;");
//aI("text=Ποικιλία;url=selection.htm ;");
//aI("text=Συνεργασίες;url=sinergasies.htm;");
//aI("text=Άριστες Αμοιβές;url=amives.htm;");
}

with(parosweb=new menuname("Services")){
style=menuStyle;
top=380;
left=140;
aI("text=GuestBook;url=guestbook.htm ;");
aI("text=e-cards;url=ecards.htm ;");
aI("text=Calendar;url=calendar.htm ;");
aI("text=Forums;url=forum.htm ;");
aI("text=Chat Room;url=chat.htm ;");
aI("text=Classified Ads;url=classifieds.htm ");
aI("text=Bid Auctions;url=auction.htm ;");
aI("text=Paros-Search;url=search.htm ;");
aI("text=Advertising;url=aitisi.shtml ;");
}

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

drawMenus();


