function hiit(color,anchname){
anchname.style.color= (color);
//alert(anc1.name);
}

function unhiit(anchname){
anchname.style.color="#333366";
}
