
		 
	function resizeSpacer()
	{
    var newHeight = document.body.clientHeight;
	
	  if ( newHeight < 0 ) newHeight = 0;
    document.getElementById("spacer").style.height = newHeight;
    document.getElementById("vertspace").style.height = newHeight;

  }
  
   function swapImage( newImage ) 
   {
     document.getElementById('focusImg').src = newImage;
	 }

  function PADIeLearning() 
  {
    accessWin = window.open('https://www.padi.com/padi/elearning/default.aspx?irra=123456','','scrollbars=yes,top='+(screen.height/8)+',left='+(screen.width/8)+',width=1000,height=700,resizable=yes');
    window.accessWin.focus();
  }