function winopen(url, width, height) {
    window.open('imageshow.php?'+url,'image','width='+width+',height='+height+',top=30,left=30,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes');
}
