
function Clear(el, tpl){
	if (el.value==tpl) el.value = '';
}

