 function poporigin(x,y,strHref)
	{
	x += 20;
	y += 20;
	orpopup = window.open(strHref,"origin","height="+y+",width="+x+",resizable=1,scrollbars=0,toolbar=no,location=no,status=no");
	}
