/* This script provides a pop-up window*/



  function popUp1() {
  window.open("record8.html","popupwindow",
"toolbars=0,scrollbars,location=0,statusbars=0,menubars=0,resizable=0,width=600,height=400");
  }


 
  function popUp2() {
window.open("hiredintro.htm","popupwindow","toolbars=0,scrollbars,location=0,statusbars=0,menubars=0,resizable=0,width=600,height=400");
  }



  function popUp3() {
window.open("matchsnd.htm","popupwindow","toolbars=0,scrollbars,location=0,statusbars=0,menubars=0,resizable=0,width=600,height=500");
  }



  function popUp4() {
window.open("mogmatch.htm","popupwindow","toolbars=0,scrollbars,location=0,statusbars=0,menubars=0,resizable=0,width=600,height=400");
  }



  function popUp5() {
window.open("counterextract.htm","popupwindow","toolbars=0,scrollbars,location=0,statusbars=0,menubars=0,resizable=0,width=600,height=400");
  }



  function popUp6() {
window.open("poems.htm","popupwindow","toolbars=0,scrollbars,location=0,statusbars=0,menubars=0,resizable=0,width=600,height=400");
  }

