<!-- Begin

function foto (ima) {

document.write('<table><tbody>');
document.write( '<tr><td width=60></td><td align=center valign=middle height=280 width=360 bgcolor=#242424>');
document.write( '<img src=\"http://www.nostranau.net/fotos/' +ima+ '\" height=240 width=320></td></tr>');
document.write('<tr><td height=20></td><td></td></tr></tbody></table>');


}

// End -->

