var win=null;
// Fenster f&uuml;r Grossdarstellung
function fenster(win_a,w,h) 
{
 if (win != null) {
	if (win.closed == false) win.close();
 }
 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 bild(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="#006600" leftmargin="5" topmargin="5" marginwidth="5" marginheight="5" TEXT="#ffffff" VLINK="#ffffff" LINK="#ffffff" ALINK="#ffffff"><DIV ALIGN="center"><IMG SRC="images/adoptionen/'+bild+'" border="0" vspace="20" hspace="10"><BR><A HREF="javascript:self.close()"><B CLASS="whitelb">Fenster schliessen</B></A></DIV></BODY></HTML>');
win.focus;
}

function frame_chk()
{
if (top == self) {
// if (top.location.href.lastIndexOf("vibrator-shop.htm")==-1) {
	var str1="sel";
	var str2="f.loca";
    var str3="tion.hr"; 
    var str4="ef='index.htm'";
    eval(str1+str2+str3+str4);
	}
}
