<!--
var showText;
function show(val) {
showText = !showText;
	showText?document.getElementById('src').style.display="":document.getElementById('src').style.display="none";
}
//-->

