function editContent(sPath, sShareIn) {
	var sShare = sShareIn ? sShareIn : px.sShare
	window.open(px.sBaseUrl + '/../' + (px.bLocal ? '' : '_') + 'phpXplorer/source/action.php?sShare=' + sShare + '&sAction=openIndex&sPath=' + encodeURIComponent(sPath))
}
