function show( numero ) 
{ 
document.write( '<td valign="middle" align="center"><a href="creazioni/' );
document.write( cartella + '/' + numero  );
document.write( '.htm"><img src="creazioni/' );
document.write( cartella + '/' + numero );
document.write( '.jpg" width="120" height="180" alt="art. ' );
document.write( numero );
document.write( '" border="0"></a></td>' );
}

