function funcBtnClear() {
//alert(document.Form1.BLD_LAYOUT.selectedIndex);
	document.Form1.BLD_LAYOUT.selectedIndex=0;
	document.Form1.BLD_TIME_W_F.selectedIndex=0;
	document.Form1.BLD_TIME_W_T.selectedIndex=0;
	document.Form1.BLD_CONST_YEAR_F.selectedIndex=0;
	document.Form1.BLD_CONST_YEAR_T.selectedIndex=0;
	document.Form1.BLD_PRICE_F.selectedIndex=0;
	document.Form1.BLD_PRICE_T.selectedIndex=0;
	document.Form1.BLD_AREA_F.selectedIndex=0;
	document.Form1.BLD_AREA_T.selectedIndex=0;
	document.Form1.BLD_FLOOR_F.selectedIndex=0;
	document.Form1.BLD_FLOOR_T.selectedIndex=0;
	document.Form1.BLD_PRICE_UNIT_F.selectedIndex=0;
	document.Form1.BLD_PRICE_UNIT_T.selectedIndex=0;
	document.Form1.BLD_FLOOR_ALL_F.selectedIndex=0;
	document.Form1.BLD_FLOOR_ALL_T.selectedIndex=0;
}

function funcMap(add) {
	window.open('http://maps.google.com/maps?q='+encodeURI(add));
}

function chValie(f){
for (var i=0;i<f.length;i++){
if(f[i].name=="bldName" && f[i].checked==true) return true;
}
alert("物件を選択して下さい。");
return false;
}

function funcBlog(str) {
	window.open('http://towerlife.jp/mt/mt-search.cgi?IncludeBlogs=1&search='+encodeURI(str));
}


