function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function writeMenu()
{
	document.write('<form name="MMJumpMenu" method="post" action="">\n');
	document.write('\t<select name="selSubject" onChange="if(this!=\'\'){MM_jumpMenu(\'parent\',this,1)}">\n');
	document.write('\t\t<option value="">-- Select-a-Page --</option>\n');
	document.write('\t\t<option value="/webmaestro/index.html">-- Webmaestro Home Page --</option>\n');
	document.write('\t\t<option value="">-----------------------------</option>\n');
	document.write('\t\t<option value="/webmaestro/Wedding/index.html">Clay &amp; Kimberly\'s Wedding</option>\n');
	document.write('\t\t<option value="/webmaestro/ECR_2001/index.html">Kimberly Teaching @ ECR</option>\n');
	document.write('\t\t<option value="/webmaestro/Jeremy_Birth/index.html">Jeremy\'s Birth</option>\n');
	document.write('\t\t<option value="/webmaestro/Jeremy_20020619/index.html">Jeremy - June 19, 2002</option>\n');
	document.write('\t\t<option value="/webmaestro/CCDF_20021012/index.html">CCDF October 12, 2002</option>\n');
	document.write('\t\t<option value="/webmaestro/Jeremy_2002_10-11/index.html">Jeremy - October-November 2002</option>\n');
	document.write('\t\t<option value="/webmaestro/Swimming_Pool_200307/index.html">Swimming Pool Shots</option>\n');
	document.write('\t\t<option value="/webmaestro/Easter_2004/index.html">Easter at Our House</option>\n');
	document.write('\t\t<option value="/webmaestro/Tabu_Grill_20040324/index.html">Tabu Grill Restaurant Pics</option>\n');
	document.write('\t\t<option value="">-----------------------------</option>\n');
	document.write('\t\t<option value="/webmaestro/resume.html">-- Clay\'s Resume --</option>\n');
	document.write('\t</select>&nbsp;<input type="submit" id="Submit" value="Go!" />\n');
	document.write('</form>');
}
