// still used by lessons.ctaponline.org

function Whois(UserKey) {
	var myRemote = open("http://www.ctaponline.org/comm/whois.cfm?UserKey=" + UserKey + "",
				"WhoIsWin",
				"height=300,width=560,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=1,toolbar=0,z-lock=0");
	myRemote.focus();
}

// usage
// -----------
// <!--- WHOIS --- JAVASCRIPT POP UP WINDOW --->
// <script src="/comm/whois.js"></script>
//
// <a href="javascript:Whois('#UserKey#')"  onMouseOver="status='Who is #UserID#?'; return true;" onMouseOut="status=''; return true;">
