function test(id)
{
     window.open('downloads.php?id='+id,'test','height=500','width=500');
}



function slideshow(sql)
{
    window.open('slideshow.php?sql='+sql,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=510,height=420,screenX=200,screenY=100,top=100,left=200')
}
