function moveit(sprt) {
    var url = "/enquiry.php3?sport=" + sprt;
    window.location=url;
}