
/*
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  ******* 
*/
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
oncolor="#CCCCFF";
offcolor="#FFFFFF";
padding=0;
align='left';
fontsize='18';
fontstyle='bold';
fontfamily='Verdana, Arial, Helvetica, sans-serif';
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#CB2027"; // red
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#CB2027";
bordercolor="#000000"; // black
borderstyle="solid"; 
borderwidth=1;
separatorcolor="#111111"; // light gray
separatorsize="1";
padding=5;
fontsize='12';
fontstyle='normal';
fontfamily='Verdana, Arial, Helvetica, sans-serif';
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("press")){
style=menuStyle;
position="relative";
top=257;
left=115;
alwaysvisible=1;
orientation="vertical";
aI("text=MEDIA KIT;url=./book_fact.html;showmenu=kit;");
}

with(milonic=new menuname("kit")){
style=submenuStyle;
margin=5;
aI("text=Fact Sheet;url=./book_fact.html;");
aI("text=Promo Sheet;url=./book_promo.html;");
aI("text=Press Release;url=./book_release.html;");
aI("text=Author Bios;url=./book_authors.html;");
aI("text=CoachWorks International, Inc. Info Sheet;url=./book_CW_info.html;");
aI("text=Q & A;url=./book_qa.html;");
aI("text=Major Message Points;url=./book_points.html;");
aI("text=Other Info;url=./book_other.html;");
aI("text=Contact Info;url=./book_contact.html;");
aI("text=Images;url=./book_images.html;");
aI("text=Download the entire Media Kit in PDF format;url=./LL_book_MEDIA_KIT_0508-F.pdf;");
}

drawMenus();

