<!--



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openAccessMap(){
MM_openBrWindow('accessmap.html','access','toolbar=no,location=no,status=no,menubar=no,resizable=yes,width=500,height=630');
}

function clearForm(){
if(confirm("clear formˇ©")){
document.overseas_form.comment.value = "";
document.overseas_form.companyName.value = "";
document.overseas_form.position.value = "";
document.overseas_form.lastName.value = "";
document.overseas_form.firstName.value = "";
document.overseas_form.lastNameFuri.value = "";
document.overseas_form.firstNameFuri.value = "";
document.overseas_form.zip1.value = "";
document.overseas_form.zip2.value = "";
document.overseas_form.address1.value = "";
document.overseas_form.address2.value = "";
document.overseas_form.email.value = "";
document.overseas_form.email2.value = "";
document.overseas_form.tel.value = "";
document.overseas_form.fax.value = "";
}else{
}
}

function backPrivacy(str){
if( window.opener ){
	window.opener.location.href = str;
}else{
	document.location.href = str;
}
}

function backOverseas(){
if( window.opener ){
	window.opener.location.href = "index.html";
}else{
	document.location.href = "index.html";
}
}

function submitForm(){
	document.overseas_form.submit();
}

function toggleHoujin(){
	if( document.overseas_form.personType[1].checked ){
	
		if( document.getElementById("houjin") ){
			document.getElementById("houjin").style.display = "none";
		}
	}else{
		document.getElementById("houjin").style.display = "block";
	}
}

function openItemSubpage(bar){
	if(bar == "n-a" || bar=="n" || bar==0){
		bar = "n-a";	
	}
	var url = "item.php?bar="+bar;
MM_openBrWindow(url,'item','toolbar=no,location=no,status=no,menubar=no,resizable=yes,width=500,height=630');
}

//-->