function goBackBewerbungsformular()
{
document.onlinebewerbung.send.value = "2";
document.onlinebewerbung.submit();
}
function delFile( v )
{
if ( v.length > 0 )
{
hideBox(v);
showBox( v+'upload' );
eval( 'document.onlinebewerbung.'+v+'del.value = 1;' );
}
}
