﻿function News(page) {
	controlWindow = window.open(page, "", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=630,height=450");
}
function NewWindow(page,h,w) {
	controlWindow = window.open(page, "", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width="+ w +",height="+ h +"");
}