<!--


function delRecord(ID){
     input_box=confirm("Are you sure you want to delete this record");
          if (input_box==true)
{ 
// Output when OK is clicked
window.location.href = "index.asp?page=booking_edit&delete=yes&course_ID="+ID;
}
else
{
// Output when Cancel is clicked
}
}

 

// --->

<!--


function delFAQ(ID){
     input_box=confirm("Are you sure you want to delete this FAQ");
          if (input_box==true)
{ 
// Output when OK is clicked
window.location.href = "index.asp?page=admin&section=FAQ&delete=yes&content_ID="+ID;
}
else
{
// Output when Cancel is clicked
}
}

 

// --->


<!--


function delExample(ID){
     input_box=confirm("Are you sure you want to delete this LOAN EXAMPLE");
          if (input_box==true)
{ 
// Output when OK is clicked
window.location.href = "index.asp?page=admin&section=examples&delete=yes&content_ID="+ID;
}
else
{
// Output when Cancel is clicked
}
}

 

// --->

