<!-- Display Full Size 
//Break out of other Framesets
if (window != top) top.location.href = location.href;
// Set screen size to Full screen
  function full_screen(){
  window.moveTo(0,0)
  window.resizeTo(screen.width,screen.height)
  }
// end --> 
