
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#67A743";
oncolor="#E5FFD7";
offbgcolor="#080e00";
offcolor="#95CF74";
bordercolor="#344F11";
borderstyle="solid";
borderwidth="1";
separatorcolor="#344F11";
separatorsize="1";
padding="5";
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#131f03";
pagebgcolor="#95CF74";
pageborder="#6c6b6b";
headercolor="#000000";
headerbgcolor="#ffff99";
subimage="images/other/arrow-yd.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#95CF74', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.4)";
}


with(milonic=new menuname("Music and Sounds")){
style=menuStyle;
overflow="scroll";
aI("text=Sounds;url=audio.shtml;");
aI("text=Other Tomb Raider Music;url=http://larashots.com/Sounds.shtml;");
}

with(milonic=new menuname("Animations")){
style=menuStyle;
aI("text=Animations (Tomb Raider Legend) 1;url=animationstr7.shtml;");
aI("text=Animations 2 (Legend);url=animetr7.shtml;");
aI("text=Flash Animations (Legend);url=flash.shtml;");
aI("text=Other Tomb Raider Animations;url=http://larashots.com/Anime.shtml;");
}

with(milonic=new menuname("Screenshots and Pics")){
style=menuStyle;
aI("text=Official Box Art;url=new_legend_lara.shtml;");
aI("text=Legend PC Screens);url=legend_pc_screens.shtml;");
aI("text=Legend XBox & XBox 360 Screens;url=legend_xbox360_screens.shtml;");
aI("text=Screenshots (Large, Unmarked);url=hugeshots.shtml;");
aI("text=Screenshots 2;url=shots.shtml;");
aI("text=Screenshots 3;url=shots2.shtml;");
aI("text=Screenshots 4;url=shots3.shtml;");
aI("text=Misc. Images;url=misc_images.shtml;");
aI("text=Magazine Scans;url=scans.shtml;");
}

with(milonic=new menuname("Wallpapers")){
style=menuStyle;
aI("text=The Waterfall;url=shots0.shtml;");
aI("text=Various Wallpapers;url=wall.shtml;");
}

with(milonic=new menuname("Characters")){
style=menuStyle;
aI("text=Legend Characters;url=characters.shtml;");
}

with(milonic=new menuname("Movies and Flash")){
style=menuStyle;
aI("text=Tomb Raider Legend Movies;url=movies.shtml;");
}

with(milonic=new menuname("Downloads For Your Custom Work")){
style=menuStyle;
aI("text=Legend PSDs 1;url=legend_psd1.shtml;");
aI("text=Legend PSDs 2;url=legend_psd2.shtml;");
aI("text=Legend PSDs 3;url=http://larashots.com/psd.shtml;");
aI("text=Tomb Raider Legend Backgrounds;url=backgrounds.shtml;");
aI("text=Cool Legend Objects for your work;url=cool_objects.shtml;");
}

drawMenus();


