	function newWindow(bild) {
		bildWindow = window.open(bild, 'Vollbild' ,'width=550,height=700,scrollbars=no,resizable=yes');
        bildWindow.focus();
        return true;
	}
	function checkframeload(loc,subpage) {
	if (!top.FramesetGeladen) top.location.href = "http://www.bsvm.ch/index.php?LOC=." + loc + "&SUBPAGE=" + subpage;
	}

