// SE
<!--
function ws(t)
{ window.status=t
}
function evalText()
{
var sT="";
for(var c=0;c<window.document.sr.text.value.length;c++)
{if(window.document.sr.text.value.charAt(c)==" ") sT+="+";
else sT+=window.document.sr.text.value.charAt(c);}
return sT;
}
function PCS(sI)
{
var sT,u,h,r;
h="http://www.";
sT=evalText(sI.text.value);
r=window.open(u);
u="http://groups.google.com/groups?q="+escape(sT)+"&hl=en&lr=&safe=off&btnG=Google+Search&site=groups"
ws(u); r=window.open(u); ws("");}	      
	  
// -->
