function newWindow(tmplLink){
		var wLink = tmplLink;
	
		theWindow = window.open(wLink, 'mesWin', 'width=500,height=300,resizable=no')
		theWindow.focus()
}