$(document).ready(function(){
 
});

 function nwr(x,w,h,t,l,n){
          if (h == "") h = 100;
          if (w == "") w = 100;
          if (t == "") t = 10;
          if (l == "") l = 10;
          if (n == "") n = "login";
          var xx = "top="+t+",left="+l+",width="+w+ ",height="+h+", directories=0, status=1, scrollbars=1, resizable=1, toolbar=0,menubar=0";
          msgWindow=window.open(x,n,xx);
          msgWindow.focus();
       }
