/* Begin doc_raw header.tpl */
		var WO = null;
/* header.tpl end doc_raw */

/* Begin doc_raw header.tpl */
	function users_Update(person){
		var x = confirm(" " + person + "?");
		if (x) return true;
		else alert("delete canceled");
		return false;
	}
/* header.tpl end doc_raw */

/* Begin doc_raw header.tpl */
function Update(item){
	var x = confirm("Are you sure you want to delete " + item + "?")
	if (x) return true
	else alert("delete canceled")
	return false
}	// end function
function Restore(item){
	var x = confirm("Are you sure you want to RESTORE " + item + "? 'This cannot be undone (except by the system administrator).")
	if (x) return true
	else 	alert("restore cancelled")
	return false
}	// end function
function Rereview(item){
	var x = confirm("Are you sure you want to move " + item + " back to the Unreviewed status?")
	if (x) return true
	else alert("re-review canceled")
	return false
}	// end function
/* header.tpl end doc_raw */

/* Begin doc_raw header.tpl */
			function Confirmregister(){
				var x = confirm(" Бахаи Библиотека Онлайн . You only need to register if you want to edit documents or upload new ones.  Click 'Cancel' to cancel or 'OK' to continue.");
				return x ? true : false;
			} // end function confirmregister
			function document_window(url) {
				new_win = window.open (url, "Viewer", 
					"width="+600+", height="+600+", scrollbars, location, status, resizable");
			} // end function document_window
			function record_window(url) {
				NEW_WIN = window.open (url, "Viewer", 
					"width="+600+", height="+600+", scrollbars, location, status, resizable");
			} // end function record_window
/* header.tpl end doc_raw */

