var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function ablauf_annimation_DoFSCommand(command, args) {
	var ablauf_annimationObj = isInternetExplorer ? document.all.ablauf_annimation : document.ablauf_annimation;
	if(command == 1){location.href = '#erreichbarkeit'};
	if(command == 2){location.href = '#flexibilitaet'};
	if(command == 3){location.href = '#kundenzufriedenheit'};
	if(command == 4){location.href = '#wettbewerbsvorteil'};
	if(command == 5){location.href = '#unabhaengigkeit'};
	
}
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<script language=\"VBScript\"\>\n');
	document.write('On Error Resume Next\n');
	document.write('Sub ablauf_annimation_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call ablauf_annimation_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
