var frames = { 
	'login': {'url':'/user.php?action=login','header':3},
	'forgotten_username': {'url':'/user.php?action=forgotten_username','header':0},
	'forgotten_password': {'url':'/user.php?action=forgotten_password','header':0},
	'signup_patient': {'url':'/user.php?action=signup_patient','header':0},
	'signup_doctor': {'url':'/user.php?action=signup_doctor','header':0},
	'signup_clinic': {'url':'/user.php?action=signup_clinic','header':0},
	'contact': {'url':'/index.php?action=contact','header':0}
};

window.initial = "start";
window.active_header_navi_item = 'empfang';
window.default_header_navi_item = 'empfang';


function add_title_custom() {
	var checkbox = document.getElementById('add_title_custom_checkbox');
	var textbox = document.getElementById('add_title_custom_text');
	if ( checkbox.checked ) {
		textbox.disabled = false;
		textbox.focus();
	} else {
		textbox.disabled = true;
	} 
}

function init() {
	init_yadoc();
}




