function BrowseFile(mFormName,mFieldName,mPath)
{
	var url = "../filemanager/default.asp?mFieldName=" + mFieldName + "&mPath=" + mPath
	//alert(url)
	popupWin = window.open(url, 'Image_Upload', 'scrollbars=yes,width=950,height=650,resizable=yes')
}



