
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=5            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#FFCC00";
oncolor="#333399";
offbgcolor="#333399";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#333399";
separatorsize="1";
itemwidth=133;					// This is the width of the menus, this fits neat into 150px (will wrap test if over 138px) 
padding=1;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#333399";
pagebgcolor="#FFCC00";
headercolor="";
headerbgcolor="";
subimage="arrow.gif";
onsubimage="arrow_blue.gif";
subimagepadding="3";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}

with(awtastyle=new mm_style()){		// This style applied when opening sub menu's.  It places a header and increases the padding.
onbgcolor="#FFCC00";
oncolor="#333399";
offbgcolor="#333399";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#6767CB";
separatorsize="1";
itemwidth=138;
padding=1;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="333399";
pagebgcolor="#FFCC00";
headercolor="";
headerbgcolor="";
subimage="arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.3)";
headercolor="#333399";
headerbgcolor="#ffcc00";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=115;
left=1;
alwaysvisible=1;
overflow="scroll";
aI("text=TOPMARK INDEX;type=header;align=left;fontweight=bold;offcolor=ffcc00;"); // Used for Menu Header as font bold
aI("text=Index;url=Default.htm;status=Index;");
aI("text=About Topmark;url=Topmark.htm;status=About;");
aI("text=Contacts;url=Contacts.htm;status=Contacts;");
aI("text=Latest News;url=News.htm;status=News;");
aI("text=Request Information;url=Information.htm;status=Information;");
aI("text=Sending Data;url=Data_Input.htm;status=Data;");
aI("text=Industry Briefs;url=Ind_Briefs.htm;status=Industry;");
aI("text=Technical Briefs;url=Tech_Briefs.htm;status=Technical;");
aI("text=TEAM3 Presentations;url=TEAM3_Presentation.htm;status=Presentation;");
aI("text=Research Papers;url=Research.htm;status=Research;");
aI("text= ;type=header;align=left;fontweight=bold;oncolor=ffcc00;offcolor=ffcc00;");
aI("text=_______________;type=header;align=left;fontweight=bold;oncolor=ffcc00;offcolor=ffcc00;");

aI("text=The following links require an active Internet connection;type=header;align=left;fontweight=bold;oncolor=ffcc00;offcolor=ffcc00;");
aI("text=_______________;type=header;align=left;fontweight=bold;oncolor=ffcc00;offcolor=ffcc00;");
aI("text= ;type=header;align=left;fontweight=bold;oncolor=ffcc00;offcolor=ffcc00;");
aI("text= ;type=header;align=left;fontweight=bold;oncolor=ffcc00;offcolor=ffcc00;");
aI("text=Email Newsletter;url=Subscribe.htm;status=Subscribe;");
aI("text=AWTA Home Page;url=http://www.awta.com.au;status=Home;");
}

drawMenus();



