function openWindow(opener) {	thisWindow = window.open(opener,'popup','toolbar=no,location=yes,scrollbars=yes,resizable=yes');	}
