|
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/images/ |
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>Industrial Microwave Technology - Systems, Components, and Spare Parts</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;
}
#mapHolder {
position:absolute;
left:26px;
top:303px;
width:474px;
height:250px;
z-index:1;
visibility: visible;
}
#textBox {
position:absolute;
left:557px;
top:182px;
width:399px;
height:359px;
z-index:1;
background-color: #FFFFFF;
visibility: visible;
margin: 0px;
padding-top: 0px;
padding-left: 14px;
border-top: none;
border-right: none;
border-bottom: none;
border-left: 1px solid #6B5C2C;
}
#copyBlock {
position:absolute;
left:608px;
top:192px;
width:335px;
height:226px;
z-index:1;
}
#linksBox {
position:absolute;
left:30px;
top:564px;
width:918px;
height:174px;
z-index:1;
background-color: #F9F6DF;
border: 1px solid #d3ccaa;
visibility: visible;
}
#footerBox {
position:absolute;
left:0px;
top:827px;
width:980px;
height:64px;
z-index:1;
background-color: #DDD8AF;
border: 1px solid #958854;
visibility: visible;
}
#footerText {
position:absolute;
left:23px;
top:843px;
width:891px;
height:38px;
z-index:1;
visibility: visible;
}
#linksText-1 {
position:absolute;
left:95px;
top:570px;
width:285px;
height:109px;
z-index:1;
visibility: visible;
}
#linksText-2 {
position:absolute;
left:525px;
top:570px;
width:224px;
height:110px;
z-index:1;
}
#linksText-3 {
position:absolute;
left:698px;
top:598px;
width:178px;
height:89px;
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:901px;
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;}
#textLeft {
position:absolute;
left:36px;
top:172px;
width:529px;
height:102px;
z-index:1;
}
#emailAddresses {
position:absolute;
left:95px;
top:748px;
width:793px;
height:60px;
z-index:1;
}
#linksText-4 {
position:absolute;
left:254px;
top:598px;
width:220px;
height:128px;
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="salesBackground" class="salesBackground"> </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="navBarText">Products & Service</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="style1"><font color="#EA6F14">Sales</font></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="http://blog.ferriteinc.com" class="navBarText">Blog</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">SALES </div>
</h1>
<!-- Breadcrumb End -->
<div class="headlines" id="textLeft">We're ready to assist you all over the world.<br />
<span class="text">Our sales department is able to offer you prompt quotes for systems, components, and<br />
parts. We are also able to help customers with all aspects of the sales process from<br />
quotation to shipment. Our customer service representatives have extensive product<br />
knowledge and will assist you in every way possible. We also work closely with our<br />
engineering, purchasing, production and technical departments to offer our customers<br />
the best possible price and delivery.</span></div>
<div id="mapHolder"><img src="images/sales_images/worldMap.gif" width="509" height="266" /></div>
<!-- javascript inserts html files into this div -->
<div id="textBox"><img src="images/sales_images/salesMontage.jpg" width="384" height="353" /></div>
<div id="linksBox"></div>
<div id="linksText-1"><span class="linksTextHead">Components & Integrated Assemblies </span><br />
<span class="linksTextSubHeads">
<a href="/sales/us_comp.html" class="linksTextSubHeads" onclick="load('sales/us_comp.html','textBox');return false;">United States </a><br />
<a href="/sales/china_comp.html" class="linksTextSubHeads" onclick="load('sales/china_comp.html','textBox');return false;">China</a><br />
<a href="/sales/france_comp.html" class="linksTextSubHeads" onclick="load('sales/france_comp.html','textBox');return false;">France</a><br />
<a href="/sales/gernmany_comp.html" class="linksTextSubHeads" onclick="load('sales/germany_comp.html','textBox');return false;">Germany</a><br />
<a href="/sales/india_comp.html" class="linksTextSubHeads" onclick="load('sales/india_comp.html','textBox');return false;">India</a><br />
<a href="/sales/israel_comp.html" class="linksTextSubHeads" onclick="load('sales/israel_comp.html','textBox');return false;">Israel</a><br />
<a href="/sales/italy_comp.html" class="linksTextSubHeads" onclick="load('sales/italy_comp.html','textBox');return false;">Italy</a><br />
</span></span></div>
<div id="linksText-4"><span class="linksTextSubHeads">
<a href="/sales/spain_comp.html" class="linksTextSubHeads" onclick="load('sales/spain_comp.html','textBox');return false;">Spain</a><br />
<a href="/sales/japan_comp.html" class="linksTextSubHeads" onclick="load('sales/japan_comp.html','textBox');return false;">Japan</a>
</span></div>
<div id="linksText-2"><span class="linksTextHead">Industrial Microwave Systems </span><br />
<span class="linksTextSubHeads">
<a href="/sales/us_systems.html" class="linksTextSubHeads" onclick="load('sales/us_systems.html','textBox');return false;">United States</a><br />
<a href="/sales/australia_systems.html" class="linksTextSubHeads" onclick="load('sales/australia_systems.html','textBox');return false;">Australia</a><br />
<a href="/sales/brazil_systems.html" class="linksTextSubHeads" onclick="load('sales/brazil_systems.html','textBox');return false;">Brazil</a><br />
<a href="/sales/chile_systems.html" class="linksTextSubHeads" onclick="load('sales/chile_systems.html','textBox');return false;">Chile</a><br />
<a href="/sales/china_systems.html" class="linksTextSubHeads" onclick="load('sales/china_systems.html','textBox');return false;">China / Southeast Asia</a><br />
<a href="/sales/denmark_systems.html" class="linksTextSubHeads" onclick="load('sales/denmark_systems.html','textBox');return false;">Denmark</a><br />
<a href="/sales/france_systems.html" class="linksTextSubHeads" onclick="load('sales/france_systems.html','textBox');return false;">France</a></span></div>
<div id="linksText-3">
<span class="linksTextSubHeads">
<a href="/sales/hongkong_systems.html" class="linksTextSubHeads" onclick="load('sales/hongkong_systems.html','textBox');return false;">Hong Kong </a><br />
<a href="/sales/japan_systems.html" class="linksTextSubHeads" onclick="load('sales/japan_systems.html','textBox');return false;">Japan</a><br />
<a href="/sales/korea_systems.html" class="linksTextSubHeads" onclick="load('sales/korea_systems.html','textBox');return false;">Korea</a><br />
<a href="/sales/africa_systems.html" class="linksTextSubHeads"
onclick="load('sales/africa_systems.html','textBox');return false;">Mid-East & Africa </a><br />
<a href="/sales/newzealand_systems.html" class="linksTextSubHeads" onclick="load('sales/newzealand_systems.html','textBox');return false;">New Zealand </a><br />
<a href="/sales/netherlands_systems.html" class="linksTextSubHeads" onclick="load('sales/netherlands_systems.html','textBox');return false;">Netherlands</a></span></div>
<div class="textEmail" id="emailAddresses"><strong>SALES CONTACT E-MAIL ADDRESSES: <br />
Nataliya Androsovych:</strong> <SCRIPT TYPE="text/javascript">emailE=('nataliya@' + 'ferriteinc.com')
document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')</script>
<strong>Fraser
Tibbetts:</strong> <SCRIPT TYPE="text/javascript">emailE=('ftibbetts@' + 'ferriteinc.com')
document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')</script><br />
<strong>Nick Sarris:</strong> <SCRIPT TYPE="text/javascript">emailE=('sarris@' + 'ferriteinc.com')
document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')</script>
<strong>Nataliya
Androsovych:</strong> <SCRIPT TYPE="text/javascript">emailE=('nataliya@' + 'ferriteinc.com')
document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')</script> </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="http://blog.ferriteinc.com" class="footerText">Blog</a> | <a href="sitemap.html" class="footerText">Site Map </a> | <a href="contact.html" class="footerText">Speak with
a Sales Rep</a><br />
© 2015 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 2015 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>
</span></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>