function displayUser( id ) {
   url = "" + id;
   if(navigator.appName.indexOf("Microsoft")>=0){
      window.open(url, 'UserInfo', 'top=10,left=5,resizable=yes,hotkeys=yes,alwaysRaised=yes,menubar=no,scrollbars=yes,width=640,height=500');
      }
   else{
      window.open(url, 'UserInfo',',scrollbars=1,screenX=5,screenY=10,width=780,height=500');
      }
   }

function displayUser2( id ) {
   url = "" + id;
   if(navigator.appName.indexOf("Microsoft")>=0){
      window.open(url, 'UserInfo', 'top=100,left=5,resizable=yes,hotkeys=yes,alwaysRaised=yes,menubar=no,scrollbars=yes,width=780,height=340');
      }
   else{
      window.open(url, 'UserInfo',',scrollbars=1,screenX=5,screenY=100,width=780,height=340');
      }
   }

function displayUser3( id ) {
   url = "" + id;
   if(navigator.appName.indexOf("Microsoft")>=0){
      window.open(url, 'UserInfo', 'top=100,left=5,resizable=yes,hotkeys=yes,alwaysRaised=yes,menubar=no,scrollbars=yes,width=780,height=360');
      }
   else{
      window.open(url, 'UserInfo',',scrollbars=1,screenX=5,screenY=100,width=780,height=360');
      }
   }

function displayUser4( id ) {
   url = "" + id;
   if(navigator.appName.indexOf("Microsoft")>=0){
      window.open(url, 'UserInfo', 'top=100,left=5,resizable=yes,hotkeys=yes,alwaysRaised=yes,menubar=no,scrollbars=yes,width=580,height=200');
      }
   else{
      window.open(url, 'UserInfo',',scrollbars=1,screenX=5,screenY=100,width=580,height=200');
      }
   }

