|
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;
}
#navTextSpeak {
position:absolute;
left:770px;
top:114px;
width:178px;
height:20px;
z-index:1;
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:203px;
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;
}
#linksText-1 {
position:absolute;
left:50px;
top:466px;
width:350px;
height:109px;
z-index:1;
visibility: visible;
}
#linksText-2 {
position:absolute;
left:414px;
top:466px;
width:313px;
height:110px;
z-index:1;
}
#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;
}
#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;}
.style2 {font-size: 12px; line-height: 16px; font-weight: bold; text-decoration: underline; font-family: Arial, Helvetica, sans-serif, Tahoma;}
#spinWaveLogo {
position:absolute;
left:398px;
top:207px;
width:139px;
height:2px;
z-index:1;
}
-->
</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="#" class="breadcrumbText">UNIQUE
TECHNOLOGIES - CAPABILITIES - DISCIPLINES</a> <strong>::</strong> SPIN-WAVE DRYER <strong></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_spinWave.swf" />
<param name="quality" value="high" />
<embed src="flash/products_spinWave.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="spinWaveLogo"><img src="images/products/spinWaveLogo.jpg" width="145" height="21" /></div>
<div id="systemsText"><span class="headlines"> Industrial
Dryer</span><br />
<span class="text">Ferrite's Patent-Pending Spin-Wave Industrial Microwave Dryer employs our <a href="/products_techPolarFeed.html" class="linksTextSubHeads">Polarized<br />
Feeds</a> (patented) in combination with an Imagewave
applicator. The resulting standing<br />
microwave field removes a significant portion of the water from materials in the form of<br />
an aerosol and subsequently requires far less energy (approximately 800 BTU's per<br />
pound of water removed) than conventional drying technologies, including others<br />
employing the use of microwave energy. Quite simply, this is one of the most efficient<br />
and effective drying technologies available on the market today and has been field-<br />
proven by Ferrite in a variety of applications.<br />
<br />
</span></div>
<div id="linksBox"></div>
<div id="linksText-1"><span class="linksTextHead">Unique Technologies, Capabilities & Disciplines</span><br />
<span class="linksTextSubHeads">
<span class="linksTextSubHeadsON">Spin-Wave Industrial Dryer</span><br />
<a href="products_techVAT10.html" class="linksTextSubHeads">VAT-10</a><br />
<a href="products_techPolarFeed.html" class="linksTextSubHeads">Polar Feeds </a><br />
<a href="products_techImagewave.html" class="linksTextSubHeads">ImageWave</a></span></div>
<div id="linksText-2"><span class="linksTextHead"> </span><br />
<span class="linksTextSubHeads">
<a href="products_techCaptiveMachining.html" class="linksTextSubHeads">Captive Machining </a><br />
<a href="products_techQA.html" class="linksTextSubHeads">Quality Assurance & Product Testing </a><br />
<a href="products_techControls.html" class="linksTextSubHeads">Controls & Programming </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>