	document.onmousedown=click
	function click() {
		if (event.button==2){
               alert("Gottfried Keller Briefe\n\nCopyright HKKA");
           }
      }

function Go2(form) {
  if (form.selectedIndex == 0)
       null;
   else {
	 if (form.name == "auswahl3"  && wahl3.CheckBox.checked){
  	   parent.Frame5.location.href = form.options[form.selectedIndex].value;      
         }
       else {
	   parent.Frame4.location.href = form.options[form.selectedIndex].value;
         parent.Frame5.location.href="editorial.htm";
            }
      }
}


function ord(wert) {

parent.Frame5.location.href="editorial.htm";
switch (wert) {
 	case "namen":
		location.href="namen.htm";
		parent.Frame4.location.href="verzeich.htm";
		break;
	case "datum":
		location.href="datum.htm";
		parent.Frame4.location.href="verzeich2.htm";
		break;
	case "gesamt":
		location.href="gesamt.htm";
		parent.Frame4.location.href="verzeich30.htm";
		break;
		}
}	

function openwin() {
	if (document.wahl3.CheckBox.checked)
  	   parent.Frame5.location.href=parent.Frame4.location.href;
      else 
         parent.Frame5.location.href="editorial.htm";
   
}