function popupscroll(theURL,features) {
	var winName="noname"
	x = (document.all) ? 'left=' : 'screenX=';
	y = (document.all) ? 'top=' : 'screenY=';
	window.open(theURL,winName,'width=400,height=450,'+(x+(screen.width-750)/2)+','+(y+(screen.height-550)/2)+',scrollbars=yes')
}
