function popimage(imagesrc,winwidth,winheight){
var look='width='+winwidth+',height='+winheight+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<title>http://www.rozlaukis.com - Padidinta fotonuotrauka</title><body oncontextmenu="return false" ondragstart="return false" onselectstart="return false"><img src="'+imagesrc+'"></body>')
popwin.document.close()
}
