// <![CDATA[


/*MENU CODE*/

// Title: Tigra Menu (v2.1 06/26/2007)
// URL: http://www.javascript-menu.com/
// Tech. Support: http://www.softcomplex.com/forum/forumdisplay_29/
// Notes: This script is free. Visit official site for further details.

var A_MENUS=[];function menu(F,I){if(!document.body||!document.body.style)return;this.B=F;this.I=I;this.b=A_MENUS.length;this.D=[];this.A=[];this.expand=R;this.collapse=Q;this.onclick=T;this.onmouseout=V;this.onmouseover=W;this.onmousedown=U;this.J={'block_top':16,'block_left':16,'top':20,'left':4,'width':120,'height':22,'hide_delay':0,'expd_delay':0,'css':{'inner':'','outer':''}};this.O=function(p){return this.J[p];};this.n=this;this.a=-1;this.g=0;this.h=0;for(c=0;c<F.length;c++)new S(this,c);A_MENUS[this.b]=this;for(var c=0;c<this.A.length;c++)this.A[c].N.style.visibility='visible';}function Q(b){clearTimeout(this.o);var f=(b?this.D[b].a:0);for(b=0;b<this.D.length;b++){var j=this.D[b];if(j.a>f&&j.L){j.N.style.visibility='hidden';j.L=false;}}if(!b)this.i=null;}function R(b){if(this.k)return;var l=this.D[b];if(this.i&&this.i.a>=l.a)this.collapse(l.b);this.i=l;if(!l.A)return;for(var c=0;c<l.A.length;c++){var j=l.A[c];j.N.style.visibility='visible';j.L=true;}}function T(b){var l=this.D[b];var q=l.B[1];if(!q)return true;if(String(q).toLowerCase().indexOf('javascript:')==0)return eval(q);if(l.B[2]&&l.B[2]['tw'])window.open(q,l.B[2]['tw']);else window.location=q;return true;}function V(b){var l=this.D[b];l.N.className=l.P(0,0);l.M.className=l.P(1,0);l.s(7);this.k=setTimeout('A_MENUS['+this.b+'].collapse();',l.O('hide_delay'));}function W(b){clearTimeout(this.k);this.k=null;clearTimeout(this.o);var l=this.D[b];l.s();l.N.className=l.P(0,1);l.M.className=l.P(1,1);if(l.O('expd_delay')<0)return;this.o=setTimeout('A_MENUS['+this.b+'].expand('+b+');',l.O('expd_delay'));}function U(b){var l=this.D[b];l.N.className=l.P(0,2);l.M.className=l.P(1,2);this.expand(b);}function S(m,c){this.a=m.a+1;this.B=m.B[c+(this.a?3:0)];if(!this.B)return;this.n=m.n;this.m=m;this.c=c;this.b=this.n.D.length;this.n.D[this.b]=this;m.A[c]=this;var n=this.n,I=this.n.I;this.O=X;this.P=Y;this.s=Z;this.g=c?m.A[c-1].g+this.O('left'):m.g+this.O('block_left');this.h=c?m.A[c-1].h+this.O('top'):m.h+this.O('block_top');document.write('<div id="e',n.b,'_',this.b,'o" class="',this.P(0,0),'"',(this.B[2]&&this.B[2]['tt']?' title="'+this.B[2]['tt']+'"':''),' style="position:absolute;top: ',this.h,'px;left:',this.g,'px;width:',this.O('width'),'px;height:',this.O('height'),'px;visibility:hidden;',' z-index: ',this.a,';cursor:',(this.B[1]?'pointer':'default'),'" ','onclick="return A_MENUS[',n.b,'].onclick(',this.b,');" onmouseout="A_MENUS[',n.b,'].onmouseout(',this.b,');" onmouseover="A_MENUS[',n.b,'].onmouseover(',this.b,');" onmousedown="A_MENUS[',n.b,'].onmousedown(',this.b,');"><div id="e',n.b,'_',this.b,'i" class="',this.P(1,0),'">',this.B[0],"</div></div>");this.M=document.getElementById('e'+n.b+'_'+this.b+'i');this.N=document.getElementById('e'+n.b+'_'+this.b+'o');this.L=!this.a;if(this.B.length<4)return;this.A=[];for(var c=0;c<this.B.length-3;c++)new S(this,c);}function X(p){var r=null,G=this.n.I[this.a];if(G)r=G[p];return(r==null?this.m.O(p):r);}function Y(d,e){var C=this.O('css');var H=C[d?'inner':'outer'];if(typeof(H)=='string')return H;for(var _=e;_>=0;_--)if(H[_])return H[_];}function Z(K){window.setTimeout("window.status=unescape('"+(K?'':(this.B[2]&&this.B[2]['sb']?escape(this.B[2]['sb']):escape(this.B[0])+(this.B[1]?' ('+escape(this.B[1])+')':'')))+"')",10);}


/*MENU CONFIGURATION*/

/* Tigra Menu template structure */
var MENU_TPL = [
	{
		'width': 194,
		'height': 22,
		'left': 0,
		'top': 24,
		'hide_delay': 400,
		'expd_delay': 400,
		'css': {
			'inner': 'TM1i0',
			'outer': ['TM1o0','TM1o1']
		},
		'block_left': 2,
		'block_top': 0
	},
	{
		'width': 194,
		'block_left': 196,
		'block_top': 0,
		'left': 0,
		'top': 24
	},
	{
		'block_left': 196,
		'block_top': 0
	}
];


/*MENU STRUCTURE*/

/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Bridges<span class="strzala">&raquo;</span>', null, null,
		['Small Bridges', 'bridges_small.html'],
		['Pedestrian', 'bridges_pedestrian.html'],
		['Cycleway', 'bridges_cycleway.html'],
		['Bridleway', 'bridges_bridleway.html'],
		['Off-Highway Vehicle', 'bridges_offhighwayvehicle.html'],
		['Environment Agency<span class="strzala">&raquo;</span>', null, null,
			['Canal', 'bridges_canal.html'],
			['Weir', 'bridges_weir.html'],
			['Flood Relief', 'bridges_floodrelief.html'],
		],
		['Structural Timber', 'bridges_structural_timber.html'],
		['Kits<span class="strzala">&raquo;</span>', null, null,
			['Timber Kit Bridges', 'bridges_timber.html'],
			['Self Assembly', 'bridges_selfassembly.html'],
			['Approved Installer', 'bridges_approvedinstaller.html'],
		],
		['Larger Bridges', 'bridges_larger.html'],
		['Private Commissions', 'private_comms.html'],
		['Truss Bridges', 'bridges_truss.html'],
		['Suspension<span class="strzala">&raquo;</span>', null, null,
			['Suspension', 'bridges_suspension.html'],
			['Sportmans Bridge', 'bridges_sportmans.html'],
		],
		['Golf Club', 'golfclub.html'],
		['Pipe<span class="strzala">&raquo;</span>', null, null,
			['Utility support structure', 'bridges_utilitysupport.html'],
			['Integrated Pipe Bridges', 'bridges_integratedpipe.html'],
		],
		['Disabled Access', 'bridges_disabledaccess.html'],
		['Options<span class="strzala">&raquo;</span>', null, null,
			['Deck', 'bridges_deckoptions.html'],
			['Parapet', 'bridges_parapetoptions.html'],
		],
		['Decorations', 'bridges_decorations.html', null,],
		['Foundations', 'bridges_abutments.html'],
		['Refurbishment', 'bridges_refurbishment.html'],
	],
	['Drainage and Service Ducts<span class="strzala">&raquo;</span>', null, null,
		['Catchpits', 'drainage_catchpits.html', null,],
		['Kinghurst Bypass Kerb', 'drainage_kinghurstbypasskerb.html'],
		['Nib Nobbler', 'drainage_nibnobbler.html'],
		['Rowsander Path Pipe', 'drainage_rowsanderpathpipe.html'],
		['The Brumshunt', 'drainage_brumshunt.html'],
		['Flood Gobbler', 'drainage_floodgobbler.html'],
		['Servisafe', 'drainage_serviceducts.html'],
	],
	['Cattle Grids<span class="strzala">&raquo;</span>', null, null,
		['Ongie Cycleway Grid', 'cattlegrids_ongie.html', null,],
		['Catchpits', 'cattlegrids_catchpits.html', null,],
		['Domestic<span class="strzala">&raquo;</span>', 'cattlegrids_domestic.html', null,
			['&quot;Whisper&quot;', 'cattlegrids_whisper.html'],
			['Belsize', 'cattlegrids_dombelsize.html'],
		],
		['Agricultural<span class="strzala">&raquo;</span>', 'cattlegrids_agricultural.html', null,
			['Belsize', 'cattlegrids_agrbelsize.html'],
			['Catterick', 'cattlegrids_agrcatterick.html'],
			['Newmarket', 'cattlegrids_agrnewmarket.html'],
		],
		['Highways<span class="strzala">&raquo;</span>', 'cattlegrids_highways.html', null,
			['&quot;Powys&quot;', 'cattlegrids_powys.html'],
			['Newmarket', 'cattlegrids_hignewmarket.html'],
		],
		['Off Highway<span class="strzala">&raquo;</span>', 'cattlegrids_offhighway.html', null,
			['&quot;Surrey&quot;', 'cattlegrids_surrey.html'],
			['Catterick', 'cattlegrids_offcatterick.html'],
		],
		['Heavy Industrial<span class="strzala">&raquo;</span>', 'cattlegrids_heavyindustrial.html', null,
			['&quot;Severn&quot;', 'cattlegrids_severn.html'],
			['Newmarket', 'cattlegrids_heanewmarket.html'],
		],
	],
	['Countryside Access Control<span class="strzala">&raquo;</span>', null, null,
		['<span style="color:#0f0;">REQUEST A FREE CATALOGUE</span>', 'request.html', null,],
		['Kissing Gates<span class="strzala">&raquo;</span>', null, null,
			['<span class="u">Model Selector</span>', 'javascript:model_selector()'],
			['Sub Urban<span class="strzala">&raquo;</span>', null, null,
				['Ashford', 'cosac_ashford.html'],
				['Durham', 'cosac_durham.html'],
				['Cathedral', 'cosac_cathedral.html'],
				['Glen Garry', 'cosac_glengarry.html'],
				['Taller Kissing Gates', 'cosac_tallerkg.html'],

			],
		],
		['Pedestrian Gates<span class="strzala">&raquo;</span>', null, null,
			['<span class="u">Model Selector</span>', 'javascript:model_selector2p()'],
			['One Way Gates<span class="strzala">&raquo;</span>', null, null,
				['Guildford', 'cosac_guildford.html'],
				['Lancaster', 'cosac_lancaster.html'],
			],
			['Two Way Gates<span class="strzala">&raquo;</span>', null, null,
				['Ayr', 'cosac_ayr.html'],
			],
			['Bridge gate<span class="strzala">&raquo;</span>', null, null,
				['Woodcock', 'cosac_bridgegatewoodcock.html'],
				['Wreake', 'cosac_bridgegatewreake.html'],
			],

		],
		['Bridleway Gates<span class="strzala">&raquo;</span>', null, null,
			['<span class="u">Model Selector</span>', 'javascript:model_selector2b()'],
			['One Way Gates<span class="strzala">&raquo;</span>', null, null,
				['Wells', 'cosac_wells.html'],
			],
			['Two Way Gates<span class="strzala">&raquo;</span>', null, null,
				['Flint', 'cosac_flint.html'],
			],
		],
		['Wooden Products<span class="strzala">&raquo;</span>', null, null,
			['<span class="u">Model Selector</span>', 'javascript:model_selector_wooden()'],
			['Kissing Gates<span class="strzala">&raquo;</span>', null, null,
				['Braintree &#91;Pedestrian&#93;', 'cosac_braintree.html'],
				['Maldon &#91;Medium Mobility&#93;', 'cosac_maldon.html'],
				['Burnham &#91;Large Mobility&#93;', 'cosac_burnham.html'],
			],
			['Pedestrian Gates<span class="strzala">&raquo;</span>', null, null,
				['Morpeth &#91;1 Way Open&#93;', 'cosac_morpeth.html'],
				['Troon &#91;2 Way Open&#93;', 'cosac_troon.html'],
			],
			['Bridleway Gates<span class="strzala">&raquo;</span>', null, null,
				['Bangor &#91;1 Way Open&#93;', 'cosac_bangor.html'],
				['Taunton &#91;2 Way Open&#93;', 'cosac_taunton.html'],
			],
			['Stiles<span class="strzala">&raquo;</span>', null, null,
				['Brideswell &#91;Stile&#93;', 'cosac_brideswell.html'],
				['Kirkswell &#91;Stile With Dogway&#93;', 'cosac_kirkswell.html'],
			],
		],
		['2 in 1 Gates<span class="strzala">&raquo;</span>', 'cosac_2in1gates.html', null,
			['Pembroke', 'cosac_pembroke.html'],
			['St Daffyd', 'cosac_stdaffyd.html'],
		],
		['Horse Stile', 'cosac_horsestile.html'],
		['Horse Friendly Vehicle Barrier', 'cosac_horsefriendlybarrier.html'],
		['Mower Gate<span class="strzala">&raquo;</span>', null, null,
			['Solihull', 'cosac_solihull.html'],
		],
		['Vehicle Barriers<span class="strzala">&raquo;</span>', 'cosac_vehiclebarriers.html', null,
			['Triangular', 'cosac_glamorgan.html'],
			['Rectangular', 'cosac_swansea.html'],
			['Height Restriction Barrier', 'cosac_cuerdon.html'],
			['Horse Friendly Vehicle Barrier', 'cosac_horsefriendlybarrier.html'],
			['Mower Gate', 'cosac_mowergate.html'],
		],
		['Path Staples<span class="strzala">&raquo;</span>', null, null,
			['Normal Duty', 'cosac_normalduty.html'],
			['Heavy Duty', 'cosac_heavyduty.html'],
		],
		['Bike Frustrators<span class="strzala">&raquo;</span>', null, null,
			['Wisley &#91;Steel&#93;', 'cosac_wisley.html', null,],
		],
		['Bollards<span class="strzala">&raquo;</span>', null, null,
			['Steel', 'cosac_bollardssteel.html', null,],
		],
	],
	['Urban Access Control<span class="strzala">&raquo;</span>', null, null,
		['Hardened Entry Points', 'urbanaccesscontrol_hep.html'],
		['Height Restrictors', 'urbanaccesscontrol_hr.html'],
		['Swinging Arm Barriers', 'urbanaccesscontrol_sab.html'],
	],
	['Open Account', 'openaccount.html'],
	['Place Order', 'placeorder.html'],
];

document.write('<div style="position:absolute; top: 300px; width: 200px;" class="noprint">');
document.write('<br/><br/>');
document.write('<img style="padding-left:8px; float:left" src="images/investorsinpeople.gif" alt="Investor In People" /><img style="padding-left:5px; float:left" src="images/constructionline.gif" alt="Construction Line" />');
document.write('<br style="clear:both;" /><br/>');
document.write('<div style="text-align:center; font-size: 16px;">&nbsp;&nbsp;&nbsp;Coming soon!</div>');
document.write('<img style="padding-left:38px; float:left" src="images/mastercard.gif" alt="MasterCard" /><img style="padding-left:5px; float:left" src="images/visa.gif" alt="VISA" />');
document.write('<br style="clear:both;" /><br/>');
document.write('<div style="margin-top: 20px;" id="counter"><img src="/cgi-bin/Count.cgi?ft=0|frgb=0;0;99|tr=0|trgb=0;0;0|wxh=15;20|md=6|dd=A|st=5|sh=1|df=bfl.dat"align=absmiddle></div>');
document.write('<p class="c it small" style="color:#666;">best viewed in 1024x768</p>');
document.write('</div>');
document.write('</div>');




// ]]>

