
function topSearchRedirect(industry_id){
	if (industry_id){
		document.location = '/go/industry_redirect.php?r='+industry_id;
	}
}

document.write(''+
'<style>'+
'  #topnavlinks { vertical-align: middle; color: white; }'+
'  #topnavlinks A { font-family: Tahoma; font-size: 11px; color: white; font-weight: bold; text-decoration: none; }'+
'  #topnavlinks A:hover { text-decoration: underline; color: #FFDF00; }'+
'  #topSearchForm TABLE { height: 24px; }'+
'  #topSearchForm TD { vertical-align: middle; }'+
'  #topSearchForm .SmallText { color: #FFDF00; font-weight: bold; }'+
'  #topSearchForm .smallform { font-size: 9px; }'+
'  #topSearchForm .smallselect { font-size: 9px; }'+
'  #topSearchForm .generalbutton { font-size: 9px; }'+
'</style>'+
'<form id="topSearchForm" name="topSearchForm" onSubmit="return validateHeaderSearchForm(this)" style="margin:0px">'+
'<table border="0" cellspacing="0" cellpadding="0" align="right">'+
'<tr valign="middle" class="SmallText">'+
'  <td>'+
'	<SELECT NAME="IndustryFilter" CLASS="smallselect" onChange="topSearchRedirect(this.options[this.selectedIndex].value)">'+
'	<OPTION VALUE=""> -- Choose Industry --'+
'	<OPTION VALUE="accounting">Accounting & Finance'+
'	<OPTION VALUE="admin">Administration & Secretarial'+
'	<OPTION VALUE="agriculture">Agriculture'+
'	<OPTION VALUE="arts">Arts'+
'	<OPTION VALUE="automotive">Automotive'+
'	<OPTION VALUE="aviation">Aviation / Aerospace'+
'	<OPTION VALUE="banking">Banking'+
'	<OPTION VALUE="biotechnology">Biotechnology'+
'	<OPTION VALUE="custservcallcentre">Call Centre / Customer Service'+
'	<OPTION VALUE="catering">Catering'+
'	<OPTION VALUE="charity">Charity'+
'	<OPTION VALUE="childcare">Child Care'+
'	<OPTION VALUE="construction">Construction'+
'	<OPTION VALUE="consulting">Consulting'+
'	<OPTION VALUE="creative">Creative / Design'+
'	<OPTION VALUE="defence">Defence'+
'	<OPTION VALUE="domestic">Domestic / Child Care'+
'	<OPTION VALUE="driving">Driving'+
'	<OPTION VALUE="education">Education & Training'+
'	<OPTION VALUE="electronics">Electronics'+
'	<OPTION VALUE="energy">Energy / Renewable Energy'+
'	<OPTION VALUE="engineering">Engineering'+
'	<OPTION VALUE="environ">Environmental'+
'	<OPTION VALUE="executive">Executive / Management'+
'	<OPTION VALUE="facilitiesmanagement">Facilities Management'+
'	<OPTION VALUE="fashion">Fashion'+
'	<OPTION VALUE="financialservices">Financial Services'+
'	<OPTION VALUE="food">Food & Drink'+
'	<OPTION VALUE="government">Government / Public Sector'+
'	<OPTION VALUE="graduate">Graduate'+
'	<OPTION VALUE="headhunting">Headhunting'+
'	<OPTION VALUE="healthsafety">Health & Safety'+
'	<OPTION VALUE="health">Health & Social Care'+
'	<OPTION VALUE="housebuilding">Housebuilding'+
'	<OPTION VALUE="industrial">Industrial'+
'	<OPTION VALUE="informationindustry">Information Industry'+
'	<OPTION VALUE="IT">Information Technology'+
'	<OPTION VALUE="insurance">Insurance'+
'	<OPTION VALUE="legal">Legal'+
'	<OPTION VALUE="logistics">Logistics'+
'	<OPTION VALUE="manufacture">Manufacturing / Production'+
'	<OPTION VALUE="marketresearch">Market Research'+
'	<OPTION VALUE="marketing">Marketing'+
'	<OPTION VALUE="mediapr">Media'+
'	<OPTION VALUE="multilingual">Multi-Lingual'+
'	<OPTION VALUE="notforprofit">Not-for-profit'+
'	<OPTION VALUE="hr">Personnel / HR'+
'	<OPTION VALUE="pharm">Pharmaceutical'+
'	<OPTION VALUE="pr">PR'+
'	<OPTION VALUE="printing">Printing & Publishing'+
'	<OPTION VALUE="projectmanagement">Project Management'+
'	<OPTION VALUE="property">Property'+
'	<OPTION VALUE="purchasing">Purchasing'+
'	<OPTION VALUE="rail">Rail'+
'	<OPTION VALUE="recruitment">Recruitment 2 Recruitment'+
'	<OPTION VALUE="retail">Retail'+
'	<OPTION VALUE="sales">Sales'+
'	<OPTION VALUE="science">Scientific'+
'	<OPTION VALUE="security">Security'+
'	<OPTION VALUE="shipping">Shipping'+
'	<OPTION VALUE="socialcare">Social Care'+
'	<OPTION VALUE="spabeauty">Spa & Beauty'+
'	<OPTION VALUE="spaceandsatellite">Space & Satellite'+
'	<OPTION VALUE="sport">Sport, Recreation & Leisure'+
'	<OPTION VALUE="tax">Tax'+
'	<OPTION VALUE="telecoms">Telecommunications'+
'	<OPTION VALUE="trainingandlearning">Training / Learning'+
'	<OPTION VALUE="travel">Travel'+
'	</SELECT>'+
'  </td>'+
'</tr>'+
'</table>'+
'</form><iframe id="SearchFormIFrame" name="SearchFormIFrame" style="width:0px; height:0px; border: 0px" src="/images/spacer.gif"></iframe>');
