function ApriPopup(url,w,h) {
	window.open(url,'_blank','toolbar=no,statusbar=no,scrollbars=no,width='+w+',height='+h);
}