﻿
function DisplayPopup(url, height, width) {
	newWindow=window.open(url, "newwindow", "menubar=1,resizable=1,scrollbars=1,width=" + width + ",height=" + height);
}
