function picture(path,ewidth,eheight)
{
PicWindow=window.open('', '', 'left='+(screen.width-ewidth)/2+', top='+(screen.height-eheight)/2+', fullscreen=no, toolbar=no, status=no, scrollbars=no, location=no, menubar=no, directories=no, width='+ewidth+', height='+eheight+'');
PicWindow.document.write('<BODY bgcolor="#ffffff" marginwidth=0 marginheight=0 leftmargin=0 topmargin=0><a href="JavaScript:close();"><img src="'+path+'" border=0 width='+ewidth+' height='+eheight+' title="Zatvor okno"></a></body>')
}