function bufferLoad() {
    alert("bufferLoad");
}
function appLoad() {
    top.application.document.getElementById("warning_frame").style.display = "none";
}
function warningChack() {
//    document.getElementById("warning_script").style.display = "none";
    if (document.implementation.hasFeature("HTML", "1.0") == true) {
        document.getElementById("warning_domversion").style.display = "none";
    }
}
