           // Sub menu left offset

_menuCloseDelay=500           // 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=50                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



/// Style Definitions ///

with(menuStyle=new mm_style()){
onbgcolor="#00CC66";
oncolor="#ffffff";
offbgcolor="#008240";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
separatorcolor="#00CC66";
separatorsize="1";
padding="4";
fontsize="12px";
fontstyle="normal";
fontweight="bold"
fontfamily="Arial, Tahoma, Verdana, Helvetica, sans-serif";
pagecolor="ffffff";
pagebgcolor="#008240";
headercolor="#ffffff";
headerbgcolor="#ffffff";

subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";

menu_left=0;
}

// Main Menu
with(milonic=new menuname("mainMenuHoriz")){
style=menuStyle;
top=0;
left=menu_left;
orientation="horizontal";
alwaysvisible=1;

aI("text=Home;target=_top;url=http://www.irishferries.com;");
aI("text=Your Account;target=_top;url=http://www.irishferries.com/youraccount.html");
// aI("text=Welcome;target=_top;url=http://www.irishferries.com/Welcome/index.shtml;");
aI("text=News;target=_top;url=http://www.irishferries.com/News/index.shtml;");
aI("text=Timetables;showmenu=timetables;target=contentFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Ships;target=_top;url=http://www.irishferries.com/ships/index.shtml;");
aI("text=Fares & Offers;showmenu=fares;target=contentFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Agents;showmenu=agents;target=contentFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=FAQs;target=_top;url=http://www.irishferries.com/faqs/index.shtml;");
aI("text=Holidays;showmenu=holidays;target=contentFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Contact Us;target=_top; Us;url=http://www.irishferries.com/contact_us/index.shtml;");
aI("text=More Info;target=_top;url=http://www.irishferries.com/more_info/index.shtml;");
aI("text=Register;target=_top;url=http://www.irishferries.com/Register/index.shtml;");

}

drawMenus();

