// popup link info

function apriPopup(url, width, height) {
	window.open(url, 'popup', 'width='+width+', height='+height+', toolbar=no, noresize');
	
}