function disppar() {
document.getElementById("divpar").innerHTML ="<br><p>Members often choose a radiology facility out of a directory or from a list provided by their referring physician or plan. The member has no ability to choose based on quality and cost, which varies significantly for the exact same test.</p><ul><li>Without US Imaging, your test may be at a facility owned by a hospital, which can cost 2-3 times more than independent facilities in the same neighborhood.<li>Another risk is that you may obtain your test at a facility that is not accredited and uses older equipment.</ul><p>By using US Imaging, you can be assured that you are receiving your test at a high quality facility.  If you have a coinsurance or deductible, you may also be able to save hundreds of dollars.</p>"	
		$("#divpar").slideToggle('fast');
}
