var sellURL = 'http://myhome.itamishi.com/';
var rentURL = 'http://www.itamishi.com/';

var sellHTTPS = 'http://myhome.itamishi.com/';
var rentHTTPS = 'http://www.itamishi.com/';


function searchRent(){
  var url = rentURL + "servlet/search.area.ActionControl";
  document.rent_sell.action = url;
  document.rent_sell.submit();
}

function searchSell(){
  var url = sellURL + "servlet/search.area.ActionControl";
  document.rent_sell.action = url;
  document.rent_sell.submit();
}

function goHome(){
  location.href = rentURL;
}

function inquiryAssessment(){
  location.href = sellHTTPS + "servlet/searchx.sell.inquiry.AssessmentControl";
}

function inquiryConsultation(){
  location.href = sellHTTPS + "servlet/searchx.sell.inquiry.ConsultationControl";
}
