function showToolbar()
{

	menu = new Menu();
	
    menu.addItem("propertyid", "Property", "Property search options", null, null);
	menu.addItem("ownerid", "Owner", "Owner search options",  null, null);
    menu.addItem("deedid", "Deed/Document", "Click to do a Deed/Document search", "enq_deed.jsp?focusfield=1&tagopen=Title Deed enquiry&tagHeader=Title Deed Enquiry&go=title", null);
	menu.addItem("lpicodeidid", "LPI Enquiry", "Click to do an LPI Code Enquiry",  "enq_lpi.jsp?focusfield=1&tagopen=LPI Code Enquiry&tagHeader=LPI Code Enquiry&go=title", null);
	menu.addItem("interdictid", "Interdict", "Interdict search options",  null, null);
	menu.addItem("documentid", "Document Request", "Document Request options",null, null);
	menu.addItem("transfersid", "Transfers", "Transfers search options",  null, null);
	menu.addItem("bulkpropid", "Bulk Properties", "Bulk property search options",  null, null);
	menu.addItem("adminid", "User Admin", "User Admin options",  null, null);
	menu.addItem("billingid", "Billing", "Billing lookup options",  null, null);

	menu.addSubItem("propertyid", "Erf", "Click to do an Erf search",  "enq_prop_erf.jsp?focusfield=1&tagopen=Erf Enquiry&tagHeader=Erf Enquiry&go=person");
	menu.addSubItem("propertyid", "Town", "Click to do a Town search",  "enq_prop_town.jsp?focusfield=1&tagopen=Town Enquiry&tagHeader=Town Enquiry&go=company");
	menu.addSubItem("propertyid", "Farm", "Click to do an Erf search",  "enq_prop_farm.jsp?focusfield=1&tagopen=Farm Enquiry&tagHeader=Farm Enquiry&go=person");
	menu.addSubItem("propertyid", "Exclusive Use Area", "Click to do an EUA search",  "enq_prop_eua.jsp?focusfield=1&tagopen=EUA Enquiry&tagHeader=EUA Enquiry&6go=company");
	menu.addSubItem("propertyid", "Scheme Name", "Click to do an Erf search",  "enq_prop_scheme.jsp?focusfield=1&tagopen=Scheme Name Enquiry&tagHeader=Scheme Name Enquiry&go=person");
	menu.addSubItem("propertyid", "Sectional Title Unit", "Click to do a Sectional Title Unit search",  "enq_prop_stu.jsp?focusfield=1&tagopen=STU Enquiry&tagHeader=STU Enquiry&go=company");
	menu.addSubItem("propertyid", "Agricultural Holding Area", "Click to do an AHA search",  "enq_prop_aha.jsp?focusfield=1&tagopen=AHA Enquiry&tagHeader=AHA Enquiry&go=person");
	menu.addSubItem("propertyid", "Agricultural Holding", "Click to do an AH search",  "enq_prop_ah.jsp?focusfield=1&tagopen=Agricultural Holding Enquiry&tagHeader=Agricultural Holding Enquiry&go=company");


	menu.addSubItem("ownerid", "Private Person", "Click to do a Private Person search",  "enq_pers.jsp?focusfield=1&tagopen=Person enquiry&tagHeader=Person Enquiry&go=person");
	menu.addSubItem("ownerid", "Other (Company, Close Corporation, Trust, etc.)", "Click for Other searches",  "enq_comp.jsp?focusfield=1&tagopen=Company enquiry&tagHeader=Company Enquiry&go=company");

	menu.addSubItem("interdictid", "Private Person", "Click to do a Private Person search",  "enq_seq.jsp?focusfield=1&tagopen=Sequestration enquiry&tagHeader=Individual Sequestration Enquiry&go=person");
	menu.addSubItem("interdictid", "Other (Company, Close Corporation, Trust, etc.)", "Click for Other searches",  "enq_liq.jsp?focusfield=1&tagopen=Liquidation enquiry&tagHeader=Company Liquidation Enquiry&go=company");

	menu.addSubItem("documentid", "Document Request", "Click to do a Document Copy request",  "enq_copy.jsp?focusfield=1&tagHeader=Deed/Document Copy Request");
	menu.addSubItem("documentid", "Available Document Copy and Image Files", "Click to view available document copy download files",  "doccopyfilelist.jsp?focusfield=1&tagHeader=Available Document Copy Files");

       
	menu.addSubItem("transfersid", "Request for Transfers", "Click to do a Transfers enquiry",  "enq_transfers.jsp?focusfield=1&tagHeader=Transfers  Enquiry Date List");
	menu.addSubItem("transfersid", "Available Transfer Files", "Click to view available download files",  "txferfilelist.jsp?focusfield=1&tagHeader=Available Transfer Files");

	menu.addSubItem("bulkpropid", "Request for Bulk Properties", "Click to do a Bulk Property enquiry",  "enq_bulkprop.jsp?focusfield=1&tagHeader=Bulk Properties Enquiry");
	menu.addSubItem("bulkpropid", "Available Bulk Properties Files", "Click to view available download files",  "bulkpropfilelist.jsp?focusfield=1&tagHeader=Available Bulk Properties Files");

	menu.addSubItem("adminid", "Change your Password", "Click to change your password",  "change.jsp?focusfield=2&tagopen=Change password&tagHeader=Change your Password");
	menu.addSubItem("adminid", "Update Personal Details", "Click to update your personal details",  "update.jsp?focusfield=1&tagopen=Update details&tagHeader=Update Personal Details");

	menu.addSubItem("billingid", "Daily Charges", "Click to view your daily charges",  "enqbilldl.jsp?focusfield=1&tagHeader=DeedsWeb Daily Charges Enquiry");
	menu.addSubItem("billingid", "Monthly Charges", "Click to view your monthly charges",  "enqbillml.jsp?focusfield=1&tagopen=DeedsWeb monthly&tagHeader=DeedsWeb Monthly Charges Enquiry");
	
	menu.showMenu();
}
