//This defines the hover-over menus for the column headings in tables.
//Menus 1-6 are being used on product Supported Hardware pages for RTW, RTW-EC
//Menus 7-8 are being used by Link for Analog Devices Visual DSP++
//Menus 9-11 are being used by Link for CCS
//Menus 1, 7, 8 and 11 are being used by Embedded IDE Link, IDE Adaptor for Analog Devices VisualDSP++
//Menus 12 is being used by Target Support Package, all adaptor pages
var myMenu = new Menu("menu1");
myMenu.addMenuItem("<strong>Processors</strong> – Deploy to any microprocessor, microcontroller, <br/>or digital signal processing device (with 8-, 16-, and 32-bit data types).");
addMenu(myMenu);

var myMenu = new Menu("menu2");
myMenu.addMenuItem("<strong>C/C++ Code Generation</strong> – Generate optimized, portable, and customizable <br/>C/C++ code for any processor, based on ANSI and ISO C/C++ standards.");
addMenu(myMenu);

var myMenu = new Menu("menu3");
myMenu.addMenuItem("<strong>Built-in Data Type Support</strong> – You can specify data types and other characteristics <br/>for your processors via the Simulink hardware implementation settings. <br/>Information for the processors listed here is already built in to the settings. ");
addMenu(myMenu);

var myMenu = new Menu("menu4");
myMenu.addMenuItem("<strong>Link Products for Verification and Project Generation</strong> – MathWorks link products <br/>provide direct support for popular integrated development environments (IDEs). <br/>You can build integrations to other IDEs as well.  ");
addMenu(myMenu);

var myMenu = new Menu("menu5");
myMenu.addMenuItem("<strong>Target Products for Deployment and Prototyping</strong> – MathWorks target products <br/>offer device driver blocks and target-optimized code for popular processor hardware.");
addMenu(myMenu);

var myMenu = new Menu("menu6");
myMenu.addMenuItem("<strong>Third-Party Products</strong> – The MathWorks Connections Program offers additional link and target products.");
addMenu(myMenu);

var myMenu = new Menu("menu7");
myMenu.addMenuItem("<strong>Automation Interface and Application Code Generation</strong> – Lets you automate IDE operations and debugging tasks from MATLAB. Generic ANSI C code generation is supported through Embedded Coder.");
addMenu(myMenu); 

var myMenu = new Menu("menu8");
myMenu.addMenuItem("<strong>Project Generator</strong> – Lets you automatically create IDE projects by adding processor-specific embedded real-time scheduling code to the ANSI C code generated by Embedded Coder.");
addMenu(myMenu);  

var myMenu = new Menu("menu9");
myMenu.addMenuItem("<strong>Automation Interface</strong> – The primary connection between MATLAB and a processor defined in Code Composer Studio (simulator or real) that uses objects as a mechanism to control and manipulate a CCS application.");
addMenu(myMenu); 

var myMenu = new Menu("menu10");
myMenu.addMenuItem("<strong>Project Generator</strong> – Lets you automatically create Code Composer Studio projects using code generated by Simulink Coder and Embedded Coder from MATLAB and Simulink models.");
addMenu(myMenu);  

var myMenu = new Menu("menu11");
myMenu.addMenuItem("<strong>Peripherals/Board Support</strong> – Provides additional support for certain peripherals on processors and evaluation boards through Embedded Coder.");
addMenu(myMenu);  

var myMenu = new Menu("menu12");
myMenu.addMenuItem("<strong>IDE/Compiler Support</strong> – Targeting of this processor using the specified IDE is supported by Embedded Coder.");
addMenu(myMenu);  

var myMenu = new Menu("menu13");
myMenu.addMenuItem("<strong>IDE/Compiler Support</strong> – Supported IDE and compiler when generating code for this processor.");
addMenu(myMenu);  

