mHiLight="#00EE00"
mUnLight="#FFFFFF"
mUnLightEF="#EFEFEF"

//===========================================================================
// Below have been renamed and should be used after editing passed variables.

function fncConfirm(mText) {
   
   var message=mText;
   
	var return_value = confirm(mText);

	if (return_value == true) {
		return true
	} else {
		return false
	}
}

/* ===============================================
Highlight Link script
By JavaScript Kit (http://javascriptkit.com)
Over 400+ free scripts here!
Above notice MUST stay entact for use
*/
function highlight(which,color){
	if (document.all||document.getElementById)
	which.style.backgroundColor=color
}
/* =============================================== */

