/////
//
//	English User Interface JavaScript Utilities
//
//	Thu Jan 18 12:13:59 EST 2001 - F Harvell
//
/////
//
//	Copyright &copy; 2001 - 2008 First Time Software
//
//	All rights reserved worldwide. Usage rights have been granted
//	to the website owner according to the terms and conditions of
//	the Sacoiwa License Agreement.
//
/////
//
//  Version 4.0, $Id: ui.js 1724 2008-09-12 19:08:57Z fharvell $
//
/////


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."; ?>'); }


