function textboxValidator(el,msg) {
if (d(el).value=="") {return (msg+"\n");} else return"";
}
