/****  conversion between Jap and Eng  ****/
       
function j_to_e()
{
/* alert("changed to Eng!"); */
	parent.location = "http://www.k-hama24.com/eng/index_e.htm";
}     

function e_to_j()
{
/* alert("changed to Jap!"); */
	parent.location = "http://www.k-hama24.com/index_j.htm";
}   