function lpass() {
PopPage = window.open('','Events','top=1,left=1,width=176,height=179,scrollbars=no,resizable=no,status=no,menu=no');
PopPage.focus();

PopPage.document.open();
PopPage.document.writeln('<html><head>');
PopPage.document.writeln('<title>Photos</title>');
PopPage.document.writeln('</head>');
PopPage.document.writeln('<body bgcolor=\"#ffa8d0\" style=\"margin:1px;\">');
PopPage.document.write('<a href=\"http://photos.worldofbelushi.de\" target=mainWindow>');
PopPage.document.writeln('<img src=\"http://stuff.worldofbelushi.de/csd2005.jpg\" width=174 height=177 border=0></a><br>');
PopPage.document.writeln('</body></html>');
PopPage.document.close();

PopPage = "";
}
