function DEKO_01()
        {
        var form="width=613,height=449,screenx=0,screeny=0,"+
        "locationbar=no,menubar=no,"+
        "resizable=no,status=no,";
        window.open("deko01.html","Deko01",form);
        }
function DEKO_02()
        {
        var form="width=689,height=456,locationbar=no,menubar=no,"+
        "resizable=no,status=no";
        window.open("deko02.html","Deko02",form);
        }
function DEKO_03()
        {
        var form="width=701,height=432,locationbar=no,menubar=no,"+
        "resizable=no,status=no";
        window.open("deko03.html","Deko03",form);
        }