

function confirmAsk()
{

var akcja = confirm('Czy jestes pewien ?');
return akcja;

}

