<html>
<head>
<script language="javascript">
window. function(){
var oName = document.getElementById('sd');javascript
oName.onfocus = function(){
oName.value='';
};html
oName.onblur = function(oEvent){
var oTarget;
if(window.event) oEvent = window.event;
if(oEvent.srcElement)
oTarget=oEvent.srcElement;
else
oTarget = oEvent.target;
oTarget.value='lll';
};java
};
</script>
ide