
var NoOffFirstLineMenus=6;		// Number of first level items
var StartTop=10;				// Menu offset x coordinate
var StartLeft=80;				// Menu offset y coordinate
var LeftPaddng=1;				// Left padding
var MenuCentered='center';
var MenuTextCentered='center';	// Item text position 'left', 'center' or 'right'
var TargetLoc='zsee';

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


//	http://dynamicdrive.com/dynamicindex1/hvmenu/index.htm

//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

//	For text that should display on one line; place inside div using id=level_1_middle
//  For longer text that should wrap and display on two lines; place top line text inside div using id='level_1_top' and bottom line text inside id='level_1_bottom'
//  All levels of text below the top level should be inside a div using id='level_2'
//  All double quotes should be escaped to prevent errors
//  Positioning and formatting styles for all menus are stored in /ro/script/submenu/menu_globalSettings.js but can be overridden by redefining above

//	Ensure that the number of children (4th parameter) is consistent with the number submenu elements below each item
//	Ensure that NoOffFirstLineMenus variable defined above is consistent with the number of top level items
//  Positioning of menu on page is defined above with StartTop and StartLeft


Menu1=new Array("<div id='level_1_middle'><u>NAR Helps You</u></div>","/wps/wcm/connect/RO-Content/ro/about_nar/narhelpsyou/nar_helps_you","/ro/css/bluetab.gif",0,40,138);

Menu2=new Array("<div id='level_1_middle'><u>FHA Toolkit</u></div>","/wps/wcm/connect/RO-Content/ro/about_nar/narhelpsyou/fha","/ro/css/bluetab.gif",0,40,138);

Menu3=new Array("<div id='level_1_top'><u>Resources For Your</u></div><div id='level_1_bottom'><u>Customers</u></div>","/wps/wcm/connect/RO-Content/ro/about_nar/narhelpsyou/customer_resources","/ro/css/bluetab.gif",0,40,138);

Menu4=new Array("<div id='level_1_top'><u>Analysis &</u></div><div id='level_1_bottom'><u>Research</u></div>","/wps/wcm/connect/RO-Content/ro/about_nar/narhelpsyou/analysis","/ro/css/bluetab.gif",0,40,138);

Menu5=new Array("<div id='level_1_top'><u>Business &</u></div><div id='level_1_bottom'><u>Finance Tips</u></div>","/wps/wcm/connect/RO-Content/ro/about_nar/narhelpsyou/business_tips","/ro/css/bluetab.gif",0,40,138);

Menu6=new Array("<div id='level_1_top'><u>Educational</u></div><div id='level_1_bottom'><u>Resources</u></div>","/wps/wcm/connect/RO-Content/ro/about_nar/narhelpsyou/educational_resources","/ro/css/bluetab.gif",0,40,138);

