// JavaScript Document
function one(){
document.getElementById('w').style.color = '#00CC00';
}
function two(){
document.getElementById('w').style.color = '#A5A5A5';
}