<!--
function popdoc(thedoc)
{
	docWin = window.open("/ic_cor/viewers/doc-viewer.asp?doc=" + thedoc,"DOCUMENT",'toolbar=0,location=0,menubar=0,scrollbars=1, resizable=1,top=0,left=0,width=800,height=600');
	docWin.focus()
}
//-->

