function openGalleryWindow(url) {
 window.open(url,'jav','width=700,height=375,location=yes,toolbar=no,menubar=yes,scrollbars=no,resizable=no');
}