<!--


function descr (opis)
{
	html = '';
	if (opis != '')
		html = '<img src="'+opis+'" />';
	return overlib (html);
} 

function doff()
{
	return nd();
}
//-->
