function poza_mare(img,w,h,ttl)
{
	poza_mareURL = absPath+'poza_mare.html' // set as location of poza_mare.html
	url = poza_mareURL + '?' + img + (ttl ? '&'+escape(ttl) : '')
	l = (screen.width-w)/2
	t = (screen.height-h)/2
	attribs = 'width='+(w)+',height='+(h)+',left='+l+',top='+t
	open(url,'imgWin',attribs)
}

