//Leave this line - it constructs the menu
oCMenu.construct()		

/* This will ensure that the menu is loaded when 
the first page is loaded in the main frame.

This also helps the resize problems in Opera and NS4
*/
if (top.frames.length>0) { top.frmBody.location.reload(); }
