// Globale Variablen für den Styleswitcher:
	var akt_css_style = "css_zent";
	var akt_css_lcode = '<link rel="stylesheet" href="../css/';
	var akt_css_rcode = '.css" type="text/css" />';


// Textanzeige Statuszeile
	var timeDelay = 1000; // Pause in Millisek.
	var Statuszeile = "Bis bald, wir freuen uns auf Sie!";

	function startPix() {
		setInterval("slideshow()", timeDelay);
	}

	function slideshow() {
		window.defaultStatus = Statuszeile;
	}

// Akt. Topinfos:
	var akt_infos = new Array();
	akt_infos[0]  = 'Seit 1978 Ihr kompetenter Partner f&uuml;r gesundes Gehen.<br /><a href="leistungen.html" onfocus="this.blur();" >&raquo; Unsere Leistungen</a><br />';
	akt_infos[1]  = '100 Jahre Schuhmacherei, 30 Jahre Orthopädie-Fachgeschäft.<br /><a href="aktuelles.html" onfocus="this.blur();" >&raquo; Jubiläen 2008</a><br />';
	akt_infos[2]  = 'F&uuml;r Diabetiker, Rheumatiker und Neuropathiepatienten<br /><a href="innendruckmessung.html"  onfocus="this.blur();" >&raquo; Innendruckmessung</a><br />';
	akt_infos[3]  = 'Bleiben Sie fit und gesund mit unserer<br /><a href="sportberatung.html" onfocus="this.blur();" >&raquo; Sportberatung</a><br />';
	akt_infos[4]  = 'Hightech f&uuml;r alle ... gehen wie auf Wolken.<br /><a href="cadcaminfo.html" onfocus="this.blur();" >&raquo; Orthofit Systeme</a><br />';
	akt_infos[5]  = 'Aus Meisterhand ... genau so, wie Sie es brauchen<br /><a href="massschuhe.html" onfocus="this.blur();" >&raquo; Orth. Ma&szlig;schuhe</a><br />';
	akt_infos[6]  = 'Bequeme und gesunde Schuhe f&uuml;r Beruf und Freizeit.<br /><a href="schuhprofis.html" onfocus="this.blur();" >&raquo; Wir sind Schuhprofis</a><br />';
	akt_infos[7]  = 'F&uuml;r mehr Komfort beim Gehen und Stehen<br /><a href="schuhzurichtung.html" onfocus="this.blur();" >&raquo; Schuhzurichtung</a><br />';

