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

with(mainStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize=0;
separatorheight=14;
separatorpadding=0;
separatoralign="middle";
imagepadding=0;
padding=0;
fontsize=11;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=2;
overfilter="";
outfilter="";
}


with(subStyle=new mm_style()){
	onbgcolor="";
	oncolor="#E76132";
	offbgcolor="";
	offcolor="#FFFFFF";
	bordercolor="";
	borderstyle="solid";
	borderwidth=0;
	separatorcolor="#FFFFFF";
	separatorsize=0;
	padding=2;
	fontsize=11;
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Verdana, Tahoma, Arial";
	pagecolor="";
	pagebgcolor="";
	headercolor="";
	headerbgcolor="";
	subimage="";
	subimagepadding=2;
	overfilter=""; //Fade(duration=0.0);Alpha(opacity=90);Shadow(color='#CCCCCC', Direction=135, Strength=5)
	outfilter=""; //randomdissolve(duration=0.3)
	}
	
with(milonic=new menuname("page12")){
					style=subStyle;
					orientation="horizontal";
					overflow="scroll";
openstyle="rtl";
aI("text=History&nbsp;&nbsp;;url=/page.php/prmID/19;showmenu=page19;status=History;title=History");
aI("text=Masthead&nbsp;&nbsp;;url=/page.php/prmID/17;showmenu=page17;status=Masthead;title=Masthead");
aI("text=Jobs&nbsp;&nbsp;;url=/page.php/prmID/18;showmenu=page18;status=Jobs;title=Jobs");
aI("text=Submissions&nbsp;&nbsp;;url=/page.php/prmID/32;showmenu=page32;status=Submissions;title=Submissions");
aI("text=Prizes&nbsp;&nbsp;;url=/page.php/prmID/49;showmenu=page49;status=Prizes;title=Prizes");
aI("text=Media Kit&nbsp;&nbsp;;url=/page.php/prmID/15;showmenu=page15;status=Media Kit;title=Media Kit");
aI("text=Bookstores&nbsp;&nbsp;;url=/page.php/prmID/56;showmenu=page56;status=Bookstores;title=Bookstores");
}
