

function showPic (whichpic) { 

	if (document.getElementById) { 

		document.getElementById('placeholder').src = whichpic.href;
		//document.getElementById('theimage').value = whichpic.href;
		//document.getElementById('placeholder').style.display = "block"; 
		//document.getElementById('foot').style.display = "none";
		//document.getElementById('foot').style.display = "block";

		document.forms[1]["m2_26"].value = whichpic.href;
		//alert("1 - " + document.forms[1]["m2_26"].value);

		return false; 

		if (whichpic.title) { 
			document.getElementById('desc').childNodes[0].nodeValue = whichpic.title; 
		} else { 
			document.getElementById('desc').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue; 
		} 


		return false; 
	} else { 
		return true; 
	} 
}

//m2submit