<!--
function openWindow(url, w, h, scrollbars) {
	window.open(url, "JSPopUpWin", "width=" + w + ", height=" + h + ", scrollbars=" + scrollbars);
}
// -->