// JavaScript Document

function jdi(url)
{
	location.href = url;
}

function change_img (id, img)
{
	document.getElementById(id).src=img;
}

function pridej(obj)
{
	obj.style.listStyleImage = "url('/static/0/listitem.jpg')";
}
function smaz(obj)
{
	obj.style.listStyleImage = 'none';	
}
function sipka(obj,img)
{

          var img2 = '/static/47/' + img + '.gif';
          obj.style.backgroundImage = "url('" + img2 + "')";
}