<!--var slideshowspeed = 10000;var crossfade = 3;var picture = new Array(); var caption = new Array();     picture [1] = 'images/zack_students.jpg';	picture [2] = 'images/zack_inter.jpg';	picture [3] = 'images/zack_jasonchandra.jpg';			caption [1] = "Tim McKnew and Chandra Turpen align a grating spectrometers used to measure visible and ultra-violet spectra.";	caption [2] = "A Michelson Interferometer with a liquid He detector used to measure far-infrared reflectivity spectra.";	caption [3] = "Chandra Turpen and Jason Hancock use liquid helium to cool a detector to 2 degrees above absolute zero temperature. Cooling reduces detector noise and enables them to detect subtle spectroscopic signatures.";	var tss;var iss;var jss = 1;var pss = picture.length-1;var preLoad = new Array();for (iss = 1; iss < pss+1; iss++){preLoad[iss] = new Image();preLoad[iss].src = picture[iss];}function rotate(){if (document.all){document.images.labphotos.style.filter="blendTrans(duration=2)";document.images.labphotos.style.filter="blendTrans(duration=crossfade)";document.images.labphotos.filters.blendTrans.Apply();}document.images.labphotos.src = preLoad[jss].src;if (document.getElementById) document.getElementById("CaptionBox").innerHTML= caption[jss];if (document.all) document.images.labphotos.filters.blendTrans.Play();jss = jss + 1;if (jss > (pss)) jss=1;tss = setTimeout('rotate()', slideshowspeed);}				//
