<!--
// Den här funktionen tömmer ett formulärfält när du markerar det
function clearField(path){
	path.value = "";
}
//-->
