<!--
onerror = stopError;
function stopError()
{return true;}

function chkFormular()
{var test=document.Formular.address.value;
regx = /^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z]+)*\.[A-Za-z]{2,8}$/;
if (test.search(regx) == -1)
{alert("Bitte tragen Sie eine gültige E-Mail Adresse ein!");
document.Formular.address.focus();
return false;}
}

function chkFormular2()
{if(document.Anfrage.reqname.value == "")
{alert("Bitte geben Sie Ihren Namen ein!");
document.Anfrage.reqname.focus();
return false;}
var test=document.Anfrage.reqemail.value;
regx = /^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z]+)*\.[A-Za-z]{2,8}$/;
if (test.search(regx) == -1)
{alert("Bitte tragen Sie eine gültige E-Mail Adresse ein!");
document.Anfrage.reqemail.focus();
return false;}
}

function ohne_mutti()
{if (self.parent.frames.length != 0)
self.parent.location=document.location;}

function box()
{popup = window.open("impressum.html","Impressum","height=300,width=335,resizable=yes,scrollbars=auto")
return false;}

function wallet()
{popup = window.open("wallet.html","Wallet","height=400,width=400,resizable=yes,scrollbars=auto")
return false;}

function mi()
{
if (self.name=="Druckversion")
{var x=(screen.availWidth-385) / 2;
var y=(screen.availHeight-485) / 2;
if (navigator.userAgent.indexOf('Opera')>-1) {y=y-150;}
self.moveTo(x,y);
self.focus();}

if (self.name=="Infos")
{var x=(screen.availWidth-600) / 2;
var y=(screen.availHeight-485) / 2;
if (navigator.userAgent.indexOf('Opera')>-1) {y=y-150;}
self.moveTo(x,y);
self.focus();}
}

function druck_version(url)
{
popup = window.open(url,"Druckversion","height=485,width=385,scrollbars=yes")
return false;
}

function zu()
{
if (self.name=="Druckversion")
{self.focus();
self.history.go(-1);
self.close();}
else {self.history.go(-1);}
}

function stopError()
{
return true;
}

function druck()
{
if(navigator.appVersion.substring(0,1) < "4"){
alert("Bitte benutzen Sie den Druck-Button Ihres Browsers.");
return;
}
window.onerror = stopError;
if (document.all) {printIE()}
 else {window.print()}
}

function printIE()
{
self.focus();
var OLECMDID_PRINT = 6;
var OLECMDEXECOPT_DONTPROMPTUSER = 2;
var OLECMDEXECOPT_PROMPTUSER = 1;
var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_PROMPTUSER);
WebBrowser1.outerHTML = '';
}

if(document.images) {
A1 = new Image();
A1.src = "bilder/warenkorb.gif";
A2 = new Image();
A2.src = "bilder/warenkorb2.gif";
}

function da(Bild){
if(document.images)
{
if(document.cookie){
window.document.cart.src = Bild.src;
}}}

function euro()
{
popup = window.open("euro.html","Euroumrechnung","height=300,width=400,screenX=50,screenY=50,scrollbars=no")
if(navigator.appVersion.substring(0,1) >= "4" && screen.width >= 750){popup.moveTo(125,50)}
}
//-->