

function imageOff(id,img){
    document.getElementById(id).src="images/contact/" + img;
}


function verifyDelete(txt) {
    var answer = confirm(txt);
    return answer;
}




