﻿function createControl(divObj, controlStr){
    divObj.innerHTML = controlStr;
}

