function dm(m){var show=document.getElementById(m);var dsp=show.style.display;show.style.display=(dsp=="block")?"none":"block";}
function dmt(m,l){var show=document.getElementById(m);var dsp=show.style.display;show.style.display=(dsp=="block")?"none":"block";l.innerHTML=(dsp=='block')?'View':'Hide';}
function openImage(u,n){window.open(u,n,"resizable,width=825,height=750,left=50,top=50,scrollbars=1'");}
function popWin(p){window.open("/popup.htm?"+p,"","resizable=1,height=300,width=300");}