//
//	Define global parameters:
//
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=1;
projectid=1;

//-----------------------------------------------
//
//	Define main menu style:
//
with(mainMenuStyle=new mm_style()){

// font.
fontfamily="Tahoma, MS Sans Serif, Verdana, sans-serif";
fontsize="9pt";
fontstyle="normal";
fontweight="bold"

// overall border.
bordercolor="#003366";
borderstyle="solid";
borderwidth=0;

// item border.
offborder='0px solid #ffffff';

// off and on colours.
offbgcolor="#0271B9";
offcolor="#ffffff";
onbgcolor="#B3D4EA";
oncolor="#000000";

// text.
valign="top";
padding=3;

// item separator:
separatorcolor="#ffffff";
separatorsize=4;
}

//-----------------------------------------------
//
//	Define sub menu style:
//
with(subMenuStyle=new mm_style()){

// font.
fontfamily="Tahoma, MS Sans Serif, Verdana, sans-serif";
fontsize="9pt";
fontstyle="normal";
fontweight="bold"

// overall border.
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;

// item borders.
offborder='1px solid #ffffff';
onborder='1px solid #ffffff';

// off and on colours.
offbgcolor="#0271B9";
offcolor="#ffffff";
onbgcolor="#B3D4EA";
oncolor="#000000";

// text.
valign="top";
padding=3;

// item separator:
separatorcolor="#ffffff";
separatorsize=1;
}



//-----------------------------------------------
//
//	Define applications / downloads menu and sub-menus:
//
with(milonic=new menuname("Applications")){
style=subMenuStyle;
aI('text=Using and fitting our Cleats;url=../applications/using.asp;');
aI('text=Helpful hints for fixing;url=../applications/hints.asp;');
aI('text=Marine applications;url=../applications/applications.asp?appid=1;');
aI('text=Industrial applications;url=../applications/applications.asp?appid=2;');
aI('text=Installation Drawings;url=../applications/installation-drawings.asp;');
aI('text=Information Leaflets;url=../applications/information-leaflets.asp;');
aI('text=Instruction Leaflets;url=../applications/instruction-leaflets.asp;');
aI('text=Posters;url=../applications/posters.asp;');
}

//-----------------------------------------------
//
//	Define marketing & promotion menu and sub-menus:
//
with(milonic=new menuname("Marketing")){
style=subMenuStyle;
aI('text=Trade Information &amp; Promotion;url=../marketing/trade.asp;');
aI('text=News &amp; Press Releases;url=../marketing/news.asp;');
aI('text=Copyright &amp; Trademark;url=../marketing/copyright.asp;');
aI('text=A Short Company History;url=../marketing/history.asp;');
}

drawMenus();
