﻿
function OpenNewWindow (page, x, y, target) {
	window.open (page, target, "height=" + y + ",width=" + x + ",resizable=yes,scrollbars=yes," +
		"channelmode=no,location=no,menubar=no,status=no,toolbar=no", false);
}
