function screenshot(id,nr)
{
  x=window.open('http://www.liedrig.de/gfx/screenshot.php?id=' + screenshot.arguments[0] + '&amp;nr=' + screenshot.arguments[1] + '','lulu','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,width=530,height=397');
  x.focus();
}
function potd(width,height)
{
  x=window.open('http://www.liedrig.de/gfx/potd.php','lulu','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,width=' + potd.arguments[0] + ', height=' + potd.arguments[1] + '');
  x.focus();
}
function newpopup(path,width,height)
{
  w=window.open('','ftp','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,width=' + newpopup.arguments[1] + ', height=' + newpopup.arguments[2] + '');
  w.document.write('<html><head><title>Pic of the Day</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><a href=javascript:window.close()><img src='+ newpopup.arguments[0] +' border=0 alt=Pic of the Day /></a></body></html>');  
  w.focus();
}
function smilies()
{
  x=window.open('admin/smilies.php','smilies','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=600,height=500');
  x.focus();
}
function ubb()
{
  w=window.open('admin/ubb.php','smilies','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,width=600,height=250');
  w.focus();
}
function closeWin(newWin)
{
  newWin.close();
}
