


_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("Projects")){
style=menuStyle;
top=300;
left=140;
aI("text=Surround area & BBQ;url=project/ ;");
aI("text=Surround area;url=project1/ ;");
}


with(parosweb=new menuname("Outdoor Services")){
style=menuStyle;
top=332;
left=140;
aI("text=outdoor painting;url=outdoor-painting.html ;");
aI("text=gardening;url=gardening.html ;");
aI("text=insulation;url=insulation.html ;");
aI("text=swimming pools;url=swimmingpools.html ;");
aI("text=repairs - constructions;url=repairs-constructions.html ;");
}

with(parosweb=new menuname("Other Services")){
style=menuStyle;
top=365;
left=140;
aI("text=house security;url=security.html ;");
aI("text=house insurance;url=insurance.html ;");
aI("text=equipment for houses;url=equipment.html ;");
aI("text=supervision of buildings;url=supervision.html ;");
aI("text=buy a house;url=buy-house.html ;");
aI("text=build a house;url=build-house.html ;");
}

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();

