var fDesc=new Array(); fDesc[0] = "Insert channels in a membrane and see what happens. See how different types of channels allow particles to move through the membrane.
Main Topics:

-Membrane Channels
-Cell Membrane
-Diffusion
Sample Learning Goals:

-Predict when particles will move through the membrane and when they will not.
-Identify which particle type will diffuse depending on which type of channels are present.
-Predict the rate of diffusion based on the number and type of channels present."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }