function popup (theURL,x,y) {
	window.open(theURL,"bepositive","width="+ x +",height="+ y +",scrollbars=no,resizable=no");
}
