function xnm(id){
	var url = "../moduls/xnewsmail/add.php?ftg=41&xnmevent_xnmevents="+id;
	window.open(url,'','width=400,height=150,toolbar=no');
}

function delFile(mode,id, kate, sort){
	if (window.confirm("Vill du radera filen?"))
		file(mode,id, kate, sort);
}
function file(mode,id, kate, sort){
	url = "xfiles.php?action="+mode+"&id="+id+"&kate="+kate+"&sort="+sort;
	window.open(url,'','height=400,width=800,scrollbars=yes,resizable=yes');
}

function Open(file){
	file = "sendfile.php?file="+file;
	window.open(file, '');
}

function newnews(url){
	window.open(url, 'news','toolbar=no,scrollbars=yes,resizable=yes');
	}	

