function aabnpop(url,width,height) {
	leftposition = (screen.width)?(screen.width-width)/2:100;
	topposition = (screen.height)?(screen.height-height)/2:100;
	window.open(url,"popup","width="+width+",height="+height+",resizable=no,location=no,scrollbars=no,toolbar=no,top="+topposition+",left="+leftposition+"");
}

function aabnpopmedscroll(url,width,height) {
	leftposition = (screen.width)?(screen.width-width)/2:100;
	topposition = (screen.height)?(screen.height-height)/2:100;
	window.open(url,"popup","width="+width+",height="+height+",resizable=no,location=no,scrollbars=yes,toolbar=no,top="+topposition+",left="+leftposition+"");
}
