

/*

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(menuStyle=new mm_style()){

onbgcolor="#666666";

oncolor="#cccccc";

offbgcolor="#cccccc";

offcolor="#333333";

bordercolor="#ff00cc";

borderstyle="solid";

borderwidth=0;

separatorcolor="#333333";

separatorsize="1";

padding=5;

fontsize="9.5";

fontstyle="normal";

fontfamily="arial, Tahoma, Arial";

itemwidth="113";

}


with(menu2=new mm_style()){

onbgcolor="#999999";

oncolor="#ffffff";

offbgcolor="#cccccc";

offcolor="#333333";

bordercolor="#666666";

borderstyle="solid";

borderwidth=1;

separatorcolor="#333333";

separatorsize="1";

padding=5;

fontsize="11.5";

fontstyle="normal";

fontfamily="arial, Tahoma, Arial";

itemwidth="147";

overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

outfilter="randomdissolve(duration=0.3)";

}


with(menu3=new mm_style()){

onbgcolor="#999999";

oncolor="#ffffff";

offbgcolor="#cccccc";

offcolor="#333333";

bordercolor="#666666";

borderstyle="solid";

borderwidth=1;

separatorcolor="#333333";

separatorsize="1";

padding=5;

fontsize="11.5";

fontstyle="normal";

fontfamily="arial, Tahoma, Arial";

itemwidth="136";

overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

outfilter="randomdissolve(duration=0.3)";

}


with(menu4=new mm_style()){

onbgcolor="#999999";

oncolor="#ffffff";

offbgcolor="#cccccc";

offcolor="#333333";

bordercolor="#666666";

borderstyle="solid";

borderwidth=1;

separatorcolor="#333333";

separatorsize="1";

padding=5;

fontsize="11.5";

fontstyle="normal";

fontfamily="arial, Tahoma, Arial";

itemwidth="151";

overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

outfilter="randomdissolve(duration=0.3)";

}


with(who=new menuname("who")){

style=menu3;

aI("text=History & Tradition;url=index.php?left=who_left&middle=who1&right=who_right&logo1=logo1_of&logo2=logo2_of&logo3=logo3_of");

aI("text=Mission Statement;url=index.php?left=who_left2&middle=who2&right=who_right2&logo1=logo1_of&logo2=logo2_of&logo3=logo3_of");

aI("text=Service Commitment;url=index.php?left=who_left3&middle=who4&right=who_right3&logo1=logo1_of&logo2=logo2_of&logo3=logo3_of");

aI("text=Professional Accreditation;url=index.php?left=who_left4&middle=who5&right=who_right4&logo1=logo1_of&logo2=logo2_of&logo3=logo3_of");



}



with(who=new menuname("Partners")){

style=menu2;

aI("text=Sample One;url=sampleone.htm");

aI("text=Sample Two;url=sampletwo.htm");



}



with(milonic=new menuname("team")){

style=menu3;

aI("text=Manual/Automatic Electroplating;url=manual.htm");

aI("text=Polishing Process;url=polishing.htm");

aI("text=Inspection Control;url=inspection.htm");




}

with(milonic=new menuname("contact")){

style=menu4;

//aI("text=Cathodic Finishes;url=cathodic.htm");

aI("text=Finishes Available;url=anodic.htm");

//aI("text=Electroplate Finishes;url=electroplate.htm");



}





with(milonic=new menuname("Links")){

style=menuStyle;

aI("text=Apache Web Server;url=http://www.apache.org/;status=Apache Web Server, the basis of Milonic's Web Site;");

aI("text=MySQL Database Server;url=http://ww.mysql.com/;status=MySQL, Milonic's Prefered Choice of Database Server;");

aI("text=PHP - Development;url=http://www.php.net/;status=PHP - Web Server Scripting as used by Milonic;");

aI("text=phpBB Web Forum System;url=http://www.phpbb.net/;status=PHP Based Web Forum, Milonic's Recommended Forum Software;");

aI("text=Anti Spam Tools;showmenu=Anti Spam;status=Anti Spam Solutions, as used by Milonic;");

}







drawMenus();



