
_menuCloseDelay=200 // The time delay for menus to remain visible on mouse out 
_menuOpenDelay=50 // The time delay before menus open on mouse over 
_subOffsetTop=3 // Sub menu top offset 
_subOffsetLeft=-2 // Sub menu left offset 

with(menuStyle=new mm_style()){ 
onbgcolor="#FFFFCC"; 
oncolor="#9999FF"; 
offbgcolor="#FFFFFF"; 
offcolor="#000000"; 
bordercolor="#00FF00"; 
borderstyle="solid"; 
borderwidth=1; 
separatorcolor="#00FF00"; 
separatorsize=1; 
pagebgcolor="#FFFFF0";
pagecolor="black";
separatorcolor="#000FFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";  
padding=3;
fontsize="65%"; 
fontstyle="bold"; 
fontfamily="Verdana";
subimagepadding="4"; 
subimage="images/arrow_2.gif"; 
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=63;
menuheight=22;
overflow="scroll";
followscroll=1;

aI("text=SOOTHE YOUR FEAR OF FLYING - LISTEN TO A JET ENGINE;url=fear-of-flying-bandwidth.htm");
aI("text=THE AUTHOR;showmenu=Tug");
aI("text=ABOUT THE BOOK;showmenu=ABOUT");
aI("text=QUOTES;url=quotes.htm");
aI("text=CONTACT US;url=contact.htm");
aI("text=HOME PAGE;url=index.htm");
aI("text=THE END RESULT;url=end_result.htm");
aI("text=USEFUL LINKS;showmenu=Links");

}

               with(milonic=new menuname("ABOUT")){
	         style=menuStyle;
               top="offset=1";
               left="offset=15"; 
	         aI("text=WHY BOTHER TO READ IT?;url=explanation.htm");
               aI("text=MORE DETAIL;url=the_book.htm");
               }   

               with(milonic=new menuname("TUG")){
	         style=menuStyle;
               top="offset=1";
               left="offset=15"; 
	         aI("text=BACKGROUND;url=author.htm");
               aI("text=PHOTOS;url=tug_pic.htm"); 
               aI("text=RAF PLANES FLOWN;url=raf_planes.htm");
               }              
       
               with(milonic=new menuname("LINKS")){
	         style=menuStyle;
               top="offset=1";
               left="offset=15"; 
	         aI("text=THOMAS COOK;url=http://www.thomascook.co.uk/;target= blank");
               aI("text=FIRST CHOICE;url=http://www.firstchoice.co.uk/;target= blank");
               aI("text=PAGE & MOY;url=http://www.page-moy.co.uk/;target= blank");
               aI("text=LUNN POLY;url=http://www.lunn-poly.co.uk/;target= blank");  
               aI("text=THOMSON HOLIDAYS;url=http://www.thomson.co.uk/;target= blank");  
               aI("text=COSMOS HOLIDAYS;url=http://www.cosmos-holidays.co.uk/;target= blank");  
               aI("text=MY TRAVEL;url=http://www.uk.mytravel.com/;target= blank");  
               aI("text=VIRGIN HOLIDAYS;url=http://www.virginholidays.co.uk/;target= blank");  
               aI("text=RYANAIR;url=http://www.ryanair.co.uk/;target= blank");  
               aI("text=ABTA;url=http://www.abta.com/;target= blank");       
               aI("text=OUR WEBMASTER;url=http://www.nyws.co.uk/;target= blank");



              
               }              

drawMenus();

