//Select Menu

function clicker(that) {
var pick = that.options[that.selectedIndex].value;
if (pick == "1") hideall();
else if (pick == "2") getdata('xml/freshers.xml', 'freshers');
else if (pick == "3") getdata('xml/buildings.xml', 'buildings');
else if (pick == "4") getdata('xml/lecture.xml', 'lecture');
else if (pick == "5") getdata('xml/academic.xml', 'academic');
else if (pick == "6") getdata('xml/services2.xml', 'student_services');
else if (pick == "7") getdata('xml/centres.xml', 'centre');
else if (pick == "8") getdata('xml/pacr.xml', 'pacr');
else if (pick == "9") getdata('xml/food_campus.xml', 'food_campus');
else if (pick == "10") getdata('xml/campus_facilities.xml', 'campus_facilities');
else if (pick == "11") getdata('xml/apartments.xml', 'apartments');  
else if (pick == "12") getdata('xml/estate.xml', 'estate');  
else if (pick == "13") getdata('xml/shorttermaccomm.xml', 'shorttermaccomm');  
else if (pick == "14") getdata('xml/phone.xml', 'phone');  
else if (pick == "15") getdata('xml/fire.xml', 'fire');  
else if (pick == "16") getdata('xml/defib.xml', 'defib');
else if (pick == "17") getdata('xml/busrail.xml', 'busrail');
else if (pick == "18") getdata('xml/taxi.xml', 'taxi');  
else if (pick == "19") getdata('xml/carparks.xml', 'carparks');  
else if (pick == "20") getdata('xml/doctors.xml', 'doctors');  
else if (pick == "21") getdata('xml/chemist.xml', 'chemist');
// Local Services (content to follow): else if (pick == "22") hideall());
else if (pick == "23") getdata('xml/atm.xml', 'atm');
else if (pick == "24") getdata('xml/food_town.xml', 'food_town');
else if (pick == "25") getdata('xml/shops_town.xml', 'shops_town');
else if (pick == "26") getdata('xml/petrol.xml', 'petrol');
else if (pick == "27") getdata('xml/sport.xml', 'sport');
// Shops (content to follow): else if (pick == "28") hideall();
else if (pick == "29") getdata('xml/bars.xml', 'pub');
else if (pick == "30") getdata('xml/admin.xml', 'admin');
else if (pick == "31") getdata('xml/kilkenny.xml', 'kilkenny');
else if (pick == "32") getdata('xml/campus_shops.xml', 'campus_shops');
else if (pick == "33") getdata('xml/wireless.xml', 'wireless');







}