	function show(str)
	{
       newWin = window.open(str,'newWin','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=800');
       newWin.focus();
       newWin.opener = self;
    }

