function SymError()
{
  return true;
}

window.onerror = SymError;

function zelle(ruft)
{
window.location.href = ruft;
}

function extern(x)
{
if(x != "noChoice")
{
webseite=window.open(x, "page", "dependent=yes,width=800,height=600,screenX=150,screenY=150,menubar=yes,toolbar=yes,locationbar=yes,resizable=yes,status=yes,scrollbars=yes,personalbars=yes");
webseite.focus();
}
else return;
}

function intern(y)
{
if(y != "noChoice")
{
comic=window.open(y, "info", "dependent=yes,width=980,height=750,screenX=150,screenY=150,menubar=no,toolbar=no,locationbar=no,resizable=no,status=no,scrollbars=no,personalbars=no");
comic.focus();
}
else return;
}



function drucken(seite)
{
if (navigator.appName=="Microsoft Internet Explorer")
{
F1=open(seite,"","width=300,height=110");
F1.print();
window.setTimeout("F1.close()",2000);
}
else
F2=open(seite, "page", "dependent=yes,width=800,height=600,screenX=150,screenY=150,menubar=yes,toolbar=yes,locationbar=yes,resizable=yes,status=yes,scrollbars=yes,personalbars=yes"); 
F2.focus();
}




//function Drucker(seite)
//{
//if (navigator.appName=="Microsoft Internet Explorer")
//{
//F1=open(seite,"","width=300,height=110");
//F1.print();
//window.setTimeout("F1.close()",2000);
//}
//else
//window.print();
//}
