function showContent( src )
{
	var ifrm = document.getElementById( 'areaText' );
 	ifrm.src = src + ".shtml";
}

function showModule( src )
{
	var ifrm = document.getElementById( 'areaText' );
 	ifrm.src = src + ".php";
}

