function initTabbox() {
    var box = new Tabbox("editorTabs", { header: "h3", autosize: true })
}

function contact(what) {
locale = 'en';

	if (!locale || locale == 'no-locale') {
		locale = 'en';
	}
	var GB_ANIMATION = true;
        GB_show('Contact us', escape('/resources/contact/' + locale + '/' + what), 500, 600);
}

