document.write('		<form name="jump">'
  + '		<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO"  id="headDrop">'
  + '		<option value="./index.php?page=services_index" selected>We can help you with...</option>'
  + '		<option value="./index.php?page=services_entertainment">&#183; Audio Visual</option>'
  + '		<option value="./index.php?page=services_communication">&#183; Boardrooms</option>'
  + '		<option value="./index.php?page=services_communication">&#183; Data Cabling</option>'
  + '		<option value="./index.php?page=services_security">&#183; Fire Systems</option>'
  + '		<option value="./index.php?page=services_entertainment">&#183; Satellite/Cable</option>'
  + '		<option value="./index.php?page=services_entertainment">&#183; Home Cinema</option>'
  + '		<option value="./index.php?page=services_security">&#183; Intruder Alarms</option>'
  + '		<option value="./index.php?page=services_security">&#183; Access Control</option>'
  + '		<option value="./index.php?page=services_entertainment">&#183; Multi Room Hi-Fi</option>'
  + '		<option value="./index.php?page=services_automation">&#183; Home Automation</option>'
  + '		<option value="./index.php?page=services_communication">&#183; Structured Cabling</option>'
  + '		<option value="./index.php?page=services_security">&#183; Smoke Evacuation</option>'
  + '		<option value="./index.php?page=services_communication">&#183; Telephone Systems</option>'
  + '		<option value="./index.php?page=services_communication">&#183; Video Conferencing</option>'
  + '		<option value="./index.php?page=services_automation">&#183; Building management</option>'
  + '		<option value="./index.php?page=services_security">&#183; Automatic Gates/Doors</option>'
  + '		<option value="./index.php?page=services_lighting">&#183; Lighting Control/Design</option>'
  + '		<option value="./index.php?page=services_security">&#183; Gas/Carbon Monoxide Detection</option>'
  + '		<option value="./index.php?page=services_security">&#183; CCTV/Remote Monitoring/Video</option>'
  + '		</select>'
  + '		</form>');
