function OpenNewWindow(Link,WindowName){
window.open(Link,WindowName,'toolbar=0,width=650,height=550,left=5, top=5,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,copyhistory=0');
}
function OpenHelp1(Link,WindowName){
window.open(Link,WindowName,'toolbar=0,width=650,height=550,left=5, top=5,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,copyhistory=0');
}

function OpenHelp(sprungziel) {
  myWin = window.open('', "help", "toolbar=0, width=650, height=550, left=5, top=5,location=0, directories=0, status=0, menubar=0, scrollbars=yes, resizable=0, opyhistory=0");
  with (myWin) {
window.document.writeln('<HTML><HEAD>')
document.writeln('<meta name="author" content="Klaus Lewohn">')
document.writeln('<TITLE>BK-Lotse Hilfe</TITLE></head>')
document.writeln('<frameset name="help" framespacing="0" bordercolor="#D6E7F7" frameborder="0" border="0" rows="59,*">')
document.writeln('<frameset cols="200,*">')
document.writeln('<frame src="http://www.nebenkosten.org/hilfe/olinks.htm" name="oleft" marginwidth="10" marginheight="18">')
document.writeln('<frame src="http://www.nebenkosten.org/hilfe/orechts.htm" name="oright" marginwidth="10" marginheight="18">')
document.writeln('</frameset>')
document.writeln('<frameset cols="200,*" bordercolor="#529DE2">')
document.writeln('<frame src="http://www.nebenkosten.org/hilfe/main.htm" name="left" marginwidth="10" marginheight="5">')
document.writeln('<frame src="http://www.nebenkosten.org/hilfe/'+sprungziel+'" name="content" marginwidth="10" marginheight="5">')
document.writeln('</frameset>')
document.writeln('</frameset><body></body></html>')
  document.close();
  myWin.focus();
 }
}

function OpenDat(sprungziel) {
  myWin = window.open('', "help", "toolbar=0, width=650, height=550, left=5, top=5,location=0, directories=0, status=0, menubar=0, scrollbars=yes, resizable=0, opyhistory=0");
  with (myWin) {
window.document.writeln('<HTML><HEAD>')
document.writeln('<meta name="author" content="Klaus Lewohn">')
document.writeln('<TITLE>BK-Lotse AGB</TITLE></head>')
document.writeln('<frameset cols="100%">')
document.writeln('<frame src="'+sprungziel+'" name="content" marginwidth="10" marginheight="5">')
document.writeln('</frameset>')
document.writeln('<body></body></html>')
  document.close();
  myWin.focus();
 }
}

function OpenTip(Link,WindowName){
window.open(Link,WindowName,'toolbar=0,width=600,height=450,left=5, top=5,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,copyhistory=0');
}





