<!--
/****************************************************
     Author: Eric King
     Url: http://redrival.com/eak/index.shtml
     This script is free to use as long as this info is left in
     Featured on Dynamic Drive script library (http://www.dynamicdrive.com)
****************************************************/
var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
win=window.open(mypage,myname,settings);}
// -->

<!--

function GrafikAnzeigen(GrafikURL, Breite, Hoehe)
{
	Fensteroptionen="toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0";

	Grafikfenster=window.open("", "", Fensteroptionen + ',width=' + Breite + ',height=' + Hoehe);
	Grafikfenster.focus();
	Grafikfenster.document.open();
	with(Grafikfenster)
	{
		document.write("<html><head>");
		document.write("<title>Grafikanzeige</title>");
		document.write("</head>");
		document.write("<body leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" topmargin=\"0\">");
		document.write("<img border=\"0\" onclick=\"window.close();\" src=\""+ GrafikURL +"\" title=\"Zum Schließen auf das Foto klicken\">");
		document.write("</body></html>");
	}
}

//-->

<!--
function Quelltext()
{
window.location="view-source:"+window.location
}
//-->
<!--

function SymError()
{
  return true;
}

window.onerror = SymError;

//-->

<!--
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Bitte nicht kopieren !");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
//-->
<!--
function closemenu(){
return false
}
function omu(e){
if(e.which==1){
window.releaseEvents(Event.MOUSEMOVE);
window.onmousemove=null
}
}
function nr(e){
if(e.which==1){
window.captureEvents(Event.MOUSEMOVE);
window.onmousemove=closemenu
}
if(e.which==3){
return false
}
}
function cv(){
if(event.button==2||event.button==3)alert("Bitte nicht kopieren !")
}
moi=document.all;
elem=document.getElementById;
if(moi){
if(elem){
document.onselectstart=closemenu;document.oncontextmenu=closemenu
}
else{
document.onmousedown=cv
}
}
if(elem&&!moi){document.onmousedown=closemenu;
document.onmouseup=nr;
document.oncontextmenu=closemenu
}if(document.layers){
window.captureEvents(Event.MOUSEUP|Event.MOUSEDOWN);
window.onmousedown=nr;window.onmouseup=omu
}
function noprint(){
for(lp=0;lp<document.all.length;lp++){
if(document.all[lp].style.visibility!=hidden){
document.all[lp].style.visibility=hidden;
document.all[lp].id=muw
}
}
};
function printe(){
for (lp=0;lp<document.all.length;lp++){
if(document.all[lp].id==muw)
doclosemenuelement.all[lp].style.visibility=""
}
};
window.onbeforeprint=noprint;        window.onafterprint=printe;
//-->