	function fenster1(num)
{
window.open("page"+num+".htm","","toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=640");
}

