
   function Go(x)
   {
    if(x == "nothing")
    {
      document.forms[0].reset();
      document.forms[0].elements[0].blur();
      return;
    }
    else if(x == "end") top.location.href = parent.frames[1].location;
    else
    {
	top.location.href = x
	
    }
  }
function openw(file, w, h)
{
	window.open (file,"Rostocker Flotte olaf Schütt","height=" + h + ",width=" + w + ",menubar=no,scrollbars=yes,resizable=yes");
	document.focus;
}

function nothing() {
	return false;
}

function openPic(url,winName,winParams)	{	//
	var theWindow = window.open(url,winName,winParams);
	if (theWindow)	{theWindow.focus();}
}	
