 document.write("<form name=\"form\" method=\"post\">");
 document.write("<input type=\"hidden\" name=\"Course_Loc\" value=\"\">");
 document.write("</form>");
function Booking_Courses(Cr_loc) {
 form.action = "booking_courses.asp";
 form.Course_Loc.value = Cr_loc;
 form.submit();
}