
function ViewDocById(strID)
	{
	alert('fff');
		/*if (strID != '-1')
		{
			window.open('viewDoc.aspx?DocumentID=' + strID, '', 'width=850,height=900,scrollbars=yes,resizable=yes');
		}*/
	}	
	
	function initUpdatePanel()
	{
	    var objLightbox = document.createElement("div");
	    objLightbox.setAttribute('id','lightbox');
	    //objLightbox.style.display = 'none';
	    objLightbox.style.position = 'absolute';
	    
	    //objLightbox.style.zIndex = '100';	
	}
	
function $(elem) {
    elem = document.getElementById(elem);
    return elem;
}
