
function popup_padrao(w,h,url,wname) {
	 var expRemoteWin = window.open(url,'dg_wname_'+wname,'top=0,left=0,x=0,y=0,width='+w+',height='+h+',toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=no,scrollbars=yes');
}

function excluir_link(id){

	if(confirm("Deseja realmente exlcuir este link?")){
		window.location = "index.php?m=8&id=" + id;
	}

}

function excluir_noticia(id){

	if(confirm("Deseja realmente exlcuir esta noticia?")){
		window.location = "index.php?m=15&id=" + id;
	}

}