function contactchangeback() 
{

document.getElementById('contactarrow').innerHTML = '';
document.getElementById('contactarrow').style.color = '#000000';
document.getElementById('contactarrow').style.fontWeight = 'normal';
document.getElementById('contactstyle').style.color = '#000000';
document.getElementById('contactstyle').style.fontWeight = 'normal'; 

}
