// JavaScript Document

<!-- 



function ShowPage ( strName ) {

	var strURL = "treatments_text/"
	
	parent.document.ifrmContent.location = strURL + strName + ".htm";
	
}


//-->
