function clickEditList(lngListID){
	var oDialog = new Object;
	oDialog.returnString = 'cancel';
	result = showModalDialog("contentmgmt/list_mgmt.aspx?lngLimitToListID=" + lngListID,oDialog,"dialogWidth:653px;dialogHeight:570px;scroll:no;help:no;status:no;");
	handleReturnObject(oDialog);
}