function gotoExtUrl(id) {
	$.ajax({
		   type: "POST",
		   url: 'index.php?eID=dg_content_ajax',
		   asynchronous: true,
		   data: 'id=' + id  + '&fnc_name=gotoExtUrl',
		   success: function(msg){
	     		return;	     		
			}
		 });
}