
function init() {
	/* ATTACH HANDLERS */
	attach_tab_handlers();
	attach_form_handlers();	
	if(do_switch == true) {
		tab_switch(document.getElementById("first_switch")); }
	if(do_toggle == true) {
		tab_toggle(document.getElementById("first_toggle")); }
}
window.onload = init;
