        if (document.images){
		
				toc0on = new Image();
                toc0on.src = "../images/universal/btn_more_on.gif";
                toc1on = new Image();
                toc1on.src = "../images/universal/btn_more_on.gif";
                toc2on = new Image();
                toc2on.src = "../images/universal/btn_more_on.gif";
                /*toc3on = new Image();
                toc3on.src = "http://www.stenumhospital.com/images/about/doc4_on.jpg";
                toc4on = new Image();
                toc4on.src = "http://www.stenumhospital.com/images/about/doc5_on.jpg";
				*/
				
				
				toc0off = new Image();
                toc0off.src = "../images/universal/btn_more_off.gif";
                toc1off = new Image();
                toc1off.src = "../images/universal/btn_more_off.gif";
                toc2off = new Image();
                toc2off.src = "../images/universal/btn_more_off.gif";
                /*
				toc3off = new Image();
                toc3off.src = "http://www.stenumhospital.com/images/about/doc4_off.jpg";
                toc4off = new Image();
                toc4off.src = "http://www.stenumhospital.com/images/about/doc5_off.jpg";
				*/

							

        }

function img_act(imgName) {
        if (document.images) {
                imgOn = eval(imgName + "on.src");
                document [imgName].src = imgOn;
        }}

function img_inact(imgName) {
        if (document.images) {
                imgOff = eval(imgName + "off.src");
                document [imgName].src = imgOff;
        }}
function openWin( windowURL, windowName, windowFeatures ) { 
                return window.open( windowURL, windowName, windowFeatures ) ; 
        } 
<!-- 

 -->