function pop_eyebeep(theURL,winName,features) { window.open(theURL,winName,features); } function ClearText(obj, DefaultText) { if (DefaultText == obj.value) { obj.value = ""; } }