///// Gary Grant Advanced Maritime Systems Ltd /////


////////////////////////////////////////////////////////////////////////
// Break Out of Frame //

function breakOut() {
  if(window != window.top)
  {
  parent.location.href = 'http://www.amsgrant.com/'
  }
}




