<!--
function _fairs_show(link)
	{
	popupWindow = open(link, '', 'scrollbars=yes,resizable=yes,WIDTH=650,HEIGHT=450,TOP=50,LEFT=150');
	if (popupWindow.opener == null) 
		{
		popupWindow.opener = self;
		}
	popupWindow.focus();
	}
-->
