
		isNS = (navigator.appName.indexOf("Netscape") > -1);
		isMac = (navigator.userAgent.indexOf("Mac") > -1);
		isIE = (navigator.appName.indexOf("Explore") > -1);
		isNS6 = (navigator.appName.indexOf("Netscape") > -1 && navigator.appVersion.indexOf("5.") > -1);
		{
			if (isNS6){
				window.resizeTo(645,600);
			}
			else{
				window.resizeTo(645,600);
			}	
		}
		if (isMac && isIE)
			document.write('<link href=../../styles/formateMacIE.css rel=stylesheet type=text/css>');
		else if (isMac && isNS)
			document.write('<link href=../../styles/formateMac.css rel=stylesheet type=text/css>');
		else
			document.write('<link href=../../styles/formatePC.css rel=stylesheet type=text/css>');
		
		// GLOBALS FÜR VIDEOERKENNUNG
		var source = 'http://www.igelarzt.de/shop/video/';
		var suffix = '-Medical-Demo.mov';
		var text = 'Ausgabe';
