/* -----------------------------------------------------------------------------------------------------------------------
	Ueber Uns
----------------------------------------------------------------------------------------------------------------------- */

function f_vorstand_neu(){
	document.home.work.value = 'ueber';
	document.home.vor_neu.value='j';
	document.home.submit();
}
function f_vorstand_neu_save(){
	document.home.work.value = 'ueber';
	document.home.vor_neu_save.value='j';
	document.home.submit();
}
function f_reset_vor_neu(){
	document.home.nname.value='';
	document.home.nfunk.value='';	
}


function f_vorstand_edit(vor_id){
	document.home.work.value = 'ueber';
	document.home.vor_edit.value=vor_id;
	document.home.submit();
}
function f_vorstand_edit_save(vor_id){
	document.home.work.value = 'ueber';
	document.home.vor_edit.value=vor_id;
	document.home.vor_edit_save.value='j';	
	document.home.submit();	
}

function f_vorstand_del(vor_id){
	document.home.work.value = 'ueber';
	document.home.vor_del.value=vor_id;
	document.home.submit();
}

