//display value in input field
function dV(obj,val){obj.value=(obj.value==val)?'':(obj.value=='')?val:obj.value;}

