
function showPic (whichpic,str) { 
	if (document.getElementById) { 
		document.getElementById('placeholder').src = whichpic.href;
		document.getElementById('subTitulo').innerHTML = str; 
		return false; 
	} else { 
		return true; 
	} 
}