	/*function openBrowser(type) {
		var url = '/_include/editor/editor/filemanager/browser/default/browser.html';
		
		if (type == 'image' || type == 'file' || type == 'media' || type == 'flash') {
			url += '?Type=' + type;
		}
		
		openPopup(url, 700, 500);
	}
	
	function SetUrl(url) {
		var input;
		if (input = document.getElementById('value')) {
			input.value = url;
		}
	}*/