// JavaScript Document
function show_galerie (URL)
{
	open(URL,"Galerie","width=330,height=360,location=no,scrollbars=no,resizable=no");
};

function show_polyphem()
{
	open("html/polyphem.html","Polyphem","width=430,height=330,location=no,scrollbars=yes,resizable=no");
};
