<!-- PA2P - Gert-Jan van den Berg - copyright -->

word=new Array();
word[0]="";
function popdef(n){
info=window.open("","info","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=570,height=333")
info.document.open()
info.document.write("<html><head><title>Instructions</title></head><body>")
info.document.write(word[n])
info.document.write('<center><img SRC="images/info2-small-1.png"></center>')
info.document.write('<h5>1.  Hoover over the map to get the normal Google Maps controls.</h5>')
info.document.write('<h5>2.  Use the "prefix filters" to get the radioamateurs on the map of that specific prefix.</h5>')
info.document.write('<h5>3.  Use "hide" to enlarge the map and hide the scroll-bar on the right.</h5>')
info.document.write('<h5>4.  "Click" on a certain place of the map to get the WW-locator and coordinates of that location.</h5>')
info.document.write('<h5>5.  "Double-click" on a certain place of the map to get a pop-up zoom of that location.</h5>')
info.document.write('<h5>6.  Use the scroll-wheel of the mouse to zoom in/out.</h5>')
info.document.write('<h5>7.  Use the Google SearchBar at the bottom-left to search a city and street (separate with a comma).</h5>')
info.document.write('<h3></h3>')
info.document.write('<center><h6>This screen disappears automatically after 10 seconds.</h6></center>')
info.document.write("</body></html>")
info.document.close()
clearID=info.setTimeout("self.close()",10000)
	return true;
	}

<!-- PA2P - Gert-Jan van den Berg - copyright -->
