﻿function writeSmartClient(id, width, height, classid)
{ 
    document.write("<object onmousewheel='return false;' id='" + id + "' style='height:" + height + "px;width:" + width + "px;' " +
                  "classid='" + classid + "'></object>"); 
}