function AddressSet(){
	location.href = "market_request_doc.php";
	document.form1.act_mode.value = "edit";
	document.form1.submit();
}

function AddressSet_edit(){
	location.href = "market_request_doc.php";
	document.form2.act_mode.value = "edit";
	document.form2.submit();
}


function kenSet(){

	document.form1.submit();
}

