function newWindow(tmplLink){
		var cgiLink = tmplLink;
	
		theWindow = window.open(cgiLink, 'mesWin', 'width=400,height=600,resizable=yes')
		theWindow.focus()
}
