function OpenWindow(page, height, width) {
	var win = window.open(page, "PopUp", "Height="+height+", Width="+width+", resizeable=yes, location=no, scrollbars=no, status=no, menubar=no, toolbar=no");
}
