function openand() {
  window.open('titlepage.html','NewWin',
  'width='+(screen.width*0.99)+',height='+(screen.height*0.99)+',top=0,left=0, resizable=yes, scrollbars=yes');
}
