var win=null;
// Fenster f&uuml;r Grossdarstellung
function fenster(win_a,w,h) 
{
 win=window.open(win_a+".htm",'artikel','width='+w+',height='+h+',resizable=yes,status=no,locationbar=yes,scrollbars=yes,left=40,top=40');
 win.focus();
}
function fenster_text(bild,w,h,l,t) 
{

if (win != null) {
	if (win.closed == false) win.close();
}
 
 win=window.open('','win','width='+w+',height='+h+',resizable=yes,status=no,locationbar=yes,scrollbars=yes,left='+l+',top='+t);
win.document.writeln('<Html><HEAD><link rel=stylesheet type="text/css" href="css/format.css"><STYLE TYPE="text/css">body { margin-left:0 px;margin-top:0 px;margin-right:0 px;margin-bottom:0 px}</STYLE></HEAD><Body BGcolor="#000099" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" TEXT="#FFFFFF" VLINK="#FF0000" LINK="#FF0000" ALINK="#FF0000"><DIV ALIGN="center"><IMG SRC="images/'+bild+'" border="0" vspace="5"><BR><A HREF="javascript:self.close()"><B CLASS="redlb">Fenster schliessen</B></A></DIV></BODY></HTML>');
}

function frame_chk()
{
if (top == self) {
	var str1="sel";
	var str2="f.loca";
    var str3="tion.hr"; 
    var str4="ef='index.htm'";
    eval(str1+str2+str3+str4);
	}
}
