			var screenx = 0;
			if (navigator.userAgent.indexOf("Firefox")>-1 || navigator.userAgent.indexOf("Gecko")>-1 || navigator.userAgent.indexOf("Opera")>-1)
				screenx = parseInt(window.innerWidth)
			else
				screenx = parseInt(document.body.clientWidth)

			if (screenx<1200) 
				document.write('<DIV CLASS=logo_scr><IMG ID=LOGO_SCR SRC=/images/ayurveda_schriftzug.gif CLASS=logo ALT="Deutsches Ayurveda Institut - Wellness Spa Massage Berlin"></DIV>')
			else
				document.write('<DIV CLASS=logo_scr><IMG ID=LOGO_SCR SRC=/images/ayurveda_schriftzug3.gif CLASS=logo ALT="Deutsches Ayurveda Institut - Wellness Spa Massage Berlin"></DIV>')
