  s=""
  function index(s){
    if(s==""){
      parent.location.href=lib;
    }else{
      if(s != "hotels"){
        parent.location.href=lib + s;
      }else{
        alert("Will open soon!")
      }
    }
  }