var newwindow;
function popupA(url)
{
	newwindow=window.open(url,'name','height=725,width=780,scrollbars=no,resizable=yes,toolbar=no,status=yes,location=no,menubar=no,left=1,top=1');
	if (window.focus) {newwindow.focus()}
}