

function priloge(url)
{
	 okno = window.open(url,'datum','width=200,height=160');
}


function vnesi_datum(obrazec,polje,datum)
{
     document.forms[obrazec].elements[polje].value = datum;
}
