function openwindow(mywindow) {

TheNewWin =window.open(mywindow,"New","directories=yes,toolbar=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,resizable=yes,left=0,top=0,width=740,height=400");

TheNewWin.focus();
}

function openwindow1(mywindow) {

TheNewWin2 =window.open(mywindow,"score","resizable=yes,status=no,toolbar=no,scrollbars=yes,left=0,top=0,width=800,height=530");

TheNewWin2.focus();
}



function openwindow2(mywindow) {

TheNewWin2 =window.open(mywindow,"New","resizable=yes,status=no,toolbar=no,scrollbars=no,left=0,top=0,width=580,height=570");

TheNewWin2.focus();
}


function openwindow3(mywindow) {

TheNewWin3 =window.open(mywindow,"register","resizable=no,status=no,toolbar=no,scrollbars=no,left=100,top=0,width=580,height=500");

TheNewWin3.focus();
}

function openwindow_announcement(mywindow) {

TheNewWin4 =window.open(mywindow,"announcement","resizable=no,status=no,toolbar=no,scrollbars=no,left=100,top=0,width=600,height=350");

TheNewWin4.focus();
}