 
//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

// Editable properties START here //

// Special effect string for IE5.5 or above
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=3)" // Stop IE5.5 bug when using more than one filter
}


timegap=400		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position
suboffset_left=10;	// Sub menu offset Left position

style1=[		// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#00727d;",		// Mouse Off Font Color
"#CCCCCC",		// Mouse Off Background Color
"000000",		// Mouse On Font Color
"FFCC66",		// Mouse On Background Color
"000000",		// Menu Border Color
11,					// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Arial, Verdana",	// Font Name
2,					// Menu Item Padding
HostLink + "/images/menu_arrow_tr.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
,			// 3D High Color
,			// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,				// Current Page Item Background Color (leave this blank to disable)
,		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"FF6600",			// Menu Header Background Color (Leave blank if headers are not needed)
"FFFFFF",			// Menu Item Separator Color
]

style2=[		// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",		// Mouse Off Font Color
"#CBDBDE",		// Mouse Off Background Color
"#000000",		// Mouse On Font Color
"#EDF0F1",		// Mouse On Background Color
"000000",		// Menu Border Color
11,					// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Arial, Verdana",	// Font Name
2,					// Menu Item Padding
HostLink + "/images/menu_arrow_tr.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
,			// 3D High Color
,			// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
"#0080C0",				// Current Page Item Background Color (leave this blank to disable)
"#0080C0",		// Top Bar image (Leave this blank to disable)
"#0080C0",			// Menu Header Font Color (Leave blank if headers are not needed)
"#0080C0",			// Menu Header Background Color (Leave blank if headers are not needed)
"FFFFFF",			// Menu Item Separator Color
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu2",			// Menu Name - This is needed in order for the menu to be called
91,				// Menu Top - The Top position of the menu in pixels
160,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,		        // Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",			// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
"effect",				    // Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 				    // Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
0,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"Home",HostLink + "/default.aspx",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Static Website","http://www.cipc.co.za",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Elodgements","http://e-lodgements.cipc.co.za/",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
])

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu1",			// Menu Name - This is needed in order for the menu to be called
148,					// Menu Top - The Top position of the menu in pixels
7,				// Menu Left - The Left position of the menu in pixels
144,					// Menu Width - Menus width in pixels
,					// Menu Border Width
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style2,		// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",			// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 				// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
0,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"&nbsp;Customers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=cust_mn",,"",1
,"&nbsp;Close Corporations","show-menu=cc_reg_mn",,,1	
,"&nbsp;Disclosures","show-menu=disclosure_mn",,,1
//,"&nbsp;AR Disclosure","http://www.cipro.gov.za/Disclosure/Enterprise.asp?what=AnnualReturn",,,1
,"&nbsp;Processing Bulletin&nbsp;","http://www.cipro.gov.za/registration_forms/bulletin.asp",,,1
,"&nbsp;Director Listing","http://www.cipro.gov.za/disclosure/DirectorListing.asp",,,1
,"&nbsp;Free Disclosure","show-menu=prodmenu",,,1
, "&nbsp;Registration Forms", "show-menu=reg_form_mn", , , 1
])


	addmenu(menu=["hidden",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Home","/home.asp",,,1
	])
	addmenu(menu=["abt_us",
	,,250,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Who is CIPRO",HostLink +"/about_us/who_is.asp",,,1
    ,"Our Organisational Structure",HostLink +"/about_us/org_struct.asp",,,1
	,"Our Latest Registrations",HostLink +"/about_us/latest_registrations.asp",,,1
	,"Our People",HostLink +"/	about_us/our_people.asp",,,1
	,"Our Quality Policy",HostLink +"/Notices/cipro_quality_statement_ver2_1.pdf",,,1
	,"Service Delivery Charter",HostLink + "/Notices/Service_delivery_charter_Oct09.pdf",,,1
	,"Links to Other Government Institutions",HostLink +"/common/links.asp",,"",1
	,"Cipro Careers","http://www.cipro.drm-za.com",,"",1
	])

	addmenu(menu=["act1_mn",
	,,210,1,,style2,,"left",effect,,,,,,,,,,,,
	,"Companies","show-menu=co_act_mn",,,1
	,"Close Corporation","show-menu=cc_act_mn",,,1
	,"Companies and Close Corporation","show-menu=cc_co_act_mn",,,1
	,"Patents","show-menu=pt_act_mn",,,1
    ,"Trade Marks","show-menu=tm_act_mn",,,1
	,"Design Act","show-menu=des_act_mn",,,1
	,"Copyright","show-menu=cop_act_mn",,,1
	,"Cinematography","show-menu=cin_act_mn",,,1
	,"Merchandise Marks","show-menu=mer_act_mn",,,1
	,"IP Property Laws","show-menu=ip_act_mn",,,1
	,"Counterfeit Goods","show-menu=coun_goods_act_mn",,,1
	,"Performer's Protection","show-menu=per_pro_act_mn",,,1
	,"Use of Emblems","show-menu=emb_act_mn",,,1
	,"Stem van SA","show-menu=stem_sa_act_mn",,,1
	,"Vlaglied Copyright","show-menu=vla_cop_act_mn",,,1
	,"Share Blocks Control","show-menu=share_act_mn",,,1
	,"Business Names","show-menu=bus_name_act_mn",,,1
	,"Rationalisation of Corporate Laws","show-menu=rat_co_act_mn",,,1
	,"Co-operatives","show-menu=coop_act_mn",,,1
	])
	
	addmenu(menu=["dep_mn",
	,,160,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Direct Deposit or EFT",HostLink + "/Help/Deposit.asp",,,1	
    ,"Credit Card Deposit",HostLink + "/CreditCard/Deposit.asp",,,1
		
	])	
	
	addmenu(menu=["disclosure_mn",
	,,250,1,"",style2,,"left",effect,,,,,,,,,,,,
	, "Unofficial Disclosure for Government Dept", HostLink + "/2/Disclosure/GovDirSearch.aspx", , , 1
	, "Companies", HostLink + "/Disclosure/Enterprise.asp?what=Enterprise&ent_type=07", , , 1
	, "Close Corporations", HostLink + "/Disclosure/Enterprise.asp?what=Enterprise&ent_type=23", , , 1
	, "Co-operatives", HostLink + "/Disclosure/Enterprise.asp?what=Enterprise&ent_type=24", , , 1
	, "Person", HostLink + "/Disclosure/Person.asp", , , 1
	, "Disqualified Directors", HostLink + "/2/ddr/ddrintro.aspx", , , 1
		
	])	
				addmenu(menu=["ip_mn",
	,,120,1,"",style2,,"left",effect,,,,,,,,,,,,  
	,"Copyright",HostLink + "/products_services/copyrights.asp",,,1	
	,"Designs",HostLink + "/products_services/designs.asp",,,1
	,"Patents",HostLink + "/products_services/patents.asp",,,1	
	,"Trade Marks","show-menu=tm_mn_l",,,1
	,"Acts and Notices","show-menu=act1_mn",,,1
	,"Fees and Costs",HostLink + "/fees_costs/fees_costs.asp",,,1
	])
		addmenu(menu=["cust_Authenticate",
	,,210,1,"",style2,,"left",effect,,,,,,,,,,,,
    ,"Customer Verification  Guideline",HostLink + "/2/EFica/docs/FPPTrainingFAQforcustomersv221.pdf",,,1	
	,"Customer Pre-registration",HostLink + "/2/EFica/PreRegistration.aspx",,,1	
    	,"Bookings and Payments","http://www.youridentity.co.za target =_blank",,,1
		
	])	
	
	
		addmenu(menu=["cust_mn",
	,,200,1,"",style2,,"left",effect,,,,,,,,,,,,   	
	//,"Disclosure","",,,1	
	,"Document Status",HostLink + "/ccc/docstatusselection.asp",,,1	
	,"Customer Transactions",HostLink + "/ccc/agentstats.asp",,,1	
	,"Customer Confirmation Letter",HostLink + "/ccc/yourinbox.asp",,,1
    ,"Self-Help Tracking",HostLink + "/2/Admin/Tracking/TrackingEnquiry.aspx",,,1	
	//,"Direct Deposit or EFT",HostLink + "/Help/Deposit.asp",,,1	
	//,"Credit Card Deposit",HostLink + "/CreditCard/Deposit.asp",,,1	
	//,"Electronic Name Reservations",HostLink + "/elodgement/selecttype.asp",,,1	
	//,"Elecronic Lodgements",HostLink + "/elodgement/SelectELodgement.asp",,,1	
		
	])
	
				addmenu(menu=["co_ar_mn",
	,,290,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Annual Return for Companies","show-menu=annual_return_co",,,1	
	,"Annual Return for Close Corporations","show-menu=annual_return_cc",,,1
	])

					addmenu(menu=["annual_return_co",
	,,240,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Lodge Company Annual Return",HostLink + "/2/Enterprise/portal.aspx?OpenSec=NewAR target=_blank",,,1
	,"Annual Return Disclosure",HostLink +"/Disclosure/Enterprise.asp?what=AnnualReturn",,,1
	,"View Manual",HostLink + "/annualreturns/ARManual.pdf",,,1	
	])
	
					addmenu(menu=["annual_return_cc",
	,,240,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Lodge Close Corporation Annual Return",HostLink + "/2/Enterprise/portal.aspx?OpenSec=NewAR target=_blank",,,1
	,"Annual Return Disclosure",HostLink +"/Disclosure/Enterprise.asp?what=AnnualReturn",,,1
	,"AR CC FAQs",HostLink + "/annualreturns/FAQs_AR_CCs_v1.5.doc",,"",1
	,"View Manual",HostLink + "/AnnualReturns/ARCCManual.pdf",,,1	
	])
	
				addmenu(menu=["co_reg_mn",
	,,290,1,"",style2,,"left",effect,,,,,,,,,,,,   	
	//,"Amend details of Company","",,,1    
    ,"Electronic Lodgements",HostLink + "/elodgement/SelectELodgement.asp",,,1	
	,"Disclosures","show-menu=disclosure_co_mn",,,1		
	,"Customer Pre-registration",HostLink + "/2/EFica/PreRegistration.aspx",,,1    
    ,"Update company contact details",HostLink + "/2/ElodgementForms/updatedirectordetails/CiproDirectors.aspx",,,1	
	])
	
					addmenu(menu=["disclosure_co_mn",
	,,110,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Company",HostLink +"/Disclosure/Enterprise.asp?what=Enterprise&ent_type=07",,,1	
	,"Person",HostLink +"/Disclosure/Person.asp",,,1	
	])
	
				addmenu(menu=["disclosure_cc_mn",
	,,208,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Close Corporations",HostLink +"/Disclosure/Enterprise.asp?what=Enterprise&ent_type=23",,,1	
	,"Person",HostLink +"/Disclosure/Person.asp",,,1
	,"Free Disclosure - not for official use",HostLink +"/2/enterprise/CCFreeDisclosure.aspx target=_blank",,,1	
	])
	
				addmenu(menu=["disclosure_coop_mn",
	,,160,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Co-operatives",HostLink +"/Disclosure/Enterprise.asp?what=Enterprise",,,1	
	,"Person",HostLink +"/Disclosure/Person.asp",,,1	
	])
					addmenu(menu=["cc_reg_mn",
	,,210,1,"",style2,,"left",effect,,,,,,,,,,,,   
	//,"Register a new Close Corporation", HostLink + "/2/Enterprise/portal.aspx?OpenSec=NewRegistration target=_blank",,,1	
	,"Amend details of Close Corporation",HostLink +"/2/Enterprise/portal.aspx?OpenSec=NewAmendment target=_blank",,,1	
    	,"Disclosures","show-menu=disclosure_cc_mn",,,1   
	])		
			
		
					addmenu(menu=["coop_reg_mn",
	,,300,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"How to Register a Co-operative &amp; Other important Information",HostLink +"/products_services/info/How_to_register_a_Coop.pdf",,,1	
	,"How to change an Old registration number to a New Registration Number",HostLink +"/products_services/info/Change_to_new_Reg_No.pdf",,,1
    ,"Fees applicable to Amendment of Constitution",HostLink + "/fees_costs/Amendment_of_constitution_Fees.pdf",,,1	
    ,"List of deregistered co-operatives",HostLink + "/notices/Coops_LIQUIDATIONS_publication.pdf",,,1	
    //,"Disclosures","show-menu=disclosure_coop_mn",,,1	
	])
						addmenu(menu=["bus_part_mn",
	,,300,1,"",style2,,"left",effect,,,,,,,,,,,,  
	,"About CIPRO Decentralisation Partners",HostLink +"/2/AboutUs/About_Decen_Partners.aspx",,,1	
	,"CIPRO Decentralisation Partners",HostLink +"/2/AboutUs/CIPRO_decentralisation_partners_new_partners_April_2010_v1_3.htm target = _blank",,,1	
	,"FAQs",HostLink +"/2/AboutUs/FAQ_Documents/FREQUENTLY%20ASKED%20QUESTIONS.pdf target = _blank",,,1		
	,"CIPRO control sheet",HostLink + "/notices/CIPRO%20Transactional%20list%20-%20draftcontol%20sheet%20V2.pdf target = _blank",,,1
	,"CIPRO Decentralisation Process",HostLink +"/2/AboutUs/FAQ_Documents/decentralisation%20process.pdf target = _blank",,,1	
	,"Partner Monthly Reports","show-menu=dec_partner_reports",,,1	
	])	
	 		
	 		
	 		
	 		
    addmenu(menu=["dec_partner_reports",
    ,,300,1,"",style2,,"left",effect,,,,,,,,,,,,
    ,"DED&P Mpumalanga",HostLink +"/Decentralisation/Reports/DEDP_Mpumalanga.doc target = _blank",,,1	
    ,"DCCI",HostLink +"/Decentralisation/Reports/DCCI.doc target = _blank",,,1	
    ,"DED&T North West",HostLink +"/Decentralisation/Reports/DEDT_North_West.doc target = _blank",,,1	
    ,"DEDKZN",HostLink +"/Decentralisation/Reports/DEDKZN.doc target = _blank",,,1	
    ,"ECDC",HostLink +"/Decentralisation/Reports/ECDC.doc target = _blank",,,1	
    ,"GEP",HostLink +"/Decentralisation/Reports/GEP.doc target = _blank",,,1	
    ,"LIBSA",HostLink +"/Decentralisation/Reports/LIBSA.doc target = _blank",,,1	
    ,"Multipurpose Centre Bonteheuwel",HostLink +"/Decentralisation/Reports/Multipurpose_Centre_Bonteheuwel.doc target = _blank",,,1	
    ,"REDDoor",HostLink +"/Decentralisation/Reports/REDDoor.doc target = _blank",,,1	
    ,"SAPO",HostLink +"/Decentralisation/Reports/SAPO.doc target = _blank",,,1	
    ,"SEDA",HostLink +"/Decentralisation/Reports/SEDA.doc target = _blank",,,1	
    ,"Thusong Centre Plett",HostLink +"/Decentralisation/Reports/Thusong_Centre_Plett.doc target = _blank",,,1	
    ,"TIKZN",HostLink +"/Decentralisation/Reports/TIKZN.doc target = _blank",,,1	
    ])
		
		
			addmenu(menu=["stat_mn",
	,,190,1,"",style1,,"left",effect,,,,,,,,,,,,   
	,"Annual Reports","show-menu=ar_years_mn",,,1
	,"Our Latest Registrations",HostLink +"/about_us/latest_registrations.asp",,,1	
	,"Registration Statistics",HostLink + "/about_us/Web_Statistics_Version15.pdf target=_blank",,,1	
	])
		
				addmenu(menu=["ar_years_mn",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"2008/9 Annual Report","show-menu=ar_89",,,1   
	,"2007/8 Annual Report",HostLink +"/notices/CIPRO%20Annual%20Report%202007-2008.pdf target=_blank",,,1
	,"2006/7 Annual Report",HostLink +"/notices/CIPRO%20Annual%20Report%202006-2007.pdf target=_blank",,,1
	,"2005/6 Annual Report",HostLink +"/notices/CIPRO%20Annual%20Report%202005-2006.pdf target=_blank",,,1
	,"2004/5 Annual Report",HostLink +"/notices/CIPRO%20Annual%20Report%202004-2005.pdf target=_blank",,,1
	,"2003/4 Annual Report",HostLink +"/notices/2003-04%20Annual%20Report.pdf target=_blank",,,1
	,"2002/3 Annual Report",HostLink +"/notices/Cipro%20Annual%20Report.pdf target=_blank",,,1	
	])
	
	addmenu(menu=["ar_89",,,220,1,,style1,0,"left",effect,0,,,,,,,,,,,
        ,"2008/2009 Annual Report",HostLink +"/notices/Annual_Report_2008_9.pdf target=_blank",,,1
        ,"Erratum 2008/2009 Annual Report",HostLink +"/notices/Erratum_Annual_Report_2008_2009.pdf target=_blank",,,1
        ])
	
	           
	
					addmenu(menu=["help_mn",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,   	
	,"About Us","show-menu=abt_us",,,1
	,"FAQs","show-menu=faq_mn",,,1
	,"Products and Services Brochure",HostLink + "/2/Products_Services/PDF_Documents/CiproInforServicesA5BookletInternetVer.pdf",,,1
	,"Manuals","show-menu=manual_mn",,,1
	])
	    

					addmenu(menu=["faq_mn",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,   	
	,"FAQs",HostLink + "/faq/faqs.asp",,"",1
	,"AR CC FAQs",HostLink + "/annualreturns/FAQs_AR_CCs_v1.5.doc",,"",1
	,"Decentralisation FAQs",HostLink + "/2/AboutUs/FAQ_Documents/FREQUENTLY%20ASKED%20QUESTIONS.pdf target = _blank",,"",1
	,"E-CM29 FAQ's",HostLink + "/ECM29faqs/E-CM29_FAQS_04_11_2010.doc",,"",1
	])
	
	/*addmenu(menu=["faq_mn",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,   	
	,"FAQs",HostLink + "/faq/faqs.asp",,"",1
	,"E-CM29 FAQ's",HostLink + "/ECM29faqs/E-CM29 FAQS_04_11_2010.doc",,"",1
	,"Decentralisation FAQs",HostLink + "/2/AboutUs/FAQ_Documents/FREQUENTLY%20ASKED%20QUESTIONS.pdf target = _blank",,"",1
	])*/

					addmenu(menu=["manual_mn",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,   	
	,"E-Lodgment","show-menu=lodge_mn",,,1	
	])
	
					addmenu(menu=["lodge_mn",
	,,100,1,"",style1,,"left",effect,,,,,,,,,,,,   	
	,"CK1",HostLink + "/manuals/E-LODGEMENT_CK1.pdf",,,1	
	,"CK2 and CK2A",HostLink + "/manuals/AMENDMENTS_CK2_CK2A_E-LODGEMENTS.pdf",,,1	
	,"CK7",HostLink +  "/manuals/E-LODGMENT_CK7.pdf",,,1	
	,"CM5",HostLink + "/manuals/E-LODGMENT_CM5.pdf",,,1	
	,"CM6",HostLink + "/manuals/E-LODGMENT_CM6.pdf",,,1	
	,"CM8",HostLink + "/manuals/E-LODGMENT_CM8.pdf",,,1	
	,"CM8A",HostLink + "/manuals/E-LODGMENT_CM8A.pdf",,,1	
	,"CM22",HostLink + "/manuals/E-lodgment_CM22.pdf",,,1	
	,"CM27A",HostLink + "/manuals/E-LODGMENT_CM27A.pdf",,,1	
	,"CM29",HostLink + "/manuals/CM29_MANUAL.doc",,,1
	,"CM31",HostLink + "/manuals/E-LODGMENT_CM31.pdf",,,1	
	])
	
	
			
	
	
					addmenu(menu=["coop_act_mn",
	,,210,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act 91 of 1981",HostLink + "/legislation%20forms/coops/Co-operativesAct91of1981.pdf",,,1
	,"Act 14 of 2005",HostLink + "/legislation%20forms/coops/Co-operativesAct14of2005.pdf",,,1
	,"Final Regulation",HostLink + "/legislation%20forms/coops/Co-opsFinalRegulation.pdf",,,1
	,"Regulation-Fees in terms of 1981 Act",HostLink + "/legislation%20forms/coops/Co-opsFeesintermsof1981Act.pdf",,,1
	,"Regulation-Form in terms of 1981 Act",HostLink + "/legislation%20forms/coops/Co-opsFormsintermsof1981Act.pdf",,,1
	])
				
				addmenu(menu=["rat_co_act_mn",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act",HostLink + "/legislation%20forms/rationalisation%20of%20corporate%20laws/Rationalisation%20of%20Corporate%20Laws%20Act.pdf",,,1
	])
				addmenu(menu=["share_act_mn",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act",HostLink + "/legislation%20forms/share%20blocks%20control/Share%20Blocks%20Control%20Act.pdf",,,1
	])
				addmenu(menu=["bus_name_act_mn",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act",HostLink + "/legislation%20forms/Business%20Names/Business%20Names%20Act.pdf",,,1
	])
			addmenu(menu=["emb_act_mn",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act",HostLink + "/legislation%20forms/use%20of%20emblems/Unauthorised%20Use%20Of%20Emblems%20Act.pdf",,,1
	])
			addmenu(menu=["stem_sa_act_mn",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act",HostLink + "/legislation%20forms/stem%20van%20sa/Stem%20Van%20Suid%20Afrika.pdf",,,1
	])
			addmenu(menu=["vla_cop_act_mn",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act",HostLink + "/legislation%20forms/vlaglied%20copyright/Vlaglied%20Copyright%20Act.pdf",,,1
	])
	
			addmenu(menu=["per_pro_act_mn",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act",HostLink + "/legislation%20forms/performers%20protection/Performer%20Protection%20Act.pdf",,,1
	])
			addmenu(menu=["coun_goods_act_mn",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act",HostLink + "/legislation%20forms/counterfeit%20goods/Counterfeit%20Act.pdf",,,1
	,"Notice i.t.o Section 24",HostLink + "/legislation%20forms/Counterfeit%20Goods/Notice%20ito%20section%2024.pdf",,,1
	])
	
		addmenu(menu=["mer_act_mn",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act",HostLink + "/legislation%20forms/Merchandise%20Marks/Merchandise%20Mark%20Act.pdf",,,1
	])
	
			addmenu(menu=["cin_act_mn",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act",HostLink + "/legislation%20forms/Cinematography/Act.pdf",,,1
	,"Regulations",HostLink + "/legislation%20forms/Cinematography/Cinematography%20Regulations%20(updated%20after%20amendments%201%20Dec%202006).pdf",,,1
	,"Notice i.t.o Section 2(1)",HostLink + "/legislation%20forms/Cinematography/Notice%20in%20terms%20of%20regulation%202.pdf",,,1
	])
	
			addmenu(menu=["ip_act_mn",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act",HostLink + "/legislation%20forms/IP%20Property%20Laws/IP%20Laws%20Rationalisation%20Act.pdf",,,1
	])
	
			addmenu(menu=["cop_act_mn",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act",HostLink + "/legislation%20forms/Copyright/Copyright%20Act.pdf",,,1
	,"Regulations",HostLink + "/legislation%20forms/Copyright/Copyright%20Regulations.pdf",,,1
	,"Collecting Societies",HostLink + "/legislation%20forms/Copyright/Collecting%20Societies%20Regulations.pdf",,,1
	])
	
		addmenu(menu=["tm_act_mn",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act",HostLink + "/legislation%20forms/trade%20marks/Trademark%20Act.pdf",,,1
	,"Notice i.t.o Section 2(2)",HostLink + "/legislation%20forms/trade%20marks/Notice%20ito%20regulation%202.pdf",,,1
	,"Notice i.t.o Section 4(3)",HostLink + "/legislation%20forms/trade%20marks/Notice%20ito%20regulation%204.pdf",,,1
	,"Regulations",HostLink + "/legislation%20forms/trade%20marks/Trade%20Mark%20Regulations%20(updated%20after%20amendments%20on%201%20Dec%202006).pdf",,,1
	])
	
	
	
		addmenu(menu=["des_act_mn",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,   
	,"Act",HostLink + "/legislation%20forms/designs%20act/Design%20Act.pdf",,,1
	,"Regulations",HostLink + "/legislation%20forms/designs%20act/Designs%20Regulations%20(updated%20after%20amendments%20of%201%20Dec%202006).pdf",,,1
	,"Notice i.t.o Section 3(1)",HostLink + "/legislation%20forms/designs%20act/Notice%20ito%20regulation%203_1__b_.pdf",,,1
	])
	

	addmenu(menu=["prodmenu",
	,,250,1,"",style1,,"left",effect,,,,,,,,,,,,   
	,"Enterprise Search",HostLink +"/products_services/search.asp",,,1
	,"Synonym Search",HostLink +"/products_services/SynSearch.asp",,,1
	,"Documents Search",HostLink +"/products_services/docSearch.asp",,,1	
	])

	
	addmenu(menu=["custmn",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"What is Customer", "",,,1	
	,"Find a Customer", "",,,1
	,"Register as a Customer", "",,,1
	])

	addmenu(menu=["reg_form_mn",,,140,1,"",style2,,"",effect,,,,,,,,,,,,
	, "CK1 - Founding statement for CC", HostLink + "/registration_forms/CompRegForms/CK1.zip", , , 1
	])
	
	addmenu(menu=["news_mn",,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Notice Archive",HostLink +"/news_events/cipronotices.asp",,,1
	//,"Website Updates","show-menu=web_app_mn",,,1
	//,"Industry Events",HostLink +"/news_events/industry_events.asp",,,1
	,"Media and Publicity","show-menu=med_pub_mn",,,1
	,"Information Library","show-menu=info_mn",,,1 
	//,"Newsletters",HostLink +"/news_events/cipro_liso_issue2%20final%20e.pdf target=_blank",,,1 
	,"Newsletters","show-menu=newsletter_mn",,,1 
	])
   
   addmenu(menu=["newsletter_mn",,,200,1,,style1,0,"left",effect,0,,,,,,,,,,,
        ,"2009","show-menu=newsletter09_mn",,,1 
        ,"2010","show-menu=newsletter10_mn",,,1       
	])
	
	addmenu(menu=["newsletter09_mn",,,200,1,,style1,0,"left",effect,0,,,,,,,,,,,
        ,"Liso Issue 1",HostLink +"/news_events/CIPRO_Liso_Issue1.pdf",,,1 
        ,"Liso Issue 3",HostLink +"/news_events/cipro_liso_issue3.pdf",,,1 
        ,"Liso Issue 4",HostLink +"/news_events/CIPRO_Liso_Issue4.pdf",,,1      
	])

addmenu(menu=["newsletter10_mn",,,200,1,,style1,0,"left",effect,0,,,,,,,,,,,
        ,"Liso Issue 6",HostLink +"/news_events/Liso_Issue_6_for_website.pdf",,,1 
        ,"Liso Issue 7",HostLink +"/news_events/Liso_Issue_7_Web.pdf",,,1 
        ,"Liso Issue 8",HostLink +"/news_events/LISO_8.pdf",,,1     
	])
	
    addmenu(menu=["info_mn",,,200,1,,style1,0,"left",effect,0,,,,,,,,,,,
        ,"Acts and Treaties",HostLink + "/info_library/acts_treaties.asp",,,1
        ,"Cipro Publication",HostLink + "/info_library/cip_pub.asp",,,1
        ,"Government Gazettes",HostLink + "/info_library/govgaz.asp",,,1
        ,"Standard Industrial Classification",HostLink + "/info_library/sic_codes.asp",,,1
	])
	
	  addmenu(menu=["web_app_mn",,,170,1,,style1,0,"left",effect,0,,,,,,,,,,,
        ,"Website Updates",HostLink +"/news_events/web_updates.asp",,,1
        ,"What's New on our Website",HostLink +"/news_events/new.asp",,,1
        ,"What's Coming Soon",HostLink +"/news_events/coming.asp",,,1
	])
	  addmenu(menu=["med_pub_mn",,,140,1,,style1,0,"left",effect,0,,,,,,,,,,,
        ,"Media and Publicity",HostLink +"/news_events/media.asp",,,1
        ,"Media Releases",HostLink +"/news_events/releases.asp",,,1
        //,"CIPRO in the Press",HostLink +"/news_events/press.asp",,,1
	])
	  addmenu(menu=["tm_mn",,,220,1,,style1,0,"left",effect,0,,,,,,,,,,,
        ,"Trade Marks",HostLink +"/products_services/trademarks.asp",,,1
        ,"Registration Procedure",HostLink +"/products_services/trade_registration.asp",,,1
        ,"How to Apply",HostLink +"/products_services/trade_howto.asp",,,1
        ,"Before Application",HostLink +"/products_services/trade_beforeapp.asp",,,1
        ,"Renewal",HostLink +"/products_services/trade_renewal.asp",,,1
        ,"Amendments Before Registration",HostLink +"/products_services/trade_before.asp",,,1
        ,"Amendments After Registration",HostLink +"/products_services/trade_after.asp",,,1
        ,"Oppositions",HostLink +"/products_services/trade_oppositions.asp",,,1
        ,"Assignment Hyphothecation",HostLink +"/products_services/trade_hypothecation.asp",,,1
        ,"Registered User",HostLink +"/products_services/trade_registered.asp",,,1
        ,"Caveat",HostLink +"/products_services/trade_caveat.asp",,,1
        
	])
	
		  addmenu(menu=["tm_mn_l",,,220,1,,style2,0,"left",effect,0,,,,,,,,,,,
        ,"Trade Marks",HostLink +"/products_services/trademarks.asp",,,1
        ,"Registration Procedure",HostLink +"/products_services/trade_registration.asp",,,1
        ,"How to Apply",HostLink +"/products_services/trade_howto.asp",,,1
        ,"Before Application",HostLink +"/products_services/trade_beforeapp.asp",,,1
        ,"Renewal",HostLink +"/products_services/trade_renewal.asp",,,1
        ,"Amendments Before Registration",HostLink +"/products_services/trade_before.asp",,,1
        ,"Amendments After Registration",HostLink +"/products_services/trade_after.asp",,,1
        ,"Oppositions",HostLink +"/products_services/trade_oppositions.asp",,,1
        ,"Assignment Hyphothecation",HostLink +"/products_services/trade_hypothecation.asp",,,1
        ,"Registered User",HostLink +"/products_services/trade_registered.asp",,,1
        ,"Caveat",HostLink +"/products_services/trade_caveat.asp",,,1
        
	])
	 addmenu(menu=["co_act_mn",,,390,1,,style2,0,"left",effect,0,,,,,,,,,,,
        //,"Act",HostLink + "/legislation%20forms/companies/CompaniesAct61of1973Amended2005(AmendmentAct22).pdf",,,1
        ,"Notice i.t.o Section 10",HostLink + "/legislation%20forms/companies/Notice%20ito%20section%2010.pdf",,,1
        ,"Schedules to the Act",HostLink + "/legislation%20forms/companies/Schedules%20to%20the%20Act.pdf",,,1
        ,"Administrative Regulations",HostLink + "/legislation%20forms/companies/General%20Administrative%20Regulations.pdf",,,1
        ,"Notice i.t.o Section 1",HostLink + "/legislation%20forms/companies/Notice%20ito%20section%2010.pdf",,,1
        ,"Notice i.t.o Section 1 and 10",HostLink + "/legislation%20forms/companies/Notice%20ito%20sections%201%20and%2010.pdf",,,1
        ,"Regulations - Retention and Preservation",HostLink + "/legislation%20forms/companies/Regulations%20for%20retention%20and%20preservation%20of%20company%20reco.pdf",,,1
        ,"Regulation - Winding up etc.",HostLink + "/legislation%20forms/companies/Regulations%20for%20winding%20up%20and%20judicial%20management.pdf",,,1
        ,"Security Regulation Panel - Code on take-over and mergers and rules",HostLink + "/legislation%20forms/companies/Securities%20Regulation%20Code%20on%20Take-overs%20and%20mergers%20and%20t.pdf",,,1
        ,"Standing Advisory Commitee Regulations",HostLink + "/legislation%20forms/companies/Standing%20Advisory%20Committee%20Regulations.pdf",,,1
        ,"Uncertified Securities Regulations",HostLink + "/legislation%20forms/companies/Uncertified%20security%20regulations.pdf",,,1
        ,"Practice Note 3 of 2009",HostLink + "/legislation%20forms/companies/document2009-06-01-204907.pdf",,,1
        
	])
	
		 addmenu(menu=["cc_act_mn",,,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
       // ,"Act",HostLink + "/legislation%20forms/cc/CC%20Act%201984%20Amended%202005.pdf",,,1
        ,"Notice i.t.o Section 6",HostLink + "/legislation%20forms/cc/Notice%20ito%20section%206.pdf",,,1
		 ,"Notice i.t.o Section 60",HostLink + "/news_events/membersofCharteredInstituteofBusinessManagementcan_performduties_accounting_officers.pdf target=_blanks",,,1
        ,"Regulations",HostLink + "/legislation%20forms/cc/CC%20Regulations.pdf",,,1
        ,"Practice Note 1 of 2006",HostLink + "/legislation%20forms/cc/PRACTICE%20NOTE%201%20OF%202006.pdf",,,1 
        ,"Practice Note 3 of 2009",HostLink + "/legislation%20forms/cc/document2009-06-01-204907.pdf",,,1       
	])
	 addmenu(menu=["cc_co_act_mn",,,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
        ," Guidance Note Restoration 2010",HostLink + "/legislation%20forms/companiesandclosecoops/2010_12_21_Guidance_Note_Restoration.pdf",,,1       
	    ," Practice Note 6 of 2009",HostLink + "/legislation%20forms/companiesandclosecoops/Practice_Note_6_of_2009_Annual_Returns.pdf",,,1
	])
	
	addmenu(menu=["cc_co_act_mn",,,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
        ," Guidance Note Restoration 2010",HostLink + "/legislation%20forms/companiesandclosecoops/2010_12_21_AR_Restoration_notification_Nov_2010_version1_0.doc",,,1       
	])
		 addmenu(menu=["pt_act_mn",,,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
        ,"Act",HostLink + "/legislation%20forms/patents/Patent%20act.pdf",,,1
        ,"Notice i.t.o Section ",HostLink + "/legislation%20forms/patents/Notice_ito_regulation_2_c_.pdf",,,1
        ,"Regulations",HostLink + "/legislation%20forms/patents/Patent%20Regulations%20(updated%20after%20amendments%20on%201%20Dec%202006).pdf",,,1
        ,"Examination Regulations",HostLink + "/legislation%20forms/patents/Patent%20Examination%20Regulations.pdf",,,1       
	])
dumpmenus()

