// JavaScript Documentfunction findMe(target,subtarget){document.getElementById(target).className="sel";	if (subtarget != null){	document.getElementById(subtarget).className='sel';	}}