function ampliar(idfoto){
wnd = window.open('/ampliar.asp?id='+ idfoto , 'imagemamplia' , 'scrollbars=no,resizable=no,status=yes,width=400,height=400,left=100,top=0');
}

