function kw_to_hp(kw)

{

	var hp;

/*

	if (isNan(kw) == true)

	{

		

	}

*/

	hp = Math.round(kw*1.36);



	document.add.cp.value = hp;

	return true;

}
