











function popup(url,n,w,h){
  newWin = window.open(url,n,"toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+w+",height="+h);
  newWin.focus();

}




