//-----------------------------------------------------------------------------'
//                       Copyright (C) 2006 Octrium bv                         '
//-----------------------------------------------------------------------------'
// 
// Octrium Tree ADxMenu clientside JavaScript
// 
// Author              : Peter Zuidema
// Initial version     : 20060713
// Last modification   : 20060915
// 
// The Tree Component loads this script.
// 
// 20050629 Initial version
// 20060915 IE problem.
//

// Render
document.open();
//document.writeln('<style type="text/css" media="screen, tv, projection">@import "resources/adxmenu.css";</style>');
document.writeln('<!--[if lte IE 6]>');
document.writeln('<style type="text/css">');
document.writeln(' @import "resources/adxmenu_IE.css";');
document.writeln(' body { behavior:url("js/ADxMenu_winxp_pro.htc"); }');
document.writeln('</style>');
document.writeln('<script type="text/javascript">oTrace("IE");</script>');
document.writeln('<![endif]-->');
document.close();
if (window.oTraceOn) oTrace('adx wr');

// start the menu
function adxmenu(id, displayTime) {
  oTrace('adx i');
  return true;
}

