
/*
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=10              // Sub menu top offset

_subOffsetLeft=-10            // Sub menu left offset







with(menuStyle=new mm_style()){


oncolor="#EC632E";

offcolor="#646060";

bordercolor="#D2D2D8";

borderstyle="solid";

borderwidth=0;

separatorcolor="#D2D2D8";

separatorheight="12px";

separatorpadding="6px";

separatorsize="1";

padding="8";

fontsize="11px";

fontstyle="normal";

fontfamily="Arial";

pagecolor="black";

pagebgcolor="";

pageborder="#F76331"

headercolor="#8378A6";

headerbgcolor="#ffffff";

subimage="images/arrow.gif";

pagesubimage="images/stop.gif";

pagesubimagepadding="4";

subimagepadding="4";

overfilter="Fade(duration=0.2);Alpha(opacity=50);Shadow(color='#777777', Direction=135, Strength=0)";

outfilter="randomdissolve(duration=0.3)";

}





with(milonic=new menuname("Main Menu")){

style=menuStyle;

position="relative";

itemwidth="";

margin="0";

alwaysvisible=1;

orientation="horizontal";



aI("text=Home;url=index.php;showmenu=home;");

aI("text=Services;url=regulatoryToxicology.php;showmenu=Services;");

aI("text=About Experien;url=about.php;showmenu=aboutExperien;");

aI("text=News;url=rss_news.php;showmenu=news;");

aI("text=Key Staff;url=keyStaff.php;showmenu=keyStaff;");

aI("text=Careers;url=careers.php;showmenu=Careers;");

aI("text=Contact Us;url=contact.php;showmenu=contact;");


}






/*



with(milonic=new menuname("Samples")){

style=menuStyle;

overflow="scroll";

aI("text=Horizontal Navigational Menu;url=/menusample1.php;");


}


with(milonic=new menuname("Milonic")){

style=menuStyle;

aI("text=Product Purchasing Page;url=http://www.milonic.com/cbuy.php;");
}


with(milonic=new menuname("Partners")){

style=menuStyle;

aI("text=(aq) Web Hosting;url=http://www.a-q.co.uk/;status=(aq) Web Server Hosting & Services;");


}

*/



drawMenus();



