

function popWin(whichTarg, pgTitle, keyWidth, keyHeight) {
	window.open(whichTarg,pgTitle,"width=" + (keyWidth + 18) + ",height=" + (keyHeight + 18) + ",1");
}