
/*
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=10            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=30            // Sub menu left offset



with(menuStyle=new mm_style()){
itemwidth="150"; 
onbgcolor="#68b61e";
oncolor="#fff";
offbgcolor="#FFF";
offcolor="#000";
//bordercolor="#E7E7E7";
//borderstyle="solid";
//borderwidth=0;
separatorcolor="#ffffff";
separatorsize="5";
padding="10px 5px 10px 5px";
fontsize="18px";
fontstyle="normal";
//fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#fff";
pagebgcolor="#91b439";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="arrow.gif";
//subimagepadding="2";
align="left";
}

with(nextStyle=new mm_style()){
itemwidth="225"; 
onbgcolor="#61ae1c";
oncolor="#000";
offbgcolor="#68b61e";
offcolor="#fff";
//bordercolor="#E7E7E7";
//borderstyle="solid";
//borderwidth=1;
separatorcolor="#fff";
separatorsize="1"; 
padding="5px 0px 5px 10px";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3);Alpha(opacity=95);";
//padding=2;
fontsize="14px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="#fff";
pagebgcolor="#91b439";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="arrow.gif";
//subimagepadding="0";
align="left";
}

  with(milonic=new menuname("WD")){
style=nextStyle;
overflow="scroll";
aI("text=Design;url=adelaide_web_design.php;");
aI("text=Content Update System - eziedit;url=eziedit.php;");
aI("text=Content Managed - ezimanage;url=ezimanage.php;");
}

  with(milonic=new menuname("CB")){
style=nextStyle;
overflow="scroll";
aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=Upcoming;url=client_base.php;");


aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=Selected clients;url=selections.php;");

//aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=Govt/Semi-Govt/Industry Bodies;url=govt.php;");

//aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=Hospitality;url=hospitality.php;");
//aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=IT Industry;url=it_websites.php;");
//aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=Manufacturing/Engineering;url=manufacturing.php;");
//aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=Medical;url=medical_websites.php;");
//aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=Not For Profit;url=not_for_profit_websites.php;");

//aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=Religious;url=religious_websites.php;");


//aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=Interstate;url=interstate_websites.php;");

//aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=Property/Real Estate;url=property_websites.php;");
//aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=Recruitment/Training;url=recruitment.php;");

//aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=Retail/Wholesale;url=retail_wholesale_websites.php;");

//aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=Tourism;url=tourism_websites.php;")

//aI("image=http://www.integrinet.com.au/scripts/dot.gif;text=Various Services;url=services.php;");

}

drawMenus();
