  function OpenWinExt( url, w, h )
  {
    var winex = window.open(url,"winExt","dependent=yes,height=" + h +",width=" + w + ",location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,status=yes");
    winex.focus();
    return false;
  }

  function OpenInfoWin( info, w, h )
  {
    var winfo = window.open("/openinfo.asp?info=" + info,"winfo","dependent=yes,height=" + h +",width=" + w + ",location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,status=yes");
    winfo.focus();
    return false;
  }

  function OpenInfoWinCart( site, info, w, h )
  {
    var winfo = window.open( site + "/openinfo.asp?info=" + info,"winfo","dependent=yes,height=" + h +",width=" + w + ",location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,status=yes");
    winfo.focus();
    return false;
  }

  function OpenFreeReturn()
  {
    var winret = window.open("/openwin.asp?page=smxreturn","winret","dependent=yes,height=600,width=600,location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,status=yes");
    winret.focus();
    return false;
  }

  function OpenSat()
  {
    var winsat = window.open("/openwin.asp?page=sat","winsat","dependent=yes,height=800,width=1000,location=yes,menubar=yes,toolbar=yes,resizable=yes,scrollbars=yes,status=yes");
    winsat.focus();
    return false;
  }

  function OpenShipping( anch, parms )
  {
    var winship = window.open("http://www.letstalk.com/about/shipping1.htm?brandId=464" + parms + anch,"winship","dependent=yes,height=800,width=900,location=yes,menubar=yes,toolbar=yes,resizable=yes,scrollbars=yes,status=yes");
    winship.focus();
    return false;
  }

  function OpenReturnShipSmx()
  {
    var winReturnSmx = window.open("http://www.cellstores.com/additionalDetailsDisplay.aspx?AdditionalDetailsID=6077&r=TMIBrand","winReturnSmx","dependent=yes,height=600,width=700,location=yes,menubar=yes,toolbar=yes,resizable=yes,scrollbars=yes,status=yes");
    winReturnSmx.focus();
    return false;
  }

  function OpenFedexSmx()
  {
    var winFedexSmx = window.open("http://www.cellstores.com/popup/FedExShippingPolicy.asp?referringdomain=TMIBrand","winFedexSmx","dependent=yes,height=600,width=800,location=yes,menubar=yes,toolbar=yes,resizable=yes,scrollbars=yes,status=yes");
    winFedexSmx.focus();
    return false;
  }

  function OpenSSP()
  {
    var winSSP = window.open("https://www.letstalk.com/checkoutnew/youraccountlogin.htm?brandId=464","winSSP","dependent=yes,height=800,width=900,location=yes,menubar=yes,toolbar=yes,resizable=yes,scrollbars=yes,status=yes");
    winSSP.focus();
    return false;
  }

  function OpenWIMO()
  {
    var winWIMO = window.open("https://www.whereismyorder.com/","winWIMO","dependent=yes,height=800,width=900,location=yes,menubar=yes,toolbar=yes,resizable=yes,scrollbars=yes,status=yes");
    winWIMO.focus();
    return false;
  }

  function OpenAffiliate()
  {
    var winAff = window.open("/openwin.asp?page=aff","winAff","dependent=yes,height=800,width=1000,location=yes,menubar=yes,toolbar=yes,resizable=yes,scrollbars=yes,status=yes");
    winAff.focus();
    return false;
  }

  function emailFriend( url )
  {
    var winpath = "/email-friend.asp?urlpage=" + escape(url);
    var winFriend = window.open(winpath,"winFriend","dependent=yes,height=500,width=500,location=no,menubar=no,resizable=yes,scrollbars=yes,status=yes");
    winFriend.focus();
    return false;
  }

  function InputSkip( oFrm, thisFld, nextFld, lenTxt )
  {
    var ev = window.event;
    if( ev.keyCode!=46 && ev.keyCode != 13 && ev.keyCode!=8 )
    {
      if(!oFrm)
        return;

      if(ev.srcElement.name == thisFld )
      {
        if(oFrm[thisFld].value.length == lenTxt )
        {
          oFrm[nextFld].focus();oFrm[nextFld].select();
        }
      }
    }
  }

