function exitSite(from, destination, windowName, options, goesto, pid)
{
	while (destination.indexOf('+') != -1)
		destination = destination.replace('+', 'FPSMBplusFPSMB');

	if (destination.indexOf("golink.asp") != -1)
		newWindow = window.open(destination + '&FPFrom=' + from, windowName, options);
	else
		newWindow = window.open('/neur/leaving.asp?FPDest=' + escape(destination) + '&FPFrom=' + escape(from) + '&goto=' + escape(goesto) + '&pid=' + pid, windowName, options);
}