function go_p(x,w,h)
	{
	size="width="+w+",height="+h+",toolber=no,directories=0,location=no,status=no,menuber=no,scrollbars=yes";
	window.open(x,'window2',size);
	}
