// JavaScript Document
<!--
function hlight(me) { 
	if (me.value != "") { 
		me.select(); 
	} 
} 
//-->