//about our ratings
function NAME_IT() {
window.open('about-our-ratings.cfm','_blank','toolbar=no,location=no, directories=no, status=yes, menubar=no, resizable=yes, copyhistory=no, scrollbars=no, width=240, height=250, top=300, left=300');
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
// onclick="clickclear(this, 'Ask here...')" value="Ask here..."
function clickclear(thisfield, defaulttext) {
if (thisfield.value == defaulttext) {
thisfield.value = "";}
}
