<!--
function show_confirm_de(lang,sec,id)
{
	var r=confirm("ACHTUNG: Es werden Englisch und Deutsche Version gelöscht")
	if ( r==true )
	{
		window.location="http://www.dir-ch.com/editor.php?lg="+lang+"&sec="+sec+"&delete="+id
	}
}
function show_confirm_en(lang,sec,id)
{
	var r=confirm("NOTE: German and English version will be deleted!!")
	if ( r==true )
	{
		window.location="http://www.dir-ch.com/editor.php?lg="+lang+"&sec="+sec+"&delete="+id
	}
}
// -->
