$(document).ready(function() {

	$('#advSearchForm').hide();
	
	$('#toggleAdvSearch').toggle(
	
	function() {
		$('#advSearchForm').show('fast');
	},
	
	function() {
		$('#advSearchForm').hide('fast');
	});
	
	$('#offAdvSearch').click(
		function() {
		$('#advSearchForm').hide('fast');
	});

	
});

Shadowbox.init({
    players: ["html", "img", "iframe"]
});


function clearFormKeyword() {
	document.KeywordSearchForm.keyword.value = "";
}
function clearFormNumber() {
	document.HymnalSearchForm.hymnal_number.value = "";
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function delete_confirm(message,url){
	if(confirm(message)) location.href = url;
}

