﻿function wrElement(id,htmlCode){var el=document.getElementById(id);if(el!=undefined) {el.innerHTML=htmlCode;}}