// FUNCION DE BUSQUEDA


function SearchNow() {
parent.location='http://www.google.com.sv/custom?q='+escape(document.MyForm.Search.value)+'&cof='+escape('LW:185;L:http://www.fovial.com/www/lfovial.gif;LH:100;AH:center;S:http://www.fovial.com/index.html;&newwindow=1;')+'&domains='+escape('fovial.com')+'&sitesearch='+escape('fovial.com')
}
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} 