


function big_pic( i, s )
{

  ziel = "image.php?img=" + i + "&sub=" + s;

  window.open( ziel, "akpicture", "location=no, menubar=yes, resizable=yes, scrollbars=yes, status=yes" );

  return false;

}



function t_show( nummer )
{
	if( ! nummer )
		nummer = "";
  else
    nummer = "#" + nummer;

  window.open(("terminliste.php" + nummer), "aktermine", "width=470, height=400, menubar=yes, location=no, status=yes, resizable=no, scrollbars=yes" );
  return false;
}



function archiv_show( nummer )
{
  window.open(("archiv" + nummer + ".htm"), "akartikel", "width=470, height=400, menubar=yes, location=no, status=yes, resizable=no, scrollbars=yes" );
  return false;
}



function a_show( nummer )
{
  window.open(("artikel" + nummer + ".htm"), "akartikel", "width=470, height=400, menubar=yes, location=no, status=yes, resizable=no, scrollbars=yes" );
  return false;
}



