// JavaScript Document

function focusField(objElement){if(objElement.value==objElement.defaultValue)objElement.value="";return true;}