// JavaScript Document

function fenster(adresse, breite, hoehe)
{
	window.open(adresse,'URL',"scrollbars=no,toolbar=no,menubar=no,location=no,width=" + breite + ",height=" + hoehe + "");
}
