                function start(URL, WIDTH, HEIGHT, TITLE)
{                imgheight = (HEIGHT - 15);
                windowprops = "left=40,top=40,width=" + WIDTH + ",height=" + HEIGHT;
                text = "<html><head><title>" + TITLE + "</title></head><body background='" + URL + "' marginheight=0 marginwidth=0 topmargin=0 leftmargin=0><center><img src='mogelgif.gif' width='" + WIDTH + "' height='" + imgheight + "'><a href='javascript:self.close()'><img src='schliessen.gif' width='70' height='15' border='0'></a></center></body></html>";
                preview = window.open("", "preview", windowprops);
                preview.document.open();
                preview.document.write(text);
                preview.document.close();        }

                function discl()

{

window.open ('http://www.schmusekatzen.de./dislaim.htm','discl',config='width=650,height=450,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no');

}

function b1(url)

{

window.open (url,"b1",config="width=590,height=460,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=no");

}

function schliessen()

{

self.close()

}
