function download(form)
{
   var tU = new Array();
tU[0]="http://www.greenhousesupply.co.uk/brochure.html";
tU[1]="http://217.118.131.65/downloads/aglpricelist_pg1.pdf";
tU[2]="http://217.118.131.65/downloads/agl_pricelist_nireland.pdf";
tU[3]="http://217.118.131.65/downloads/edenpricelist.pdf";
tU[4]="http://217.118.131.65/downloads/edenpricelist_sco.pdf";
tU[5]="http://217.118.131.65/downloads/europamanor.pdf";
tU[6]="http://217.118.131.65/downloads/europamanor_sco.pdf";
tU[7]="http://217.118.131.65/downloads/mpb_greenhouses.pdf";
tU[8]="http://217.118.131.65/downloads/fawtdov.pdf";
tU[9]="http://217.118.131.65/downloads/fawt_pricelist_nireland.pdf";
tU[10]="http://217.118.131.65/downloads/fawt_eire.pdf";
tU[11]="http://217.118.131.65/downloads/headen.pdf";
tU[12]="http://217.118.131.65/downloads/robinsons_pricelist_uk.pdf";
tU[13]="http://217.118.131.65/downloads/accessories.pdf";
tU[14]="http://217.118.131.65/downloads/oasis.pdf";
tU[15]="http://217.118.131.65/downloads/oasis_nireland.pdf";
tU[16]="http://217.118.131.65/downloads/oasis_eire.pdf";
tU[17]="http://217.118.131.65/downloads/polytunnels_leaflet.pdf";
tU[18]="http://217.118.131.65/downloads/polytunnels_nireland.pdf";
tU[19]="http://217.118.131.65/downloads/growmate.pdf";
tU[20]="http://217.118.131.65/downloads/waterbuttsleaflet.pdf";
tU[21]="http://217.118.131.65/downloads/waterbutts_nireland.pdf";
tU[22]="http://217.118.131.65/downloads/coldframeleaflet.pdf";
tU[23]="http://217.118.131.65/downloads/clearance.pdf";
tU[24]="http://217.118.131.65/downloads/heaters_a4.pdf";
tU[25]="http://217.118.131.65/downloads/heaters_a5_newest_nireland.pdf";
tU[26]="http://217.118.131.65/downloads/heaters_a5_newest_eire.pdf";



location = tU[form.sel_URL3.selectedIndex];
}


