function checkDeleteAll (Link)
{
	 if (confirm("Do you want remove all articles?") == true) {
	 	document.location.href=Link;
	 }
}
