<!--
function openimage(img)
{
	wnd = window.open('viewimage.htm?image=' + img, 'Foto','width=50,height=50,resizable=yes');
	wnd.focus();
}
//-->