

function s(s,y)
{
//alert(s) ллллллллллллллллллллллллллллллллллллл
s.innerText='>'
y.style.color = 'white';
//document.getElementById(y).style.color='white' ;

}

function x(x,s)
{
x.innerText=' '
s.style.color = 'black';

}

function bk(tab)
{

tab.style.backgroundColor='#999999';

}
function kb(tab)
{

tab.style.backgroundColor='#cccccc';

}

function gourl(addy)
{

location=(addy);

}


