
function clearform(t,v){ 
if(t.value==v){t.value=''}
}		
