var id;
function ShowPage(id){
	id = "medlem.php?xreg_id="+id;
 window.open(id, '' , 'height=600, width=650, toolbar=no, scrollbars=yes');
}

function Showimage(filename,id){
var file = 'showimageL.php?ftg_id=24&filename='+filename+"&id="+id;
 window.open(file,'','width=500,height=600,scrollbars=yes,toolbar=no,resizable=yes')
}

function Del(addin_delete,id){
//alert(prod_delete);
var url = "medlem_bild.php?xfoto_id=" + id;
window.open (url,'','toolbar=no,resizable=yes,scrollbars=yes,width=500,height=650');
}

function newnews(url){
	window.open(url, 'news','toolbar=no,scrollbars=yes,resizable=yes');
}
