// default.js		© Copyright of Teamsoft 1998-2003. All rights Reserved.
// Warning:		Do not change this subform. Instead, make a copy and specify the new name in TeamWeb Setup
function pageEdit(uid) {
	var fullPath = window.location.pathname;
	var i = fullPath.indexOf("/dra/");
	var path = fullPath.slice(0, i);
	var win = window.open(path + "/0/" + uid + "?EditDocument", "Page", "width=600,height=600");
} // end pageEdit
