Microtek Leads the Way in Microencapsulation Technology/*****************************************************************************Copyright (c) 2001 Thomas Brattli (www.dhtmlcentral.com)******************************************************************************///Menu object creationoCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname//Menu properties oCMenu.pxBetween=0oCMenu.fromLeft=5 oCMenu.fromTop=130 oCMenu.rows=1 oCMenu.menuPlacement="center" oCMenu.offlineRoot="" oCMenu.onlineRoot="" oCMenu.resizeCheck=1 oCMenu.wait=1000 oCMenu.fillImg="cm_fill.gif"oCMenu.zIndex=0//Background bar propertiesoCMenu.useBar=1oCMenu.barWidth="0"oCMenu.barHeight="menu" oCMenu.barClass="clBar"oCMenu.barX=0 oCMenu.barY=130oCMenu.barBorderX=0oCMenu.barBorderY=0oCMenu.barBorderClass=""//Level properties - ALL properties have to be specified in level 0oCMenu.level[0]=new cm_makeLevel() //Add this for each new leveloCMenu.level[0].width=120oCMenu.level[0].height=20 oCMenu.level[0].regClass="clLevel0"oCMenu.level[0].overClass="clLevel0over"oCMenu.level[0].borderX=1oCMenu.level[0].borderY=1oCMenu.level[0].borderClass="clLevel0border"oCMenu.level[0].offsetX=0oCMenu.level[0].offsetY=0oCMenu.level[0].rows=0oCMenu.level[0].arrow=0oCMenu.level[0].arrowWidth=0oCMenu.level[0].arrowHeight=0oCMenu.level[0].align="bottom"//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove thisoCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)oCMenu.level[1].width=oCMenu.level[0].width-2oCMenu.level[1].height=20oCMenu.level[1].regClass="clLevel1"oCMenu.level[1].overClass="clLevel1over"oCMenu.level[1].borderX=1oCMenu.level[1].borderY=1oCMenu.level[1].align="right" oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20oCMenu.level[1].offsetY=0oCMenu.level[1].borderClass="clLevel1border"//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove thisoCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)oCMenu.level[2].width=120oCMenu.level[2].height=20oCMenu.level[2].offsetX=0oCMenu.level[2].offsetY=0oCMenu.level[2].regClass="clLevel2"oCMenu.level[2].overClass="clLevel2over"oCMenu.level[2].borderClass="clLevel2border"/******************************************Menu item creation:myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) *************************************/oCMenu.makeMenu('top0','',' HOME','index.html','',65,20,'','','','','','','','')oCMenu.makeMenu('sub0','top0','Related Links','links.html','',120,20,'','','','','','','','')oCMenu.makeMenu('top1','',' COMPANY PROFILE','companyprofile.html','',140,20,'','','','','','','','')oCMenu.makeMenu('sub10','top1','About Us','aboutus.html','',120,20,'','','','','','','','')oCMenu.makeMenu('sub11','top1','Our Promise','promise.html','',120,20,'','','','','','','','')oCMenu.makeMenu('sub12','top1','Quality','quality.html','',120,20,'','','','','','','','')oCMenu.makeMenu('sub13','top1','Technical Overview','technical_overview.html','',120,20,'','','','','','','','')oCMenu.makeMenu('top2','',' OUR SERVICES','services.html','',125,20,'','','','','','','','') oCMenu.makeMenu('sub22','top2','Manufacturing Services','manuservices.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub21','top2','Laboratory Services','labservices.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub20','top2','Research & Development','randd.html','',155,20,'','','','','','','','')oCMenu.makeMenu('top3','',' PRODUCTS & MARKETS','products.html','',170,20,'','','','','','','','') oCMenu.makeMenu('sub30','top3','Phase Change Materials (PCM’s)','phasechange.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub301','sub30',' MicroPCM’s','micropcm.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub302','sub30',' MacroPCM’s','macropcm.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub303','top3','Fracturing Fluid Additives - Oil & Gas Wells','fractflu.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub304','top3','Microencapsulated Inks and Coatings','imagineinks.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub305','sub304','Imaging Inks and Coatings','imagineinks.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub306','top3','Paint and Coating Additives','paintcoat.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub307','sub306','Biocides for Paint Additives','paintcoat.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub3071','sub306','Impact Indicating Coatings','impact.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub308','top3','Textiles','textiles.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub309','top3','Sealants & Adhesives','sealants.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub331','sub309','Lubricants','sealants.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub310','top3','Oil Field Chemicals','oilfield.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub311','sub310','Gel Breakers for Fracturing Fluids','fractflu.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub312','sub310','Corrosion and Scale Inhibitors','oilfield.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub313','sub310','Enzymes','oilfield.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub314','top3','Agrochemicals','agrochemicals.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub315','sub314','Pheromones','agrochemicals.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub316','sub314','Herbicides','agrochemicals.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub317','sub314','Insecticides and Pesticides','agrochemicals.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub318','sub314','Microbiocides','agrochemicals.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub319','top3','Water Soluble Materials','watersol.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub320','top3','Imaging Systems','imagingsys.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub321','sub320','Electroluminescent Phosphors','imagingsys.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub322','sub320','Dyes and Colorants','imagingsys.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub323','sub320','Leuco Dyes','imagineinks.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub324','sub320','Color Indicating Systems','imagingsys.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub325','sub320','Impact Indicating Coatings','impact.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub326','sub320','Imaging Coating Materials','imagecoat.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub327','top3','Reactive Chemicals','reactive.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub328','sub327','Microencapsulated Catalysts','reactive.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub329','sub327','Curing Agents','reactive.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub330','top3','Personal Care','personalcare.html','',255,20,'','','','','','','','')oCMenu.makeMenu('sub331','top3','Fragrances','fragrances.html','',255,20,'','','','','','','','')oCMenu.makeMenu('top4','',' CAPABILITIES','capability.html','',115,20,'','','','','','','','') oCMenu.makeMenu('sub40','top4','Technical Capabilities','techcapability.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub41','top4','Microcapsule Core Materials','materials.html','',155,20,'','','','','','','','')oCMenu.makeMenu('top5','',' CONTACT US','contactus.html','',87,20,'','','','','','','','')oCMenu.makeMenu('sub51','top5','Contact Info','contactus.html','',155,20,'','','','','','','','') oCMenu.makeMenu('sub52','top5','Online Analysis Request','analysisrequest.html','',155,20,'','','','','','','','') oCMenu.makeMenu('sub53','top5','Airport and Hotel Info','airportandhotels.html','',155,20,'','','','','','','','')oCMenu.makeMenu('sub54','top5','Directions to Microtek','directions.html','',155,20,'','','','','','','','')//Leave this line - it constructs the menuoCMenu.construct() Microtek Leads the Way in Microencapsulation Technologies “Microencapsulation is not an end in itself; it is merely the means by which we help our clients reach their objectives” Since 1985, Microtek’s main focus has been on developing, marketing, and manufacturing microencapsulated materials and products of the highest quality for industrial and military applications. Some of our core competencies include: ENCAPSULATED PHASE CHANGE MATERIALS Presently, Microtek specializes in producing microencapsulated Phase Change Materials for applications used for temperature regulation in clothing, upholstery, packaging, building materials and other products. Click here to view a technical data sheet for thermal properties of typical PCMs. NEW! Click here to view a list of our microPCM products and corresponding Product Data Sheets. FRACTURING FLUIDS FOR GAS AND OIL For several years, one of Microtek’s main products has been microencapsulated chemical gel breakers for fracturing fluids used in the oil and gas industry. WATER-SOLUBLE MATERIALS The technology used to produce the chemical gel breakers mentioned previously led to a core competency for Microtek in producing microencapsulated water-soluble materials which are extremely stable and impervious when dispersed in water. OTHER COMPETENCIES Over its 20-year history, Microtek has developed competencies in other areas as well, such as agrochemicals, fragrances, lotions, deodorants, paints, coatings, imaging inks, carbonless paper systems, films, foams, adhesives, lubricants and composites. Home | About Us | Our Promise |Quality | Technical Overview | Manufacturing Services | Laboratory Services | Research & Development| Products & Markets | Encapsulated Phase Change Materials (PCM's) | Thermal Properties of Typical PCMs Data Sheet | MicroPCM's | MacroPCM's | Fracturing Fluid Additives - Oil & Gas Wells | Microencapsulated Inks and Coatings | Imaging Inks and Coatings | Carbonless Paper Systems | Paint and Coating Additives | Biocides for Paint Additives | Textiles | Sealants & Adhesives | Lubricants | Oil Field Chemicals | Gel Breakers for Fracturing Fluids | Corrosion and Scale Inhibitors | Enzymes | Agrochemicals | Pheromones | Herbicides | Insecticides and Pesticides | Microbiocides | Water Soluble Materials | Imaging Systems | Electroluminescent Phosphors | Dyes and Colorants | Leuco Dyes | Color Indicating Systems | Impact Indicating Coatings | Imaging Coating Materials | Reactive Chemicals | Microencapsulated Catalysts | Curing Agents | Personal Care | Fragrances | Technical Capabilities | Microcapsule Core Materials | Contact Us | Online Analysis Request |Airport & Hotel Information | Print Directions | Related Links Website Design by WEBSOURCE LLC |
|