/* wolfgang@wazum.com */

$(document).ready(function($){
	$('#menu-main ul').superfish({
		autoArrows: 	false,
		dropShadows: false,
		pathClass: 'act'
	});
	$('.accordion').accordion({
		active: false,
		collapsible: true,
		autoHeight: false
	});
	if (lang == 'en') {
		$('.newsletter-box .csc-mailform-submit').before('<input type="image" src="/fileadmin/hb/img/register.gif" id="mailformformtype_mail" alt="Register" name="formtype_mail" class="csc-mailform-submit image-button" />').remove();
	}
	else {
		$('.newsletter-box .csc-mailform-submit').before('<input type="image" src="/fileadmin/hb/img/anmelden.gif" id="mailformformtype_mail" alt="Anmelden" name="formtype_mail" class="csc-mailform-submit image-button" />').remove();
	}
});

