// JavaScript Documentfunction findMe(target,subtarget){document.getElementById(target).className="selected";	if (subtarget != null){	document.getElementById(subtarget).className='sub_selected';	}}function PopupPic(sPicURL) { 	window.open("popup.html?"+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200");}