<!--
         //   BUILDING THE LEFT MENU  //  
        //  ex:  addTo_leftMenuArr("TEXT", "LINK", "CLASS", "CLASS Mouse Over","Background Color", Sub Menu Array);
	    //  ex:  addTo_leftMenuArr("Click Here", "yourpage.html", "left_menu_style1", "left_menu_style1_over","#FA45E3", arrSubLeftMenu1 );

 	    //   SPACER(S)  //
        //addTo_leftMenuArr("", "", "left_menu_div_spacer", "","#e3e7ed");
        
        //#  Setting Support Sub Menu  #//
       
 	    //   Maintenance  //
        addTo_leftMenuArr("Maintenance", "support/maintenance.php", "left_menu_div_style1", "left_menu_div_style1_o");

 	    //   SupportWeb  //
        addTo_leftMenuArr("SupportWeb", "support/supportWeb/index.php", "left_menu_div_style1", "left_menu_div_style1_o");

 	    //   Support Contacts  //
        addTo_leftMenuArr("Support Contacts", "support/supportContacts.php", "left_menu_div_style1", "left_menu_div_style1_o");

 	    //  License Request  //
        addTo_leftMenuArr("License Request", "support/licenseRequest.php", "left_menu_div_style1", "left_menu_div_style1_o");

 	    //   License Transfer  //
        addTo_leftMenuArr("License Transfer", "support/licenseTransfer.php", "left_menu_div_style1", "left_menu_div_style1_o");
//-->