function replace(text) 
{
var txtarea = document.getElementById('surf'); 
txtarea.value = text; 
txtarea.focus(); 
}