|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/ferrite.nh.ultranet/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Ferrite - High Power Microwave Systems & Technlogy | Industrial Micrwave Transmitters | High Power Microwave Generators & Parts | 2450 MHz Industrial Microwave Transmitter</title>
<link href="ferrite.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
#container {
position: absolute;
width: 980px;
top: 0px;
left: 45%;
margin-left:-440px;
visibility: visible;
}
#masthead {
position:absolute;
left:0px;
top:0px;
width:950px;
height:100px;
z-index:1;
visibility: visible;
}
#navTextProfile {
position:absolute;
left:33px;
top:114px;
width:106px;
height:19px;
z-index:2;
visibility: visible;
}
#navTextProducts {
position:absolute;
left:162px;
top:114px;
width:121px;
height:18px;
z-index:4;
visibility: visible;
}
#navTextMarkets {
position:absolute;
left:301px;
top:114px;
width:65px;
height:19px;
z-index:5;
visibility: visible;
}
#navTextSales {
position:absolute;
left:377px;
top:114px;
width:53px;
height:19px;
z-index:6;
visibility: visible;
}
#navTextNews {
position:absolute;
left:442px;
top:114px;
width:104px;
height:19px;
z-index:8;
visibility: visible;
}
#navTextContact {
position:absolute;
left:561px;
top:114px;
width:101px;
height:20px;
z-index:9;
visibility: visible;
}
#navTextSitemap {
position:absolute;
left:677px;
top:114px;
width:72px;
height:18px;
z-index:10;
visibility: visible;
}
#arrow {
position:absolute;
left:30px;
top:147px;
width:17px;
height:31px;
z-index:12;
visibility: visible;
}
#titleBox {
position:absolute;
left:44px;
top:144px;
width:905px;
height:5px;
z-index:11;
visibility: visible;
}
#flashHolder {
position:absolute;
left:30px;
top:182px;
width:346px;
height:266px;
z-index:1;
background-color: #999999;
visibility: visible;
}
#textBox {
position:absolute;
left:388px;
top:182px;
width:542px;
height:254px;
z-index:1;
background-color: #ECEBD3;
border: 1px solid #d3ccaa;
visibility: visible;
margin: 0px;
padding-top: 10px;
padding-left: 18px;
}
#systemsText {
position:absolute;
left:405px;
top:192px;
width:540px;
height:136px;
z-index:1;
}
#linksBox {
position:absolute;
left:30px;
top:460px;
width:918px;
height:134px;
z-index:1;
background-color: #F9F6DF;
border: 1px solid #d3ccaa;
visibility: visible;
}
#footerBox {
position:absolute;
left:0px;
top:627px;
width:980px;
height:64px;
z-index:1;
background-color: #DDD8AF;
border: 1px solid #958854;
visibility: visible;
}
#footerText {
position:absolute;
left:23px;
top:643px;
width:891px;
height:38px;
z-index:1;
visibility: visible;
}
#linksText-1 {
position:absolute;
left:50px;
top:466px;
width:145px;
height:109px;
z-index:1;
visibility: visible;
}
#linksText-2 {
position:absolute;
left:203px;
top:466px;
width:150px;
height:110px;
z-index:1;
}
#linksText-3 {
position:absolute;
left:386px;
top:466px;
width:136px;
height:110px;
z-index:1;
}
#linksText-4 {
position:absolute;
left:525px;
top:466px;
width:150px;
height:110px;
z-index:1;
}
#linksText-5 {
position:absolute;
left:699px;
top:466px;
width:150px;
height:110px;
z-index:1;
}
#navTextSpeak {
position:absolute;
left:770px;
top:114px;
width:178px;
height:20px;
z-index:1;
visibility: visible;
}
#legalText {
position:absolute;
left:22px;
top:701px;
width:774px;
height:27px;
z-index:1;
visibility: visible;
}
.style1 {font-size: 13px; text-decoration: none; font-weight: normal; font-family: Arial, Helvetica, Tahoma, sans-serif;}
-->
</style>
<script type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_setTextOfLayer(objName,x,newText) { //v4.01
if ((obj=MM_findObj(objName))!=null) with (obj)
if (document.layers) {document.write(unescape(newText)); document.close();}
else innerHTML = unescape(newText);
}
//-->
</script>
<!-- javascript that calls the HTML files to populate "copyBlock" in the "textBox" DIV -->
<script>
<!--
function ahah(url, target) {
document.getElementById(target).innerHTML = ' Fetching data...';
if (window.XMLHttpRequest) {
req = new XMLHttpRequest();
} else if (window.ActiveXObject) {
req = new ActiveXObject("Microsoft.XMLHTTP");
}
if (req != undefined) {
req.onreadystatechange = function() {ahahDone(url, target);};
req.open("GET", url, true);
req.send("");
}
}
function ahahDone(url, target) {
if (req.readyState == 4) { // only if req is "loaded"
if (req.status == 200) { // only if "OK"
document.getElementById(target).innerHTML = req.responseText;
} else {
document.getElementById(target).innerHTML=" AHAH Error:\n"+ req.status + "\n" +req.statusText;
}
}
}
function load(name, div) {
ahah(name,div);
return false;
}
-->
</script>
</head>
<body bgcolor="#EFEDD8">
<div id="container">
<div id="marketsBackground" class="systemsBackground"> </div>
<div id="masthead"><img src="images/masthead.jpg" alt="Ferrite Masthead" width="980" height="140" border="0" usemap="#Map" />
<map name="Map" id="Map"><area shape="rect" coords="15,12,213,96" href="index.html" />
</map></div>
<div id="navTextProfile">
<div align="center" class="navBarText"><a href="profile.html" class="navBarText">Company Profile </a></div>
</div>
<div id="navTextProducts">
<div align="center" class="navBarText"><a href="products.html" class="style1"><font color="#EA6F14">Products & Service</font></a></div>
</div>
<div id="navTextMarkets">
<div align="center" class="navBarText"><a href="markets.html" class="navBarText">Markets</a></div>
</div>
<div id="navTextSales">
<div align="center" class="navBarText"><a href="sales.html" class="navBarText">Sales</a></div>
</div>
<div id="navTextNews">
<div align="center" class="navBarText"><a href="news.html" class="navBarText">News & Events</a></div>
</div>
<div id="navTextContact">
<div align="center" class="navBarText"><a href="contact.html" class="navBarText">Contact Ferrite</a></div>
</div>
<div id="navTextSitemap">
<div align="center" class="navBarText"><a href="sitemap.html" class="navBarText">Site Map</a></div>
</div>
<div id="navTextSpeak" class="navBarText" ><a href="contact.html" class="navBarText"><strong>SPEAK WITH A SALES REP</strong></a> </div>
<!-- Breadcrumb Title and Text -->
<div id="arrow"><img src="images/arrow.gif" width="10" height="18" /></span></div>
<h1>
<div id="titleBox">PRODUCTS <span class="breadcrumbText"><strong>::</strong> <a href="products_systemsMain.html" class="breadcrumbText">INDUSTRIAL
MICROWAVE SYSTEMS</a> <strong>::</strong> MICROWAVE CAVITIES <strong>::</strong> MULTI-MODE </span></div>
</h1>
<!-- Breadcrumb End -->
<div id="flashHolder">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="346" height="266">
<param name="movie" value="flash/products_systemsMultimode.swf" />
<param name="quality" value="high" />
<embed src="flash/products_systemsMultimode.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="346" height="266"></embed>
</object>
</div>
<!-- javascript inserts html files into this div -->
<div id="textBox"></div>
<div id="systemsText"><span class="headlines">Multi-Mode Cavities </span><br />
<span class="text">Ferrite's Multi-mode cavities are designed to support a large number of microwave modes.<br />
At 915MHz the cavities are typically 6 to 12 feet long, 5 feet wide and 4 feet high. For<br />
continuous processing the cavities have input and output openings which have resonant<br />
pin structures to suppress microwave leakage but allow product to be conveyed on a<br />
non-metallic belt. For batch processing a door on the front of the cavity is provided for<br />
product loading and unloading. The microwaves are introduced to the cavity by either a<br />
Polarized or Rotary Antenna feed depending on the application.<br />
<br />
<br />
<a href="PDFs/multiMode.pdf" class="linksTextSubHeads">Spec Sheet PDF</a> <a href="#" class="linksTextSubHeads">Plan
Diagrams PDF</a></span></div>
<div id="linksBox"></div>
<div id="linksText-1"><span class="linksTextHead">Food Systems</span><br />
<span class="linksTextSubHeads">
<a href="products_tempering.html" class="linksTextSubHeads">Tempering</a><br />
<a href="products_tempering.html" class="linksTextSubHeads">Drying</a><br />
<a href="products_cooking.html" class="linksTextSubHeads">Cooking</a><br />
<a href="products_boosting.html" class="linksTextSubHeads">Boost Heating</a></span></span></div>
<div id="linksText-2"><span class="linksTextHead">Non-Food Systems</span><br />
<span class="linksTextSubHeads">
<a href="products_dryingNonfood.html" class="linksTextSubHeads">Drying & Boost Heating</a></span></div>
<div id="linksText-3"><span class="linksTextHead">Transmitters</span><br />
<a href="products_transmitter2024.html" class="linksTextSubHeads">GET 2024</a><br />
<a href="products_transmitter3000.html" class="linksTextSubHeads">GET 3000</a></span></div>
<div id="linksText-4"><span class="linksTextHead">Microwave Feeds</span><br />
<span class="linksTextSubHeads">
<a href="products_rotaryFeed.html" class="linksTextSubHeads">Rotary Antenna Feed</a></span><br />
<a href="products_polarFeed.html" class="linksTextSubHeads">Polarized Feed</a></div>
<div id="linksText-5"><span class="linksTextHead">Microwave Cavities</span><br />
<span class="linksTextSubHeads">
<span class="linksTextSubHeadsON">Multi Mode</span><br />
<a href="products_imagewave.html" class="linksTextSubHeads">Imagewave</a></span></div>
<div id="footerBox"></div>
<div class="footerText" id="footerText"><a href="index.html" class="footerText">Home</a> | <a href="profile.html" class="footerText">Company
Profile </a> | <a href="products.html" class="footerText">Products & Services </a> | <a href="markets.html" class="footerText">Markets</a> | <a href="sales.html" class="footerText">Sales</a> | <a href="profile.html" class="footerText">News & Events</a> | <a href="contact.html" class="footerText">Contact
Ferrite</a> | <a href="sitemap.html" class="footerText">Site Map </a> | <a href="contact.html" class="footerText">Speak with
a Sales Rep</a><br />
© 2013 Ferrite Microwave Technologies, LLC 165 Ledge Street, Nashua, NH 03060 | <strong>1-800-854-1466</strong> | <strong>603-881-5234</strong> | fax: <strong>603-881-5406</strong></div>
<div id="legalText" class="footerText" ><strong>Cage Code: 6X307</strong> Copyright 2013 Ferrite Microwave Technologies;
All Rights Reserved. <a href="http://www.scotthodgdon.com" class="footerText">Site by SH Design.</a></div>
<!-- DIV closing tag for Container --></div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61873875-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Start of Async HubSpot Analytics Code -->
<script type="text/javascript">
(function(d,s,i,r) {
if (d.getElementById(i)){return;}
var n=d.createElement(s),e=d.getElementsByTagName(s)[0];
n.id=i;n.src='//js.hs-analytics.net/analytics/'+(Math.ceil(new Date()/r)*r)+'/538492.js';
e.parentNode.insertBefore(n, e);
})(document,"script","hs-analytics",300000);
</script>
<!-- End of Async HubSpot Analytics Code -->
</body>
</html>