function acc(no,obj){
	var Obj = document.getElementById("maxtxt"+no);
	if(Obj.style.display == "none"){
		Obj.style.display = "inline";
		obj.firstChild.src = "/common/img/icn/icn_minus.gif";
	}else{
		Obj.style.display = "none";						
		obj.firstChild.src = "/common/img/icn/icn_plus.gif";
	}
}
	
	
function accout(no) {
	document.getElementById("maxtxt"+no).style.display = "none";
	}
	
function histback() {
	window.history.back();
	}
	
function opnLoanSim(){
	var s_w = eval(Math.round(screen.width*0.5));
	var s_h = eval(Math.round(screen.height*0.2));
	var str = '"top=' + s_h + ',left=' + s_w + ',width=330,height=510,resizable=0"';
	window.open("http://www.stepon.co.jp/stepon/loan_pop.html","loanSim", str);
	}
	
function opnAdd(){
	window.open("/contact/address.html","addSearch", "location=no,scrollbars=yes,width=450,height=450,resizable=yes");	
	}