global.someName();
function someName()
{
if ( app.document.selections.length == 1 )
{
save(app.document.selections[0],
reselectFiles();
}
else
{
alert("Save only for one file", "Error", errorIcon)
}
}
$('.tags__secondary').css({color: 'red'});
if (check_reg_daten()) {return false;};
=)