<!--
function apriPop(addr,funz,l,h,r,s){
	if(apriPop.arguments.length==1){funz='_blank';l=100;h=100;r=0;s=0}
	popup=window.open(addr,funz,'width='+l+',height='+h+',top='+(screen.availHeight-h)/2+',left='+(screen.availWidth-l)/2+',resizable='+r+',scrollbars='+s+',toolbar=0,menubar=0,location=0,status=0')
	popup.focus()
}
//-->