function photo(file,dsc)
{
 document.write('<TD class=photo><table border="0"><tr><td height="100" align="center" valign="center"><A href="original/');
 document.write(file);
 document.write('"><IMG src="thumb/');
 document.write(file);
 document.write('" border="0" alt="');
 document.write(file);
 document.write('"></A></td></tr><tr><td align="center" valign="top">');
 document.write(dsc);
 document.write('</td></tr></table></TD>');
}

function nextline()
{
 document.write('</TR><TR>');
}

function photoblank()
{
 document.write('<TD>&nbsp;</TD>');
}

function photogallery(date, caption, number)
{
 document.write('<tr><td align=right>');
 document.write(date);
 document.write('</td><td><a href="');
 document.write(number);
 document.write('/Page.shtml">');
 document.write(caption);
 document.write('</a></td></tr>');
}

function small_copyright()
{
 document.write('<center><small>любое использование фотографий с этого сайта без согласия автора запрещено</small></center><br>');
}

function title(text, smalltext)
{
 document.write('<center><br><br><H1>');
 document.write(text);
 document.write('</H1><small>');
 document.write(smalltext);
 document.write('</small><br></center>');
}
