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