if ((navigator.appName == "Microsoft Internet Explorer") &&	(parseInt(navigator.appVersion)	>= 4 )){

	if((navigator.appVersion.indexOf("Macintosh"))!= -1) {

		document.write('<link rel="stylesheet"	href="http://www.baeren-apotheke-aurich.de/css/styles_mac.css" type="text/css"/>')

	} else {

		document.write('<link rel="stylesheet" href="http://www.baeren-apotheke-aurich.de/css/pc_ie.css" type="text/css"/>');

	}

} else 

	if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4)){

		if((navigator.appVersion.indexOf("Macintosh"))!= -1){

			document.write('<link rel="stylesheet" href="http://www.baeren-apotheke-aurich.de/css/styles_mac_ns.css" type="text/css"/>')

		} else {

			document.write('<link rel="stylesheet" href="http://www.baeren-apotheke-aurich.de/css/styles_ns.css" type="text/css"/>');

		}

	} else {

		document.write('<link rel="stylesheet" href="http://www.baeren-apotheke-aurich.de/css/pc_ie.css"	type="text/css"/>')

}


function warenkorb () {

var f = "http://www.baeren-apotheke-aurich.de/popup.php?id=2";
standpw = window.open(f,"","width=605,height=580,left=180,screenX=2,screenY=2,scrollbars,resizable=yes,menubar=yes")
	if (standpw) {
		standpw.focus();
	}
}