/*if (top.length != self.length) top.location.href = self.location.href;
if (!document.getElementById && document.all) document.getElementById = document.all;
*/
function open_new(w,h)
{
Okno=window.open("","JSL",'toolbar=0,location=0,scrollbars=auto,width='+w+',height='+h+',resizable=1,top=50,left=50');
Okno.focus();
}

function pridat_prispevek()
{
document.getElementById('pp').style.display = 'block';
}

