

_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=5              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#cccccc";
offbgcolor="";
offcolor="#ffffff";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=1;
//separatorcolor="#2D729D";
//separatorsize="1";
padding=4;
fontsize="80%";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
fontweight='bold';
//pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";

subimagepadding="0";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#818DB5";
oncolor="#ffffff";
offbgcolor="#ced1d8";
offcolor="#515151";
//bordercolor="#296488";
//borderstyle="solid";
borderwidth=1;
//separatorcolor="#2D729D";
//separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
//pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";

subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("82nd")){
style=menuStyle2;
align="left";
overflow="scroll";
aI("text=Units of the 82nd Airborne Division;url=http://www.allamerican82nd.com/82nd.html;");
aI("text=History of the 82nd Airborne Division;url=http://www.allamerican82nd.com/82nd.html#history;");

}


with(milonic=new menuname("combatmaps")){
style=menuStyle2;
align="left";
aI("text=Anzio, Italy Maps;url=http://www.allamerican82nd.com/catalog/index.php?cPath=21_25;");
aI("text=Ardennes, Belgium Maps;url=http://www.allamerican82nd.com/catalog/index.php?cPath=21_27;");
aI("text=Germany Maps;url=http://www.allamerican82nd.com/catalog/index.php?cPath=21_29;");
aI("text=Holland Maps;url=http://www.allamerican82nd.com/catalog/index.php?cPath=21_28;");
aI("text=Normandy Maps;url=http://www.allamerican82nd.com/catalog/index.php?cPath=21_23;");
aI("text=Salerno, Italy Maps;url=http://www.allamerican82nd.com/catalog/index.php?cPath=21_26;");
aI("text=Sicily Maps;url=http://www.allamerican82nd.com/catalog/index.php?cPath=21_24;");
}


with(milonic=new menuname("buy")){
style=menuStyle2;
align="left";
aI("text=FOUR STARS OF VALOR;url=http://www.allamerican82nd.com/catalog/product_info.php?products_id=67;");
aI("text=All American All The Way;url=http://www.allamerican82nd.com/catalog/product_info.php?products_id=31;");
aI("text=The All Americans in World War II;url=http://www.allamerican82nd.com/catalog/product_info.php?products_id=62;");
//aI("text=International Orders;url=http://www.allamerican82nd.com/International_Orders.html;");
aI("text=Purchase Offline (.pdf);url=http://www.allamerican82nd.com/PDF/ALL_AMERICAN_ALL_THE_WAY_Brochure_with_Order_Form.pdf;target=_blank;");
}

with(milonic=new menuname("about")){
style=menuStyle2;
align="left";
aI("text=All Americans All the Way;showmenu=book1;");
aI("text=The All Americans in World War II;showmenu=book2;");
}


with(milonic=new menuname("book1")){
style=menuStyle2;
align="left";
aI("text=Description;url=http://www.allamerican82nd.com/about_the_book.html;");
aI("text=Veterans Reviews;url=http://www.allamerican82nd.com/about_Testimonials.html;");
aI("text=Table of of Contents;url=http://www.allamerican82nd.com/about_Table_of_Contents.html;");
}

with(milonic=new menuname("book2")){
style=menuStyle2;
align="left";
aI("text=Description;url=http://www.allamerican82nd.com/about_the_book2.html;");
aI("text=Veterans Reviews;url=http://www.allamerican82nd.com/about_Testimonials2.html;");
aI("text=Table of of Contents;url=http://www.allamerican82nd.com/about_Table_of_Contents2.html;");
}

drawMenus();

