function anymsg(){
return ws("<?php echo \"Check to match anywhere in the entry. Uncheck to match at the beginning.\"; ?>");
}
function clrmsg(){
return ws("<?php echo \"Check to clear this entry.\"; ?>");
}
function overwritemsg(){
return ws("<?php echo \"Check to overwrite existing file for this entry.\"; ?>");
}
function notmsg(){
return ws("<?php echo \"Check to match everything except the entered value.\"; ?>");
}
function nullmsg(){
return ws("<?php echo \"Check to match/not match an empty entry.\"; ?>");
}

