<!--
function js_popuo_formshow(id)
	{
	popupWindow = open('prow.php?prow=900_formframesetedit&id='+id, '', 'status=no, scrollbars=yes,resizable=no,WIDTH=650,HEIGHT=550,TOP=50,LEFT=150');
	if (popupWindow.opener == null)
		{
		popupWindow.opener = self;
		}
	popupWindow.focus();
	}
-->