<!--
/*
Pop up image viewer script II
By Website Abstraction (http://wsabstract.com)
Over 400+ free scripts here!
*/

function popimage(imagesrc,winwidth,winheight){
var look='width='+winwidth+',height='+winheight+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<title>Leæ d.o.o. - Vodice</title><body marginwidth=0 marginheight=0 topmargin=0 leftmargin=0><img src="'+imagesrc+'"></body>')
popwin.document.close()
}

-->





