portal_url = 'http://www.eindejaarsrequiem.nl'

/***********************************************************
 * Default Scripts
 **********************************************************/

function OpenPrintPage()
{
// <![CDATA[
if (document.location == portal_url) {
	window.open(document.location + '/index_html/print_view');
} else {
	window.open(document.location + '/print_view');
}
// ]]>
}

function setRadioChecked()
{
document.forms.mainForm.elements[3].checked = true
}

function formSubmit(buttonName) {
	if (buttonName == 'change_data') {
		document.forms.mainForm.change_data.value = "1";
		/*document.write('ok');*/
	}
	else {
		document.forms.mainForm.change_data.value = "";
		/*document.write('nok');*/
	}
	document.forms.mainForm.submit();
}

/* Include scripts */

// <![CDATA[
	document.write("<"+"script type='text/javascript' src='" + portal_url + "/scriptshowhide.js'><"+"/script>");
// ]]>

