   
function areYouSure(text)
{
     return confirm(text);
}

