function newWindow(opener,width,height) {	var thisWin	thisWin = window.open(opener,'popup','toolbar=no,location=no,scrollbars=yes,resizable=yes,width=' + width + ',height=' + height)	thisWin.focus();	}