/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['<IMG SRC="media/menu_blob.gif" border="0"><FONT COLOR="#FFFFFF"><B> P R O D U C T S</B></FONT>', 		'',{}],
	['<IMG SRC="media/menu_blob.gif" border="0"> Palisade', 		'product_palisade.html',{},
		['<IMG SRC="media/menu_blobb.gif" border="0"> Fences and Gates', 	'product_palifence.html'],
		['<IMG SRC="media/menu_blobb.gif" border="0"> Automated Gates', 	'product_paligate.html'],
		['<IMG SRC="media/menu_blobb.gif" border="0"> Portcullis High Security', 'product_portcullis.html'],
	],

	['<IMG SRC="media/menu_blob.gif" border="0"> Electrified Fence', 		'product_vsense_electricfence.html',{},
	],
	['<IMG SRC="media/menu_blob.gif" border="0"> Taut Wire', 		'product_vsense_tautwire.html',{},
	],

	['<IMG SRC="media/menu_blob.gif" border="0"> Security Accessories',	'product_security.html',{},
		['<IMG SRC="media/menu_blobb.gif" border="0"> Anti-scaling',         'product_antiscale.html'],
		['<IMG SRC="media/menu_blobb.gif" border="0"> Fantails', 	     'product_fantails.html'],
		['<IMG SRC="media/menu_blobb.gif" border="0"> Barbed Wire Brackets', 'product_barbedwire.html'],
	],
	['<IMG SRC="media/menu_blob.gif" border="0"> Architectural Fencing',	'product_architectural.html',{},
		['<IMG SRC="media/menu_blobb.gif" border="0"> Vertical Bar', 		'product_verticalbar.html'],
		['<IMG SRC="media/menu_blobb.gif" border="0"> Bow Top', 		'product_bowtop.html'],
		['<IMG SRC="media/menu_blobb.gif" border="0"> Regency', 		'product_regency.html'],
		['<IMG SRC="media/menu_blobb.gif" border="0"> Guardsman', 		'product_guardsman.html'],
	],
	['<IMG SRC="media/menu_blob.gif" border="0"> Decorative Electronic Fencing', 		'product_vsense_dsf.html',{},
		['<IMG SRC="media/menu_blobb.gif" border="0"> Electronic Pressure Strip',         'product_vsense_pressurestrip.html'],
	],

	['<IMG SRC="media/menu_blob.gif" border="0"> Diplomat Prestige', 	'product_diplomat.html'],
	['<IMG SRC="media/menu_blob.gif" border="0"> Estate/Rural Fencing', 	'product_estate.html'],
	['<IMG SRC="media/menu_blob.gif" border="0"> ParaRailing Tubular', 	'product_pararailing.html',{},
		['<IMG SRC="media/menu_blobb.gif" border="0"> Square', 			'product_pararailing_square.html'],
		['<IMG SRC="media/menu_blobb.gif" border="0"> Round', 			'product_pararailing_round.html'],
	],
	['<IMG SRC="media/menu_blob.gif" border="0"> Betafence Welded Mesh',	'product_weldedmesh.html',{},
		['<IMG SRC="media/menu_blobb.gif" border="0"> Paladin', 		'product_paladin.html'],
		['<IMG SRC="media/menu_blobb.gif" border="0"> 358 Mesh Systems', 	'product_358mesh.html'],
		['<IMG SRC="media/menu_blobb.gif" border="0"> Securifor 3D & 2D', 		'product_securifor.html'],
		['<IMG SRC="media/menu_blobb.gif" border="0"> Nylofor', 		'product_nylofor.html'],
		['<IMG SRC="media/menu_blobb.gif" border="0"> Roll-Top', 		'product_rolltop.html'],
		['<IMG SRC="media/menu_blobb.gif" border="0"> Ball Courts', 		'product_ballcourts.html'],
		['<IMG SRC="media/menu_blobb.gif" border="0"> Betafence Gate Systems', 		'product_bekamatic.html'],
	],
	['<IMG SRC="media/menu_blob.gif" border="0"><FONT COLOR="#FFFFFF"><B> L I N K S</B></FONT>', 		'',{}],
	['<IMG SRC="media/menu_blob.gif" border="0"> Paramount Security', 		'http://www.paramountsecurity.co.uk', {'tw' : '_blank'},
		['<IMG SRC="media/menu_blobb.gif" border="0"> Integrated security systems, CCTV and access control', 		'http://www.paramountsecurity.co.uk', {'tw' : '_blank'}],
	],
	['<IMG SRC="media/menu_blob.gif" border="0"> Aspect Powder Coating', 	'http://www.aspectpowdercoating.co.uk', {'tw' : '_blank'},
		['<IMG SRC="media/menu_blobb.gif" border="0"> Full powder coating service for any product', 	'http://www.aspectpowdercoating.co.uk', {'tw' : '_blank'}],
	],
];


var MENU_ITEMS_MENUBAR = [
		['<IMG SRC="media/menu_blob.gif" border="0"> Home', 		'index.html'],
		['<IMG SRC="media/menu_blob.gif" border="0"> Contact Us', 	'main_contact.html'],
		['<IMG SRC="media/menu_blob.gif" border="0"> Quotation', 	'main_quote.html'],
		['<IMG SRC="media/menu_blob.gif" border="0"> About Us', 	'main_about.html'],
		['<IMG SRC="media/menu_blob.gif" border="0"> The Team', 	'main_team.html'],
		['<IMG SRC="media/menu_blob.gif" border="0"> FAQ', 		'main_faq.html'],
		['<IMG SRC="media/menu_blob.gif" border="0"> Terms',		'main_terms.html'],
		['<IMG SRC="media/menu_blob.gif" border="0"> Location', 	'main_location.html']
];


var MENU_ITEMS_LINKS = [
];



