function agrandir(photo, x, y){
window.open("imggrd/photos.htm?photo="+photo+"&x="+x+"", "photo", "toolbar=no, location=no, directories=imggrd/, status=no, scrollbars=no, resizable=no, copyhistory=no, width="+x+", height="+y+", left=300, top=200");

}
