// JavaScript Document
function newWindow(filename,w,h) {
	programsWindow = window.open(filename,'programsWin','scrollbars=yes,resizable=yes,width='+w+',height='+h)
}
