<!-- hide from other browsers

function confirmaction(theref, question)
{
    var is_ok = confirm(question);
    return is_ok;
}


// stop hiding -->

