//window document

function openWindowFOEK() {
         window.open("./foe.phtml#FOEK","keynote","width=750,height=480,scrollbars=yes,resizable");
}
function openWindowFOES() {
         window.open("./foe.phtml#FOES","FOES","width=750,height=480,scrollbars=yes,resizable");
}
function openWindowFOE1() {
         window.open("./foe.phtml#FOE1","session1","width=750,height=480,scrollbars=yes,resizable");
}
function openWindowFOE2() {
         window.open("./foe.phtml#FOE2","session2","width=750,height=480,scrollbars=yes,resizable");
}
function openWindowFOE3() {
         window.open("./foe.phtml#FOE3","session3","width=750,height=480,scrollbars=yes,resizable");
}
function openWindowFOE4() {
         window.open("./foe.phtml#FOE4","session4","width=750,height=480,scrollbars=yes,resizable");
}
function openWindowFOE5() {
         window.open("./foe.phtml#FOE5","session5","width=750,height=480,scrollbars=yes,resizable");
}
function openWindowFOE6() {
         window.open("./foe.phtml#FOE6","session6","width=750,height=480,scrollbars=yes,resizable");
}
function openWindowFOE7() {
         window.open("./foe.phtml#FOE7","session7","width=750,height=480,scrollbars=yes,resizable");
}
function openWindowFOE8() {
         window.open("./foe.phtml#FOE8","session8","width=750,height=480,scrollbars=yes,resizable");
}
function openWindowFOE9() {
         window.open("./foe.phtml#FOE9","session9","width=750,height=480,scrollbars=yes,resizable");
}
function openWindowFOE10() {
         window.open("./foe.phtml#FOE10","session10","width=750,height=480,scrollbars=yes,resizable");
}
function openWindowFOE11() {
         window.open("./foe.phtml#FOE11","session11","width=750,height=480,scrollbars=yes,resizable");
}
function openWindowFOE12() {
         window.open("./foe.phtml#FOE12","session12","width=750,height=480,scrollbars=yes,resizable");
}

function openWindowHOME() {
         window.open("http://www.foe.jp/","FOE","width=780,height=540,toolbar=yes,menubar=yes,directories=yes,scrollbars=yes,status=yes,resizable");
}

function closeWindow(){
         window.close();
}
function printWindow(){
         window.print();
}
function historyBack(){
         history.back();
}