function Whois(UserKey) {
	var myRemote = open("/comm/whois.cfm?UserKey=" + UserKey + "&pop=1", "WhoIsWin", "height=320,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();
	return false;
}

// usage
// -----------
// <!--- WHOIS --- JAVASCRIPT POP UP WINDOW --->
// <script language="javascript" src="/includes/whois.js"></script>
