function init() {
	if (typeof(initforms) != 'undefined' && initforms) initForms();
	if (typeof(get_software) != 'undefined' && get_software) getSoftware(hersteller_id);
	if (typeof(scrollto) != 'undefined' && scrollto) scrollToAnchor();
}

