<!--


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
}
}

 

// --->


<!--

function removeInfo(info_ID){
     input_box=confirm("Are you sure you want to remove all extra info for this product");
          if (input_box==true)
{ 
// Output when OK is clicked
window.location.href = "index.asp?page=CM_product_edit&tidyInfoFile=yes&Info_ID="+info_ID; 
}
else
{
// Output when Cancel is clicked
}
}

// --->
