/*
var agt = navigator.userAgent.toLowerCase();
var sTopMenu = "";
if ((agt.indexOf("mac") !=-1))
{
	//	mac
	if ((agt.indexOf("msie") !=-1))
}
*/

//	mac or pc??
//	ie??

with(milonic=new menuname("Main Menu"))
{
	style=menuStyle;
	screenposition="center"
	top=52;
	left="offset=-101"
	alwaysvisible=1;
	orientation="horizontal";	
	aI("text=HOME&nbsp;&nbsp;;url=index.htm;");
	aI("text=ABOUT DCC&nbsp;&nbsp;;url=index1_1.htm;showmenu=Menu1");
	aI("text=TEAM PROFILES&nbsp;&nbsp;;url=index2_1.htm;showmenu=Menu2");
	aI("text=DIAGNOSTICS&nbsp;&nbsp;;url=index3_1.htm;showmenu=Menu3");	
	aI("text=IPO OVERVIEW&nbsp;&nbsp;;url=index5_1.htm;showmenu=Menu4");
	aI("text=DOWNLOADS&nbsp;&nbsp;;url=http://www.devcapital.com.au/DCC%20Overview.pdf;target=blank;showmenu=Menu6");
	aI("text=CONTACT&nbsp;&nbsp;;url=index7_0.htm;");
}

with(milonic=new menuname("Menu1"))
{
	style=subMenuStyle;
	itemwidth = "200";
	top="offset=0"
	aI("text=COMPETITIVE ADVANTAGES;url=index1_1.htm;");
	aI("text=INTERNATIONAL EXPERTISE;url=index1_2.htm;");
}
with(milonic=new menuname("Menu2"))
{
	style=subMenuStyle;
	itemwidth = "130";
	top="offset=0"
	aI("text=AUSTRALIA;url=index2_1.htm;");
	aI("text=ASIA;url=index2_3.htm;");
	aI("text=ORIENTAL PATRON;url=index2_4.htm;");
}
with(milonic=new menuname("Menu3"))
{
	style=subMenuStyle;
	itemwidth = "130";
	top="offset=0"
	aI("text=IPO;url=index3_1.htm;");
	aI("text=M&A;url=index3_2.htm;");
	aI("text=GROWTH;url=index3_3.htm;");
	aI("text=FUNDING;url=index3_4.htm;");
	
}
with(milonic=new menuname("Menu4"))
{
	style=subMenuStyle;
	itemwidth = "160";
	top="offset=0"
	aI("text=ASX PROFILE;url=index5_1.htm;");
	aI("text=BENEFITS;url=index5_2.htm;");
	aI("text=ASX REQUIREMENTS;url=index5_3.htm;");
	aI("text=DCC IPO SERVICES;url=index5_4.htm;");
}
/*with(milonic=new menuname("Menu5"))
{
	style=subMenuStyle;
	itemwidth = "160";
	top="offset=0"
	aI("text=AUSTRALIAN OVERVIEW;url=index6_1.htm;target=contentframe;");
	aI("text=CHINA OVERVIEW;url=index6_2.htm;target=contentframe;");
}*/
with(milonic=new menuname("Menu6"))
{
	style=subMenuStyle;
	itemwidth = "160";
	top="offset=0"
	aI("text=DCC OVERVIEW;url=http://www.devcapital.com.au/DCC%20Overview.pdf;target=blank;");
	aI("text=DCC OVERVIEW CHINESE;url=http://www.devcapital.com.au/DCC%20Overview%20(Chinese).pdf;target=blank;");
	
}

drawMenus();