//HOMEページに遷移function SubmitForm1(){	location.href = "./index.htm";	}//会社概要ページに遷移function SubmitForm2(){	location.href = "./co.htm";	}//製品紹介ページに遷移function SubmitForm3(){		location.href = "./product.htm";	}		//業務内容ページに遷移function SubmitForm4(){		location.href = "./business.htm";	}		//サイトマップページに遷移function SubmitForm5(){		location.href = "./sitemap.htm";	}//ご利用規約ページに遷移function rl(){		location.href = "./rule.htm";	}//サイトマップページに遷移function sp(){		location.href = "./sitepolicy.htm";	}//HOMEページに遷移function back(){		location.href = "./index.htm";	}

