 function openPopup(url)
 {
 var w1 = window.open('/detailimage.php?url=' + url, 'detail_image', 'resizable=yes,width=450,height=600');
 w1.focus();
 }
