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