addLoadEvent(function () {
	if (document.getElementById('questions_button')) {
		extendOnClick(document.getElementById('questions_button'), function () {
			displayWindow(this.href,'faq',809,776,'directories=0,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0');
			return false;
		});
	}
});

addLoadEvent(function () {
	if (document.getElementById('register_button')) {
		extendOnClick(document.getElementById('register_button'), function () {
			displayWindow(this.href,'register',809,600,'directories=0,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0');
			return false;
		});
	}
});
