function AlertBox2() {
	//window.location="http://www.weirmanuel.com"; 
	var x;
	x = window.confirm("Are you sure you want to delete this file? You cannot undo this delete!"); 
	return x; 
	}