// JavaScript Document

{
var str="<li>O nama";
document.write(str.link("indeks.htm"));

var str="<li>Oblasti rada";
document.write(str.link("oblasti_rada.htm"));

var str="<li>Reference";
document.write(str.link("reference.htm"));

}










