var cond = {
en: {title: $(e.target).find('[name=entitle]').val()},
ru: {title: $(e.target).find('[name=frtitle]').val()}
};
window.open('data:application/vnd.ms-excel,' + "'5620140829152611'");
$('#punct_spec').on('mouseenter', '.del_punct', function(){
$(this).attr('src', 'img/del_png_red.png');
});
$('#punct_spec').on('mouseout', '.del_punct', function(){
$(this).attr('src', 'img/del_png.png');
});