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)}

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
effect = "Fade(duration=0.2);Alpha(style=0,opacity=92);Shadow(color='#666666', Direction=220, Strength=10)"



timegap=400			// The time delay for menus to remain visible
followspeed=40		// Follow Scrolling speed
followrate=20		// Follow Scrolling Rate
suboffset_top=2;	// Sub menu offset Top position 
suboffset_left=6;	// Sub menu offset Left position
closeOnClick = true

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.
"000000",				// Mouse Off Font Color
"CCCCCC",			// Mouse Off Background Color
"ffffff",			// Mouse On Font Color
"003399",			// Mouse On Background Color
"ffffff",			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// Menu Item Padding
,		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"ffffff",			// 3D High Color
"ffffff",			// 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)
"000099",			// 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
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
90,					// Menu Top - The Top position of the menu in pixels
10,				// Menu Left - The Left position of the menu in pixels
150,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"left",					// 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)
"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)
,					// 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)
,					// 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&nbsp;&nbsp;","../fsc/home.htm",,,1   // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"About Us&nbsp;&nbsp;","show-menu=aboutus",,"",1
,"Consumers&nbsp;&nbsp;","show-menu=consumer",,"",1
,"Applicants&nbsp;&nbsp;","show-menu=applications",,"",1
,"Firms&nbsp;&nbsp;","show-menu=firms",,"",1
,"International&nbsp;&nbsp;","show-menu=international",,"",1
,"Links&nbsp;&nbsp;","show-menu=links",,"",1
])

	addmenu(menu=["aboutus",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Contact Us&nbsp;&nbsp;","show-menu=contactus",,"",1
	,"Corporate&nbsp;&nbsp;","show-menu=corporate",,"",1
	,"The Commission&nbsp;&nbsp;","show-menu=commission",,"",1
	,"Statistics&nbsp;&nbsp;","show-menu=statistics",,"",1
	,"Search","../fsc/search.htm",,,1
	,"Site Map","../fsc/sitemap.htm",,,1
	])

    	addmenu(menu=["contactus",
	    ,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	    ,"Email Directory","../aboutus/directory.asp",,,1
    	,"Feedback Form","http://www.fsc.gi/aboutus/fb.php",,,1
     	,"Data Access Request","../aboutus/datarequest.htm",,,1
     	,"Jobs at the FSC","../vacancies/vacancies.htm",,,1
    	])

	    addmenu(menu=["corporate",
	    ,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	    ,"Mission Statement","../aboutus/mission.htm",,,1	
	    ,"Annual Reports","../aboutus/annualreports.htm",,,1
	    ,"Combined Code","../aboutus/combinedcode.htm",,,1
	    ,"CEO Communications","../fsclists/publications.asp?Section=7&Type=-1",,,1
	    ,"Articles","../fsclists/publications.asp?Section=9&Type=10",,,1
	    ,"Presentations","../fsclists/publications.asp?Section=9&Type=9",,,1
	    ,"Press Releases","../fsclists/pressreleases.aspx",,,1
	    ,"Service Level Standards","../aboutus/servicelevels.htm",,,1
	    ,"History of the FSC","../aboutus/16years.htm",,,1
	    ])

		  addmenu(menu=["commission",
		  ,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		  ,"Commission","../aboutus/commission.htm",,,1
		  ,"Commission's Committees","../aboutus/commissioncommittees.htm",,,1
		  ,"Executive Committees","../aboutus/executivecommittees.htm",,,1
		  ,"Members' Interests","../aboutus/membersinterests.htm",,,1
		  ,"Legislation","../fsclists/publications.asp?Section=6&Type=4",,,1
		  ,"Delegated Authority","../aboutus/delegatedfunctions.htm",,,1
		  ])

	
		addmenu(menu=["statistics",
		,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Credit Institutions","../aboutus/stats_ci.htm",,,1
		,"Company Management & Trusteeships","../aboutus/stats_fid.htm",,,1
		,"Funds under Management","../aboutus/stats_funds.htm",,,1
		,"Insurance Companies","../aboutus/stats_ins.htm",,,1
		,"Collective Investment Schemes","../aboutus/stats_cis.htm",,,1
		,"Licensees","../aboutus/stats_lics.htm",,,1
		])	


	addmenu(menu=["consumer",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Consumer Guides&nbsp;&nbsp;","show-menu=guides",,"",1
	,"Complaints&nbsp;&nbsp;","show-menu=complaints",,"",1
	,"Warnings&nbsp;&nbsp;","show-menu=warnings",,"",1
	])

		addmenu(menu=["guides",
		,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	    ,"Banking","../consumer/bankingguide.htm",,,1		
	    ,"Insurance","../consumer/insuranceguide.htm",,,1
	    ,"Investment","../consumer/investmentguide.htm",,,1
	    ,"Fraud","../consumer/fraud.htm",,,1
	    ,"Phishing","../consumer/phishing.htm",,,1
		])

		addmenu(menu=["complaints",
		,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"About the FSC","../consumer/aboutfsc.htm",,,1
		,"About a firm","../consumer/aboutfirm.htm",,,1
		])

		addmenu(menu=["warnings",
		,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"From the FSC","../fsclists/warnings.asp?Find=FSC",,,1	
		,"From Other Regulators","../consumer/overseaswarnings.htm",,,1
		])

	addmenu(menu=["applications",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Applications","../applicants/applications.htm",,,1
	,"Application Fees","../applicants/applicationfees.htm",,,1
	,"Fit & Proper Test","../applicants/fitandproper.htm",,,1
	,"Four Eyes","../applicants/foureyes.htm",,,1
	,"Funds Applications","../applicants/fundapplicants.htm",,,1
	,"Occupational Pension Scheme","../applicants/opsapplicants.htm",,,1
	])


	addmenu(menu=["firms",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Downloads","../fsclists/publications.asp",,,1
	,"Regulatory Approach&nbsp;&nbsp;","show-menu=global",,"",1
	,"EU Directives&nbsp;&nbsp;","show-menu=majorissues",,"",1
	,"Regulated Entities&nbsp;&nbsp;","show-menu=regulated",,"",1
	])

	   addmenu(menu=["majorissues",
	   ,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	   ,"Basel II","../firms/basel2.htm",,,1	
	   ,"MiFID","../firms/mifid.htm",,,1
	   ,"Solvency II","../download/adobe/insurance/insurance022009.pdf",,,1
	   ])

		addmenu(menu=["global",
		,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
   	    ,"Business Continuity","../firms/buscont.htm",,,1   
	    ,"Consultation Papers","../firms/consultation.htm",,,1
		,"Enforcement","../firms/enforcement.htm",,,1
        ,"Guidance, Waivers and Exemptions","../firms/guidanceandwaivers.htm",,,1
 		,"Regulatory Objectives and Principles","../firms/principles.htm",,,1
    	,"Risk Framework","../firms/riskframework.htm",,,1	
       ,"Transparency in Financial Policies","../aboutus/transparency.htm",,,1
	   ])

		addmenu(menu=["regulated",
		,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Recognised Prospectus","../fsclists/prospectus.htm",,,1
		,"Recognised ECAIs","../fsclists/ecais.htm",,,1
		,"List by Category","../fsclists/categorysearch.asp",,,1
//		,"Approved Persons Search","../fsclists/search.htm",,,0
		])


	addmenu(menu=["international",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Cooperation&nbsp;&nbsp;","show-menu=cooptype",,"",1
	,"MoUs & MMoUs","../international/mmou.htm",,,1
	,"Passporting","../international/passporting.htm",,,1
	,"Pillar 3","../international/pillar3.htm",,,1
	,"Evaluations&nbsp;&nbsp;","show-menu=evaluations",,"",1
	,"Sanctions&nbsp;&nbsp;","show-menu=sanctions",,"",1
    ,"Gibraltar's AML/CFT Regime FAQ","../international/amlfaq.htm",,,1
	,"Gibraltar Info (wiki)","http://en.wikipedia.org/wiki/Gibraltar",,,1

	])

			addmenu(menu=["cooptype",
			,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	        ,"Regulatory Requests&nbsp;&nbsp;","show-menu=legal",,"",1
	        ,"Judicial Requests","../international/judicial.htm",,,1
			])

			addmenu(menu=["legal",
			,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Introduction","../international/introduction.htm",,,1
        	,"Preconditions","../international/preconditions.htm",,,1
			,"Format","../international/format.htm",,,1	
			,"Banking","../international/banking.htm",,,1
			,"Fiduciary Services","../international/fiduciary.htm",,,1
			,"Investment Services","../international/investment.htm",,,1
			,"Insurance","../international/insurance.htm",,,1
			,"Contacts","../international/contacts.htm",,,1
			])

			addmenu(menu=["evaluations",
			,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Statutory Review","../international/statutoryreview.htm",,,1
			,"FATF","../fsclists/pressrelease.asp?ID=22",,,1
			,"IMF","../international/imf.htm",,,1
			])

			addmenu(menu=["sanctions",
			,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Anti-terrorism&nbsp;&nbsp;","show-menu=anti-terrorism",,"",1
			,"Other Financial Sanctions","../international/sanctions.htm",,,1
			])

			addmenu(menu=["anti-terrorism",
			,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Orders","../international/terrorismorders.htm",,,1
			,"Names","../international/terrorismnames.htm",,,1
			,"Measures","../international/terrorismmeasures.htm",,,1
			])
	

	addmenu(menu=["links",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Anti-money Laundering Guidance Notes","http://www.fsc.gi/amlgn",,,1
	,"Deposit Guarantee","http://www.gdgb.gi",,,1
	,"Investor Compensation","http://www.gics.gi",,,1
	,"Gibraltar Government","http://www.gibraltar.gov.gi",,,1
	])

dumpmenus()