function popup(n,w,h){
var l=(screen.width-w)/2;
var t=(screen.height-h)/2;
window.open( n,"","width="+w+",height="+h+",left="+l+",top="+t);
}
