function zadnik(theRow, otzad){
    if (typeof(theRow.style) == 'undefined' || typeof(theRow.cells) == 'undefined') {
        return false;
    }
	theRow.bgColor = otzad;
    return true;
}

function change_pic(resurs, the_id, the_img){
	document.images[the_id].src="/images/"+resurs+"_img/small/"+the_img;
}

function big_img_resurs(resurs, the_img){
	window.open ("/big_img_resurs.php?resurs="+resurs+"&the_img="+the_img, "imgWindow","toolbar=no,status=no,menubar=yes,scrollbars=no,resizable=yes,width=100,height=100,screenX=150,screenY=150,top=0,left=0");
}