//window document


function openWindowS3() {
         window.open("./conference.phtml#2","SD","width=800,height=640,scrollbars=yes,resizable");
}

function openWindowS4() {
         window.open("./conference.phtml#3","SD","width=800,height=640,scrollbars=yes,resizable");
}

function openWindowS5() {
         window.open("./conference.phtml#4","SD","width=800,height=640,scrollbars=yes,resizable");
}

function openWindowS6() {
         window.open("./conference.phtml#5","SD","width=800,height=640,scrollbars=yes,resizable");
}

function openWindowS7() {
         window.open("./conference.phtml#6","SD","width=800,height=640,scrollbars=yes,resizable");
}

function openWindowS8() {
         window.open("./conference.phtml#7","SD","width=800,height=640,scrollbars=yes,resizable");
}

function openWindowS9() {
         window.open("./conference.phtml#8","SD","width=800,height=640,scrollbars=yes,resizable");
}

function openWindowS10() {
         window.open("./conference.phtml#9","SD","width=800,height=640,scrollbars=yes,resizable");
}

function openWindowS11() {
         window.open("./conference.phtml#10","SD","width=800,height=640,scrollbars=yes,resizable");
}

function openWindowS12() {
         window.open("./conference.phtml#11","SD","width=800,height=640,scrollbars=yes,resizable");
}

function openWindowS13() {
         window.open("./conference.phtml#12","SD","width=800,height=640,scrollbars=yes,resizable");
}

function openWindowS14() {
         window.open("./conference.phtml#13","SD","width=800,height=640,scrollbars=yes,resizable");
}

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