function AddHide(pid)
{
	window.open('addhidedoc.aspx?pid='+ pid, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no, scrollbars=no,resizable=no,copyhistory=no,width=120, height=50,top=100,left=50');
	//window.open('addhidedoc.asp?pid='+ pid, '', 'scrollbars=yes,width=120,height=50');
}
