function watch_quicklink(_event, _object)
{
	if (_object.value != '')
	{
		window.location.href = _object.value;
	}
}

function open_print(_url)
{
	var print_window = window.open(_url+'?print=true', "Printview", "width=550,height=400,left=100,top=200,menubar=yes,scrollbars=Yes,toolbar=yes");
	print_window.focus();
}

function reload_register_form(_event, _object)
{
	document.forms.register.submit();
}

// initialise plugins
$(document).ready ( function ()
{
	$('ul#sfnav').superfish();
});
