//window document

function openWindowKeynote() {
         window.open("./conference09/keynote.phtml","Keynote","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowFPDT() {
         window.open("./conference09/TOKU.phtml#FPDT","Taiwan","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowFPDC() {
         window.open("./conference09/TOKU.phtml#FPDC","China","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowFPDK() {
         window.open("./conference09/TOKU.phtml#FPDK","Korea","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowFTJS() {
         window.open("./conference09/TOKU.phtml#FTJS","Special","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowFPDJ() {
         window.open("./conference09/FPDJ.phtml","Invitation","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowA1() {
         window.open("./conference09/sessionA1-2.phtml#A1","sessionA","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowA2() {
         window.open("./conference09/sessionA1-2.phtml#A2","sessionA","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowA3() {
         window.open("./conference09/sessionA3-5.phtml#A3","sessionA","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowA4() {
         window.open("./conference09/sessionA3-5.phtml#A4","sessionA","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowA5() {
         window.open("./conference09/sessionA3-5.phtml#A5","sessionA","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowB1() {
         window.open("./conference09/sessionB1.phtml#B1","sessionB","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowB2() {
         window.open("./conference09/sessionB2-3.phtml#B2","sessionB","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowB3() {
         window.open("./conference09/sessionB2-3.phtml#B3","sessionB","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowB4() {
         window.open("./conference09/sessionB4.phtml#B4","sessionB","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowB5() {
         window.open("./conference09/sessionB5.phtml#B5","sessionB","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowC1() {
         window.open("./conference09/sessionC1.phtml#C1","sessionC","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowC2() {
         window.open("./conference09/sessionC2-5.phtml#C2","sessionC","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowC3() {
         window.open("./conference09/sessionC2-5.phtml#C3","sessionC","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowC4() {
         window.open("./conference09/sessionC2-5.phtml#C4","sessionC","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowC5() {
         window.open("./conference09/sessionC2-5.phtml#C5","sessionC","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowD1() {
         window.open("./conference09/sessionD1-4.phtml#D1","sessionD","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowD2() {
         window.open("./conference09/sessionD1-4.phtml#D2","sessionD","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowD3() {
         window.open("./conference09/sessionD1-4.phtml#D3","sessionD","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowD4() {
         window.open("./conference09/sessionD1-4.phtml#D4","sessionD","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowD5() {
         window.open("./conference09/sessionD5.phtml#D5","sessionD","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowE1() {
         window.open("./conference09/sessionE.phtml#E1","sessionE","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowE2() {
         window.open("./conference09/sessionE.phtml#E2","sessionE","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowE3() {
         window.open("./conference09/sessionE.phtml#E3","sessionE","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowE4() {
         window.open("./conference09/sessionE.phtml#E4","sessionE","width=780,height=480,scrollbars=yes,resizable");
}
function openWindowE5() {
         window.open("./conference09/sessionE.phtml#E5","sessionE","width=780,height=480,scrollbars=yes,resizable");
}
function closeWindow(){
         window.close();
}
function printWindow(){
         window.print();
}
function historyBack(){
         history.back();
}