function prettyFont(txt,notice) { var str = ''; if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; document.write(str); } function pretty2Font(txt,notice) { var str = ''; if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; document.write(str); } function pretty3Font(txt,notice) { var str = ''; if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; document.write(str); } function pretty4Font(txt,notice) { var str = ''; if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; document.write(str); }