DhtmlXMenuBar error in IE 6

I have code like below…



function loadMenuBar()

{

menuBar = new dhtmlXMenuBarObject(“divMenuBar”, “100%”, “25”, “Supplier Menu”);





}



This works in Firefox but not in IE 6. Gives me an error “Object doesn’t support this property or method”…



I am using dhtmlxgrid 1.4 professional



Thanks

Please be sure that container with ID “divMenuBar” really exist on page, in moment when function executed.
Such error may occur
    - when not all necessary js files included
    - the menu container not exists on the page

If problem still occurs for you  - please send any kind of sample where it can be reconstructed ( you can send it directly to support@dhtmlx.com )