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