var pup 
function plans(url,h,w) { 
        var pup = window.open(url, 'plans',     'status=no,resizable=no,menubar=no,toolbar=no,scrollbars=yes,height='+h+',width='+w+''); 
        if (window.focus) { 
          pup.focus(); 
        } 
        } 
