function deschide_fereastra(nume_imagine,l,i)
{
newindow=window.open("","newindow","resizable=1,menubar=0,toolbar=0,location=0,status=0,scrollbars=1");
var text='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><head><title>imagine marita</title></head><body><p><div align="center"><img src="images/'+nume_imagine+'"><br><a href="javascript:self.close()"><center>&icirc;nchide fereastra</center></a></p></body>';
newindow.document.write(text);
}
