	function otvori(t, sirina, visina) {
		
		s=new Image();
		s.src=t
	    
		if ( parent.prozor) { prozor.close(); }
		prozor=window.open("","novi",'resizable=no,left=100,top=50,asreenx=20,screeny=20,width=' + sirina + ', height=' + visina);
		prozor.document.open();
		prozor.document.write("<html><head><title>Apartments 'AGAVA' - Neum, B&H</title>");
		prozor.document.write("</head><body  leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><table cellspacing='0' cellpadding='0' border='0' width='100%'><tr><td align='center'>");
		prozor.document.write("<a href='#' onClick='window.close()'><img src='"+s.src+"'alt='Close' border='0'></a></td></tr></table></body></html>");
		prozor.document.close();
		
	}