function openWin(loc,xwd,xht){var newWind=window.open(loc,'remote','resizeable=no,scrollbars=yes,width=' + xwd + ',height=' + xht + '');if (newWind.opener == null) newWind.opener = self;}
