function ChgBoju(a,b){
if(a){
b.style.background='Sienna';
b.style.textAlign='center';
b.style.cursor = 'default';
}

else{
b.style.background= '#333333';
b.style.textAlign='left';
}
}


function KliknuoJe(g,gg){

g.style.color='#ff0000';
g.style.font='bold 12px arial';
document.location.href=gg;
}

function TopDown(){
//tr=parseInt(document.getElementById('aa').currentStyle.height);
tr=100;
trL=document.forms[0].hidiL.value;
trD=document.forms[5].hidiD.value;
rrr=document.getElementById('aaa');
rrD=document.getElementById('bbb');
nj=document.body.clientHeight;
njL=nj-(113 +30 + tr+trL*24);
njD=nj-(113 +30 + tr +trD*24);
rrr.style.height=njL;
rrD.style.height=njD;
rrr.style.background='#EDEFE9';
rrD.style.background='#FFF3E3';
}



