function swap_symbol(obj) 
{
alert(obj.firstChild.value);

}
