 /*

   --- menu items ---

   note that this structure has changed its format since previous version.

   additional third parameter is added for item scope settings.

   Now this structure is compatible with Tigra Menu GOLD.

   Format description can be found in product documentation.

 */





  var MENU_ITEMS1 = [

   ['<img name="products" onMouseOver="ChangeNavImage(this.name)" onMouseOut="ChangeNavImageBack(this.name)" src="images/nav/products.gif" border=0>', 'products.html', null,

       ['Overview','products.html'],['Patch & Putty','products_patch.html'],

        ['Paints & Primers','products_paints.html'],

       ['Sealers & Repellents','products_sealer.html'],

        ['Inks & Releasants','products_inks.html'],

        ['PolyQuik','products_polyquick.html'],

      ['Polyurethane','products_polyurethane.html'],

        ['Polyurea','products_polyurea.html'],

       ['SpikeFast','http://www.spikefast.com',{'tw':'blank'}],

      ['Equipment','http://www.pre-tec.com',{'tw':'blank'}],
      
      ['Extenders & Fillers','products.html#Extenders',],
      
      ['Tape & Gloves','products.html#Sandpaper',],
      
   ]

 ];



  var MENU_ITEMS2 = [

   ['<img name="services" onMouseOver="ChangeNavImage(this.name)" onMouseOut="ChangeNavImageBack(this.name)" src="images/nav/services.gif" border=0>', 'services.html', null,

       ['Overview','services.html'], ['Replacement Parts','services_replacement_parts.html'],

          ['CNC Machining','services_cnc_machining.html'],

   ],

 ];



  var MENU_ITEMS3 = [

   ['<img name="company" onMouseOver="ChangeNavImage(this.name)" onMouseOut="ChangeNavImageBack(this.name)" src="images/nav/company.gif" border=0>', 'company.html', null,

       ['Overview','company.html'],['Mission Statement','company_mission_statement.html'],

   ],

 ];
