/**
 * Default - Funções utilitárias para Default
 * Copyright (C) 2004-2010 Acari Records
 */	
<!--
function _CheckTargetForm(Sender) {
    if (!_CheckThis(Sender.TARGET, "TEXT", "Informação a ser procurada")) return false;
	return true;  
}
//*
function SetBorderValue(Sender, Value) {
   Sender.border = Value;
}
//*
function SetEvent(Value) {
   document.frmForm.TARGET.value = "";
   document.frmForm.TARGET.focus();
}
-->
