/**
 * PopUpWindow 24 Aug 2004 Version 1.0
 * Peter Havranek, August 2004
 * Copyright (c) 2004 Magnetic Impact Media
 *
 */

function howtopaddle()
{
  window.open('howtopaddle.html','HtP', 'toolbar=0,status=0,menubar=0,scrollbars=1,width=600,height=600');
}
