<!--

var newwindow;
function popreferralreq(url)
{
	newwindow=window.open(url,'name','height=575,width=500,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
	if (window.focus) {newwindow.focus()}
}
// -->
