<!-- 
//cd6.js
function stopErrors() {
 return true;
}
window.onerror = stopErrors;

function selectAll(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
}

defaultStatus = "Level 6"  

//-->

