
function makeWindow1(){
window1=window.open("","thewindow","toolbar=no,status=no,scrollbars=yes,resizable=yes,menubar=no,height=500,width=700");
window1.location.href= "./tenth/index.html";
}

function makeWindow2(){
window2=window.open("","thewindow","toolbar=no,status=no,scrollbars=yes,resizable=yes,menubar=no,height=580,width=980");
window2.location.href= "./animations.html";
}