function subWin(targetFile,targetWindow) {
	window.open(targetFile, targetWindow, 'width=760,height=800,directories=0,location=0,menubar=0,scrollbars=1,status=0,toolbar=0,resizable=0');
}