function selectDocument(button)
{
	var editor=CuteEditor_GetEditor(button);
	WindowObjectReference = window.open("docMgt_popup.aspx?_rand="+new Date().getTime(),"popup","height=440, width=750, resizable=no,scrollbars=yes,status=no");
}
function declineChange(pendingID)
{
	WindowObjectReference = window.open("dynamicpages-decline.aspx?pendingDynamicPagesID=" + pendingID + "_rand="+new Date().getTime(),"popup2","height=440, width=400, resizable=no,scrollbars=yes,status=no");
}
