menunum=0;
menus=new Array();
_d=document;
function addmenu()
 {
   menunum++;
   menus[menunum]=menu;
 }

function dumpmenus()
 {
   mt="<scr"+"ipt language=JavaScript>";
  for(a=1;a<menus.length;a++)
   {
    mt+=" menu"+a+"=menus["+a+"];"
   }
   mt+="<\/scr"+"ipt>";_d.write(mt)
 }

//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless you have more than one _array.js file

////////////////////////////////////

// Editable properties START here //

////////////////////////////////////

timegap=500                   // The time delay for menus to remain visible

followspeed=5                // Follow Scrolling speed

followrate=40                 // Follow Scrolling Rate

suboffset_top=10              // Sub menu offset Top position

suboffset_left=10             // Sub menu offset Left position

EasySampleStyle=[             // EasySampleStyle is an array of properties. You can have as many property arrays as you need

"ffffff",                     // Mouse Off Font Color

"ddbe46",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)

"ffffff",                     // Mouse On Font Color

"bd980a",                     // Mouse On Background Color

"bd980a",                     // Menu Border Color

"13px",                         // Font Size (default is px but you can specify mm, pt or a percentage)

"normal",                     // Font Style (italic or normal)

"",                     // Font Weight (bold or normal)

"Arial",    				// Font Name

7,                            // Menu Item Padding or spacing

,                             // Sub Menu Image (Leave this blank if not needed)

0,                            // 3D Border & Separator bar

"#ffffff",                     // 3D High Color

"#ffffff",                     // 3D Low Color

,                             // Current Page Item Font Color (leave this blank to disable)

,                             // Current Page Item Background Color (leave this blank to disable)

,                             // Top Bar image (Leave this blank to disable)

,                             // Menu Header Font Color (Leave blank if headers are not needed)

,                             // Menu Header Background Color (Leave blank if headers are not needed)

,                             // Menu Item Separator Color

]


EasySampleStyle1=[             // EasySampleStyle is an array of properties. You can have as many property arrays as you need

"ffffff",                     // Mouse Off Font Color

"90c42d",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)

"ffffff",                     // Mouse On Font Color

"78af10",                     // Mouse On Background Color

"78af10",                     // Menu Border Color

"13px",                         // Font Size (default is px but you can specify mm, pt or a percentage)

"normal",                     // Font Style (italic or normal)

"normal",                     // Font Weight (bold or normal)

"Arial",    					// Font Name

7,                            // Menu Item Padding or spacing

,                             // Sub Menu Image (Leave this blank if not needed)

0,                            // 3D Border & Separator bar

"#ffffff",                     // 3D High Color

"#ffffff",                     // 3D Low Color

,                             // Current Page Item Font Color (leave this blank to disable)

,                             // Current Page Item Background Color (leave this blank to disable)

,                             // Top Bar image (Leave this blank to disable)

,                             // Menu Header Font Color (Leave blank if headers are not needed)

,                             // Menu Header Background Color (Leave blank if headers are not needed)

,                             // Menu Item Separator Color

]


EasySampleStyle2=[             // EasySampleStyle is an array of properties. You can have as many property arrays as you need

"ffffff",                     // Mouse Off Font Color

"31acbb",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)

"ffffff",                     // Mouse On Font Color

"0e8796",                     // Mouse On Background Color

"0e8796",                     // Menu Border Color

"13px",                         // Font Size (default is px but you can specify mm, pt or a percentage)

"normal",                     // Font Style (italic or normal)

"normal",                     // Font Weight (bold or normal)

"Arial",    					// Font Name

7,                            // Menu Item Padding or spacing

,                             // Sub Menu Image (Leave this blank if not needed)

,                            // 3D Border & Separator bar

"#ffffff",                     // 3D High Color

"#ffffff",                     // 3D Low Color

,                             // Current Page Item Font Color (leave this blank to disable)

,                             // Current Page Item Background Color (leave this blank to disable)

,                             // Top Bar image (Leave this blank to disable)

,                             // Menu Header Font Color (Leave blank if headers are not needed)

,                             // Menu Header Background Color (Leave blank if headers are not needed)

,                             // Menu Item Separator Color

]


EasySampleStyle3=[             // EasySampleStyle is an array of properties. You can have as many property arrays as you need

"ffffff",                     // Mouse Off Font Color

"3cbc9d",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)

"ffffff",                     // Mouse On Font Color

"1b9b7c",                     // Mouse On Background Color

"1b9b7c",                     // Menu Border Color

"13px",                         // Font Size (default is px but you can specify mm, pt or a percentage)

"normal",                     // Font Style (italic or normal)

"normal",                     // Font Weight (bold or normal)

"Arial",    					// Font Name

7,                            // Menu Item Padding or spacing

,                             // Sub Menu Image (Leave this blank if not needed)

0,                            // 3D Border & Separator bar

"#ffffff",                     // 3D High Color

"#ffffff",                     // 3D Low Color

,                             // Current Page Item Font Color (leave this blank to disable)

,                             // Current Page Item Background Color (leave this blank to disable)

,                             // Top Bar image (Leave this blank to disable)

,                             // Menu Header Font Color (Leave blank if headers are not needed)

,                             // Menu Header Background Color (Leave blank if headers are not needed)

,                             // Menu Item Separator Color

]



addmenu(menu=[

"home-loans",                   // Menu Name - This is needed in order for this menu to be called

248,                          // Menu Top - The Top position of this menu in pixels

"offset=-215",                          // Menu Left - The Left position of this menu in pixels

170,                          // Menu Width - Menus width in pixels

0,                            // Menu Border Width

"center",                     // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"

EasySampleStyle1,              // Properties Array - this array is declared higher up as you can see above

0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)

,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center

//"Fade(duration=0.5);Alpha(style=0,opacity=85);Shadow(color=777777, Direction=135, Strength=5)",         // Filter - Text variable for setting transitional effects on menu activation - see above for more info
"Fade(duration=0);Alpha(style=0,opacity=100);Shadow(color=777777, Direction=0, Strength=0)",  // Filter - Text variable for setting transitional effects on menu activation - see above for more info

0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.

0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)

0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)

,                             // Position of TOP sub image left:center:right

,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount

0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)

0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)

,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)

,                             // Background image for menu Color must be set to transparent for this to work

0,                            // Scrollable Menu

,                             // Miscellaneous Menu Properties


,"&nbsp;Types of Loans","typesof_homeloans_loans.htm",,,1
,"&nbsp;Types of Interest Rates","typesof_homeloans_interestrates.htm",,,1
,"&nbsp;Types of Lenders","typesof_homeloans_lenders.htm",,,1
,"&nbsp;Fees, Costs and Charges","homeloans_feescostsandcharges.htm",,,1
,"&nbsp;Credit Impaired","homeloans_credit_impaired.htm",,,1
,"&nbsp;Property Finder Service","homeloans_property_finder_service.htm",,,1
,"&nbsp;Current Interest Rates","homeloans_current-interest-rates.htm",,,1
,"&nbsp;Useful Links","homeloans_useful-links.htm",,,1

])



addmenu(menu=[

"motor-equip",                   // Menu Name - This is needed in order for this menu to be called

279,                          // Menu Top - The Top position of this menu in pixels

"offset=-215",                          // Menu Left - The Left position of this menu in pixels

170,                          // Menu Width - Menus width in pixels

0,                            // Menu Border Width

"center",                     // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"

EasySampleStyle,              // Properties Array - this array is declared higher up as you can see above

0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)

,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center

//"Fade(duration=0.5);Alpha(style=0,opacity=85);Shadow(color=777777, Direction=135, Strength=5)",         // Filter - Text variable for setting transitional effects on menu activation - see above for more info
"Fade(duration=0);Alpha(style=0,opacity=100);Shadow(color=777777, Direction=0, Strength=0)",  // Filter - Text variable for setting transitional effects on menu activation - see above for more info

0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.

0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)

0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)

,                             // Position of TOP sub image left:center:right

,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount

0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)

0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)

,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)

,                             // Background image for menu Color must be set to transparent for this to work

,                            // Scrollable Menu

,                             // Miscellaneous Menu Properties

,"&nbsp;Car Loans","car_loans.htm",,,1
,"&nbsp;Truck Loans","truck_loans.htm",,,1
,"&nbsp;Commercial Machinery","commercial_machinery.htm",,,1
,"&nbsp;I.T Equipment","it_equipment.htm",,,1
,"&nbsp;Motor Finder Service","motor_finder_service.htm",,,1

])




addmenu(menu=[

"business-commercial",                   // Menu Name - This is needed in order for this menu to be called

310,                          // Menu Top - The Top position of this menu in pixels

"offset=-215",                          // Menu Left - The Left position of this menu in pixels

170,                          // Menu Width - Menus width in pixels

0,                            // Menu Border Width

"center",                     // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"

EasySampleStyle2,              // Properties Array - this array is declared higher up as you can see above

0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)

,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center

//"Fade(duration=0.5);Alpha(style=0,opacity=85);Shadow(color=777777, Direction=135, Strength=5)",         // Filter - Text variable for setting transitional effects on menu activation - see above for more info
"Fade(duration=0);Alpha(style=0,opacity=100);Shadow(color=777777, Direction=0, Strength=0)",  // Filter - Text variable for setting transitional effects on menu activation - see above for more info

0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.

0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)

0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)

,                             // Position of TOP sub image left:center:right

,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount

0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)

0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)

,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)

,                             // Background image for menu Color must be set to transparent for this to work

0,                            // Scrollable Menu

,                             // Miscellaneous Menu Properties


,"&nbsp;Commercial Property ","commercial_property.htm",,,1
,"&nbsp;Franchising","franchising.htm",,,1
,"&nbsp;Other Cash Flow Funding","other_funding.htm",,,1
,"&nbsp;Business Start Up","business_startup.htm",,,1
//,"&nbsp;Business Investment","business_investment.htm",,,1
,"&nbsp;Low Doc Commercial ","low_doc_commercial.htm",,,1
,"&nbsp;Agri & Child Care","agri_child_care.htm",,,1

])



addmenu(menu=[

"insurance_01",                   // Menu Name - This is needed in order for this menu to be called

341,                          // Menu Top - The Top position of this menu in pixels

"offset=-215",                          // Menu Left - The Left position of this menu in pixels

170,                          // Menu Width - Menus width in pixels

0,                            // Menu Border Width

"center",                     // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"

EasySampleStyle3,              // Properties Array - this array is declared higher up as you can see above

0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)

,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center

//"Fade(duration=0.5);Alpha(style=0,opacity=85);Shadow(color=777777, Direction=135, Strength=5)",         // Filter - Text variable for setting transitional effects on menu activation - see above for more info
"Fade(duration=0);Alpha(style=0,opacity=100);Shadow(color=777777, Direction=0, Strength=0)",         // Filter - Text variable for setting transitional effects on menu activation - see above for more info

0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.

0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)

0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)

,                             // Position of TOP sub image left:center:right

,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount

0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)

0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)

,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)

,                             // Background image for menu Color must be set to transparent for this to work

0,                            // Scrollable Menu

,                             // Miscellaneous Menu Properties


,"&nbsp;Motor Vehicle ","motor_vehicle.htm",,,1
,"&nbsp;Home and Contents","home-contents.htm",,,1
,"&nbsp;Other Insurance Products","other_insurance_products.htm",,,1
//,"&nbsp;Life and Trauma","life_and_trauma.htm",,,1
//,"&nbsp;Disclaimer","disclaimer.htm",,,1
//,"&nbsp;Income Protection","income_protection.htm",,,1

])





dumpmenus();


// ---------------------------------------------------------------------------------------------------------------------------
// Start Important menu Functions --------------//



function motorequip()
	{
	popup('motor-equip')
	}
	
function homeloans()
	{
	popup('home-loans')
	}

function businesscomm()
	{
	popup('business-commercial')
	}
	
function insurance()
	{
	popup('insurance_01')
	}


// End Important menu Functions --------------//

// ----------------------------------------------------------------------------------------------------------------------------