<!-- Hide from other Browsers
//-------------------------------------------------------アクセス初期設定//
/// 頁内リンク ///
function moveAlink(strVal) { this.location.href = thisbaseURL+'#'+strVal; }
function FocusSubmit() {
	this.document.forms[0].btSubmit_keysearcharea.focus();
}
function StartReloadNew(toURL,strOpItem,strOpVal,opvirtual) {
	var form=this.document.forms[0];
	if(strOpItem!=''){
		if((strOpVal!='gis')&&(strOpVal!='add')){ form.gis.value=""; }
		if(strOpVal!='empty'){ form.emp.value=""; }
		if(strOpVal!='estimate'){ form.est.value=""; }
		if(strOpVal=='mente'){ form.nowwork.value=""; }
		
		form.elements[strOpItem].value=strOpVal;
		if(strOpVal=='newjinfo'){
			if(toURL.indexOf("start.php",0)){
				toURL = toURL.split("start.php");
				toURL = toURL.join("listview.php");
				form.ServID.value="";
				form.SERVICE_TITLE.value="";
				form.SERVICE_REALTITLE.value="";
			}
		}else{
			if(toURL.indexOf("listview.php",0)){
				toURL = toURL.split("listview.php");
				toURL = toURL.join("start.php");
			}
		}
		if((opvirtual!='')&&(opvirtual!=undefined)){
			if(opvirtual=='clear'){ form.val_vservice.value='';
			}else{ form.val_vservice.value=opvirtual; }
		}

//alert(toURL);
		form.action=toURL;
		form.submit();
	}
}
// End Hide -->

