function popupCenter(url) {
wleft = (screen.width/2-400);
wtop = (screen.height/2-300);
window.open(url,'_blank','status,width=800,height=600,scrollbars=0,resizable=0,left='+wleft+',top='+wtop);
}
