function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function doPopup(url, width, height, imagePath, name) {

		var myWin = window.open(url + "?file=" + escape(imagePath) + "&name=" + escape(name) + "&width=" + width + "&height=" + height, "newWin", "status=no,width=" + width + ",height=" + height + ",location=no,toolbar=no,directories=no")
		myWin.focus()
	}