<!--
function clearMe( pthis, pdefault) { 
   if ( pthis.value == pdefault)       pthis.value = '';
}
// -->
