var menu = new Array();
menu[0] = new Array("toplevel","toplevel","110");

// Top level menu -------------------------------------------------------------
var toplevel = new Array();
toplevel[0] = new Array("M", "Government", "", "#", "govt", "160", "");
toplevel[1] = new Array("M", "Legal", "", "#", "legal", "160", "");
toplevel[2] = new Array("M", "Finance", "", "#", "finance", "160", "");
toplevel[3] = new Array("M", "Others", "", "#", "others", "160", "");
toplevel[4] = new Array("M", "Real Estate", "", "#", "restate", "160", "");

//=============================================================================

// Government list
var govt = new Array();
govt[0] = new Array("L", "Department of Natural Resources", "Department of Natural Resources", "http://www.dnr.qld.gov.au/", "", "");
govt[1] = new Array("L", "Office of State Revenue", "Office of State Revenue", "http://www.osr.qld.gov.au", "", "");
govt[2] = new Array("L", "Office of Fair Trading", "Office of Fair Trading", "http://www.consumer.qld.gov.au", "", "");
govt[3] = new Array("L", "Australian Taxation Office", "Australian Taxation Office", "http://www.ato.gov.au", "", "");
govt[4] = new Array("L", "Local Councils: QLD", "List of Local Councils and Alderpersons for Queensland", "http://www1.dlgp.qld.gov.au/lg-contacts/councilsearch.asp", "", "");
govt[5] = new Array("L", "Local Councils: AUS", "List of Local Councils and Alderpersons for all Australia", "http://www.nla.gov.au/oz/gov/local.html#Councils", "", "");
//-----------------------------------------------------------------------------

// Legal list
var legal = new Array();
legal[0] = new Array("L", "My Glossay of Terms", "The LawStore Glossary of Terms", "http://www.lawstore.com.au/library/glossary.asp", "", "");
legal[1] = new Array("L", "My Brochures", "The LawStore Brochures library", "http://www.lawstore.com.au/brochures.asp", "", "");
legal[2] = new Array("L", "QLD Law Society", "The Queensland Law Society", "http://www.qls.com.au", "", "");
legal[3] = new Array("L", "NSW Law Society", "The New South Wales Law Society", "http://www.lawsocnsw.asn.au", "", "");
legal[4] = new Array("L", "ACT Law Society", "The Australian Capital Territory Law Society", "http://www.lawsocact.asn.au", "", "");
legal[5] = new Array("L", "VIC Law Society", "The Victorian Law Society", "http://www.liv.asn.au", "", "");
legal[6] = new Array("L", "TAS Law Society", "The Tasmanian Law Society", "http://www.taslawsociety.asn.au", "", "");
legal[7] = new Array("L", "SA Law Society", "The South Australian Law Society", "http://www.lssa.asn.au", "", "");
legal[8] = new Array("L", "NT Law Society", "The Northern Territory Law Society", "http://www.lawsocnt.asn.au", "", "");
legal[9] = new Array("L", "WA Law Society", "The Western Australia Law Society", "http://www.lawsocietywa.asn.au", "", "");

legal[10] = new Array("M", "Legal Dictionaries", "Legal Dictionaries", "#", "legaldict", "150", "");
  var legaldict = new Array();
  legaldict[0] = new Array("L", "www.dictionary.law.com", "www.dictionary.law.com", "http://www.dictionary.law.com", "", "");
  legaldict[1] = new Array("L", "Lawyers.com", "Lawyers.com", "http://www.lawyers.com/lawyers-com/content/glossary/glossary.html", "", "");
  legaldict[2] = new Array("L", "Butterworths", "Butterworths", "http://www.butterworths.com.au/legalwords", "", "");
  legaldict[3] = new Array("L", "Federal Court", "Federal Court", "http://www.fedcourt.gov.au/legalinks/directories_dictionaries.html", "", "");    
//-----------------------------------------------------------------------------

// Finance Gateways list
var finance = new Array();
finance[0] = new Array("L", "Calculators", "Mortgage money and interest calculators", "http://www.interest.com/hugh/calc/", "", "");
finance[1] = new Array("L", "Budget Assistance", "Budget Assistance", "http://www.mortgagetree.com.au/calcbud.htm", "", "");
//-----------------------------------------------------------------------------

// Others list
var others = new Array();
others[0] = new Array("L", "Australian Institute of Architects", "Australian Institute of Architects", "http://www.raia.com.au", "", "");
others[1] = new Array("L", "Master Builders Association", "Master Builders Association", "http://www.masterbuilders.com.au", "", "");
others[2] = new Array("L", "QLD Tenancy", "Queensland Residential Tenancies Association", "http://www.rta.qld.gov.au", "", "");
others[3] = new Array("L", "HIA - Housing Industry Assc", "HIA - Housing Industry Association", "http://www.buildingonline.com.au", "", "");
//-----------------------------------------------------------------------------

// Real Estate list
var restate = new Array();
restate[0] = new Array("L", "Real Estate Institute of Australia", "Real Estate Institute of Australia", "http://www.reiaustralia.com.au", "", "");
restate[1] = new Array("L", "Real Estate Institute of QLD", "Real Estate Institute of Queensland", "http://www.reiq.com.au", "", "");
restate[2] = new Array("L", "Real Estate Institute of NSW", "Real Estate Institute of New South Wales", "http://www.reinsw.com.au", "", "");
restate[3] = new Array("L", "Real Estate Institute of ACT", "Real Estate Institute of Australian Capital Territory", "http://www.reiaustralia.com.au", "", "");
restate[4] = new Array("L", "Real Estate Institute of VIC", "Real Estate Institute of Victoria", "http://www.reiv.com.au", "", "");
restate[5] = new Array("L", "Real Estate Institute of TAS", "Real Estate Institute of Tasmania", "http://www.reit.com.au", "", "");
restate[6] = new Array("L", "Real Estate Institute of SA", "Real Estate Institute of South Australia", "http://www.reisa.com.au", "", "");
restate[7] = new Array("L", "Real Estate Institute of NT", "Real Estate Institute of Northern Territory", "http://www.reint.com.au", "", "");
restate[8] = new Array("L", "Real Estate Institute of WA", "Real Estate Institute of Western Australia", "http://www.reiwa.com.au", "", "");
restate[9] = new Array("L", "RealEstate.Com", "RealEstate.Com", "http://www.realestate.com.au", "", "");
restate[10] = new Array("L", "Property Page", "www.propertypage.com.au", "http://www.propertypage.com.au", "", "");
//-----------------------------------------------------------------------------
