ÿþ<!--By Andrew.T FtWorth TX, USA--> <HTML> <HEAD><TITLE>Guitar and music lessons at 'Andrews Guitar Page'.</TITLE> </HEAD> <body bgcolor="#000040"> <IMG SRC="chordgenbanner.gif" WIDTH="1000" HEIGHT="125" BORDER="0" hspace="" align="left" USEMAP="#menuline"><br><br><br><br><br><br><br><br><br> <p align="center"><font face="tahoma,modern,times" size="5" color="#ffff50"><b><u>Chord finder</u></b></font></p> <font face="times" size="3" color="#ffff50"> This page will not work properly with the 'explorer' browser. Works with Netscape only. You can also go <a href="chordgen2.html"><font face="times" size=3 color="#ffffff">here</a></font> for a compressed version of primary chords. It's strongly recommended that you buy a book on chords. It will help you hold all the chords. This site only provides a few primary chords.<br><br> Below is a cool chord finder. Select from the options at the bottom to select the chord you need and this program will generate a tablature showing 2 to 3 positions on the fret board. This is an excellent source to speed up your learning of chords. Currently I have included only the basic chords. I am in the process of adding more chords soon. The numbers on the fret board are the finger numbers. The fret numbers are also provided. The numbers on the left side of the fret board are the string numbers and their open notes(in braces). An X means play that string as an open note.<br><br><br> <MAP NAME="menuline"> <AREA SHAPE="rect" COORDS="1,82,88,100" HREF="home.html"> <AREA SHAPE="rect" COORDS="100,82,178,100" HREF="intro.html"> <AREA SHAPE="rect" COORDS="188,82,295,100" HREF="science.html"> <AREA SHAPE="rect" COORDS="303,82,391,100" HREF="frets.html"> <AREA SHAPE="rect" COORDS="400,82,480,100" HREF="chords.html"> <AREA SHAPE="rect" COORDS="489,82,596,100" HREF="chordgen.html"> <AREA SHAPE="rect" COORDS="607,82,707,100" HREF="scale.html"> <AREA SHAPE="rect" COORDS="715,82,804,100" HREF="arpeggios.html"> <AREA SHAPE="rect" COORDS="814,82,898,100" HREF="harmonics.html"> <AREA SHAPE="rect" COORDS="905,82,996,100" HREF="tapping.html"> </MAP> </HEAD> <layer name="chord0"> <img src="chordGIFs/Amaj.gif" align="left"> <br clear="all"> </layer> <layer name="chord1" visibility="hide"> <img src="chordGIFs/Amin.gif" align="left"> <br clear="all"> </layer> <layer name="chord2" visibility="hide"> <img src="chordGIFs/Bmaj.gif" align="left"> <br clear="all"> </layer> <layer name="chord3" visibility="hide"> <img src="chordGIFs/Bmin.gif" align="left"> <br clear="all"> </layer> <layer name="chord4" visibility="hide"> <img src="chordGIFs/Cmaj.gif" align="left"> <br clear="all"> </layer> <layer name="chord5" visibility="hide"> <img src="chordGIFs/Cmin.gif" align="left"> <br clear="all"> </layer> <layer name="chord6" visibilty="hide"> <img src="chordGIFs/Dmaj.gif" align="left"> <br clear="all"> </layer> <layer name="chord7" visibility="hide"> <img src="chordGIFs/Dmin.gif" align="left"> <br clear="all"> </layer> <layer name="chord8" visibility="hide"> <img src="chordGIFs/Emaj.gif" align="left"> <br clear="all"> </layer> <layer name="chord9" visibilty="hide"> <img src="chordGIFs/Emin.gif" align="left"> <br clear="all"> </layer> <layer name="chord10" visibility="hide"> <img src="chordGIFs/Fmaj.gif" align="left"> <br clear="all"> </layer> <layer name="chord11" visibility="hide"> <img src="chordGIFs/Fmin.gif" align="left"> <br clear="all"> </layer> <layer name="chord12" visibility="hide"> <img src="chordGIFs/Gmaj.gif" align="left"> <br clear="all"> </layer> <layer name="chord13" visibility="hide"> <img src="chordGIFs/Gmin.gif" align="left"> <br clear="all"> </layer> <layer name="formlayer" left=850 top=580> <b>Choose a chord</b> <form name=form1> <select name=menu1 onChange="changechord(this.selectedIndex); return false;"> <option>Amaj <option>Amin <option>Bmaj <option>Bmin <option>Cmaj <option>Cmin <option>Dmaj <option>Dmin <option>Emaj <option>Emin <option>Fmaj <option>Fmin <option>Gmaj <option>Gmin </select> </form> </layer> <script language="javascript"> function hideAllLayers() { document.layers["chord0"].visibility="hide" document.layers["chord1"].visibility="hide" document.layers["chord2"].visibility="hide" document.layers["chord3"].visibility="hide" document.layers["chord4"].visibility="hide" document.layers["chord5"].visibility="hide" document.layers["chord6"].visibility="hide" document.layers["chord7"].visibility="hide" document.layers["chord8"].visibility="hide" document.layers["chord9"].visibility="hide" document.layers["chord10"].visibility="hide" document.layers["chord11"].visibility="hide" document.layers["chord12"].visibility="hide" document.layers["chord13"].visibility="hide" } function changechord(n) { hideAllLayers() document.layers["chord" + n].visibility="inherit" } </script> </HTML>