function Title(txt,notice) { var str = ''; if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; document.write(str); } function Location(txt,notice) { var str = ''; if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; document.write(str); } function Etc(txt,notice) { var str = ''; if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; document.write(str); } function menu_On(txt,notice) { var str = ''; if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; document.write(str); } function menu_Off(txt,notice) { var str = ''; if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; document.write(str); } function sub_On(txt,notice) { var str = ''; if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; document.write(str); } function sub_Off(txt,notice) { var str = ''; if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; document.write(str); } function Location2(txt,notice) { var str = ''; if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; document.write(str); }