var animations = new Array();

animations[0] = new Array("Locus of Points a Fixed Distance from a Point","fixedDist","Loci");
animations[1] = new Array("The Perpendicular Bisector of a Line","perpBisector","Loci");
animations[2] = new Array("Drawing a Right Angle at a Point","rightAngle","Loci");
animations[3] = new Array("Bisecting an Angle","angBisector","Loci");
animations[4] = new Array("Drawing a Perpendicular to a Line through a Point","perpFromPoint","Loci");
animations[5] = new Array("Drawing a 60&deg; Angle","sixtyDeg","Loci");
animations[6] = new Array("Scale Drawing of a Triangle given Three Sides","triangle3sides","Scale Drawing");
animations[7] = new Array("Scale Drawing of a Triangle given Two Sides and Included Angle","triangle2sides","Scale Drawing");
animations[8] = new Array("Scale Drawing of a Triangle given One Side and Two Angles","triangle1side","Scale Drawing");
