function foobar() 
{
    document.getElementById('foo').value = 'bar';
}


