
function openWindow(url) {

window.open (url,"fotoalbum","location=0,status=0,width=680,height=480,resizable=yes");

}

