function OpenVideo(template,page,width,height)
  {
	var win;
	win=window.open("seite" + template + ".asp?page=" + page,"","width="+width+",height="+height+", scrollbars=no");
	}


function OpenStatement(template,page,width,height)
  {
	var win;
	win=window.open("seite" + template + ".asp?page=" + page,"","width="+width+",height="+height+", scrollbars=yes");
	}


function OpenPopup(url,parameter)
	{
	var winPOP;
	winPOP=window.open(url,'Video',parameter);
	winPOP.focus();
	}

function OpenVideohelp()
  {
   win =
   window.open("video_hlp.htm", "video_hlp", "menubar=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width=280,height=215");
   win.focus();
  }

function OpenHelp()
  {
   win =
   window.open("pdf_hlp.htm", "pdf_hlp", "menubar=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width=280,height=215");
   win.focus();
  }

Hover =
  (((navigator.appName == "Netscape") &&
  (parseInt(navigator.appVersion) >= 3 )) ||
  ((navigator.appName == "Microsoft Internet Explorer") &&
  (parseInt(navigator.appVersion) >= 4 )));