function targetLink(URL)
{
 	// if(document.images)
    InfoFenster = open(URL,"Fenstername","width=950,height=800,resizable=0,location=0,status=0,menubar=0,scrollbars=1,toolbar=0,directories=0,screenX=10,screenY=10,top=10,left=10");
	InfoFenster.focus();
}
function targetLinkKontakt(URL)
{
 	// if(document.images)
    InfoFenster = open(URL,"Fenstername","width=780,height=400,resizable=0,location=0,status=0,menubar=0,scrollbars=1,toolbar=0,directories=0,screenX=10,screenY=10,top=10,left=10");
	InfoFenster.focus();
}

function targetLinkPersonalbogen(URL)
{
 	// if(document.images)
    InfoFenster = open(URL,"Fenstername","width=900,height=900,resizable=0,location=0,status=0,menubar=0,scrollbars=1,toolbar=0,directories=0,screenX=10,screenY=10,top=10,left=10");
	InfoFenster.focus();
}
	
//print screen including ActiveX Control for IE4
function Drucken()
{
 if (window.print) self.print();
 if(document.all && navigator.appVersion.substring(22,23)==4)
  {
  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_DONTPROMPTUSER);
  WebBrowser1.outerHTML = '';
  }
}

