function clearelement(strControl, strCondition) {
	if(strControl.value == strCondition)
		strControl.value = '';
}