﻿function winopen(tlink,w,h)
{
    var DCIP=window.open(""+tlink+"","newsWindow","toolbar=no,scrollbars=yes,fullscreen=no,menubar=no,titlebar=no,directories=no,resizable=no,status=no,fullscreen=no,top=0,left=0,width="+w+",height="+h+"");
    DCIP.focus();
}

function SetIndex(ctl)
{
    document.getElementById('imgHSI').style.display='none';
    document.getElementById('imgHSCEI').style.display='none';
    document.getElementById('imgHSCCI').style.display='none';
    document.getElementById(ctl).style.display='';
}
