// JavaScript Document

function submitForm() {
document.SearchForm.submit();
}
/* エリアで探す */
function searchArea(){
window.open('http://realestate.homes.co.jp/search/main/route=2/spg=2/tk=3/bsg=1/ad11t%5B%5D=26/o=10107331hxr6lCOShPXc/','result');
}
/* 沿線で探す */
function searchRailWay(){
window.open('http://realestate.homes.co.jp/search/main/route=1/spg=2/tk=3/bsg=1/ad11t%5B%5D=26/o=10107331hxr6lCOShPXc/','result');
}
/* 大学・専門学校で探す */
function searchCollege(){
window.open('http://realestate.homes.co.jp/college/index/type=1/o=10107331hxr6lCOShPXc/','result');
}
/* 分譲で探す */
function searchSell(){
window.open('http://realestate.homes.co.jp/search/main/o=20000460hhQivjvLrPB8/tk=3/','result');
}
/* 貸家で探す */
function searchRent(){
window.open('http://realestate.homes.co.jp/search/main/o=10107331hxr6lCOShPXc/tk=3/bsg=5 ','result');
}

/* 新築で探す */
function searchNew(){
window.open('http://realestate.homes.co.jp/search/main.php?o=10107331hxr6lCOShPXc&tk=3&bsg=1&route=2&spg=22&ad11%5B%5D=26&ad11c%5B%5D=26&cond_kenchiku_period=1','result');
}

/* 高級賃貸で探す */
function searchHigh(){
window.open('http://realestate.homes.co.jp/search/main.php?o=10107331hxr6lCOShPXc&tk=3&bsg=1&route=2&spg=22&ad11%5B%5D=26&ad11c%5B%5D=26&cond_money_room_l=20','result');
}

/* こだわりで探す */
function searchStickTo(){
window.open('http://realestate.homes.co.jp/search/main/route=2/spg=2/tk=3/bsg=1/ad11t%5B%5D=26/o=10107331hxr6lCOShPXc/','result');
}
