function odpriSliko(id,ln)
{
	naslov = null;
        var options = "width=200,height=200,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=1,copyhistory=no,top=130,left=300";
        var new_window = window.open("s.php?s="+id+"&ln="+ln, naslov, options);
}

function povecajOkno(w,h)
{
	var x = w+30;
	var text = document.getElementById("textTag");
	var y = text.scrollHeight;
	y=y+h+35;

	window.resizeBy(x-200,y-200); 
/*	window.resizeTo(x,y); */
	window.focus();
}
