//v1.0
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
function clearText(thefield)
					{
						if (thefield.defaultValue == thefield.value)
										thefield.value = ""
      				else thefield.value = thefield.defaultValue
					} 		