<!--

function gallery(ngallery,nfoto,nfotomax){
window.open ( 'gallery.asp?ngallery=' + ngallery + "&nfoto=" + nfoto + "&nfotomax=" + nfotomax , 'fotogallery' ,'scrollbars=no,resizable=yes,width=560,height=420,status=no,location=no,toolbar=no,top=50,left=50');
}

// -->