function flash()
{
	anzeige = open("http://schule.hepos.de/show/index.html","Anzeige","width=640,height=480,location=no,scrollbars=no,resizable=no");
};

function tour()
{
	anzeige = open("http://schule.hepos.de/show/tour.php","Tour","width=800,height=450,location=no,scrollbars=no,resizable=no");
};

function kurzform()
{
	anzeige = open("http://schule.hepos.de/show/kurzform.html","Kursübersicht","width=600,height=500,location=no,scrollbars=yes,resizable=no,menubar=yes");
};