function xnm(id){
	var url = "../moduls/xnewsmail/add.php?ftg=61&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=300,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');
	}	


function newItem(type, item, id){
	var url = "forum_" + item + ".php?id=" + id + "&type=" + type + "&item=" + item;
	window.open(url, "", "height=200,width=400,toolbar=no");
}
function vcard(id){
	var url = "vcard.php?id=" + id;
	window.open(url, "", "height=150,width=300,toolbar=no");
}
