
function set_Str(id, str) {
	if($("#"+id).val()=="")
		$("#"+id).attr("value",str);

}
function clr(id) { 
	$("#"+id).select();
}
