ivc-valves.com - information about domain
- Server Status: available
- Server IP: 97.74.144.235
- Server Response Time: 743ms
Site title
Indian Valve IVC - Sluice, Butterfly, Non Return Check, Air, Anti Vacuum, Diaphragm, Knife Gate Valve, Penstock for Water Supply, Distribution, Pumping Station, Sewage Treatment, Process Fluid Control, Steel Plant, Desalination, Irrigation - Válvulas IVC
Description
Indian Valve IVC designs, manufactures Sluice, Butterfly, Non Return Check, Air, Gates, Penstocks, Anti Vaccum, Auto Closing, Knife Gate and Diaphragm Valves used for Water Supply, Distribution, Pumping Station, Sewage Treatment, Process Fluid Control, St
Alexa information
Alexa rank: 13,295,706
Rank Trend
Bounce Trend
DNS Information
| Host: | Class: | Type: | IP: | TTL: | Target: | Other: |
| ivc-valves.com | IN | A | 97.74.144.235 | 3600 | ||
| ivc-valves.com | IN | MX | 3600 | mailstore1.secureserver.net | pri: 10 | |
| ivc-valves.com | IN | MX | 3600 | smtp.secureserver.net | ||
| ivc-valves.com | IN | SOA | 3600 | mname: ns05.domaincontrol.com rname: dns.jomax.net serial: 2010011000 refresh: 28800 retry: 7200 expire: 604800 minimum-ttl: 3600 |
||
| ivc-valves.com | IN | NS | 3600 | ns06.domaincontrol.com | ||
| ivc-valves.com | IN | NS | 3600 | ns05.domaincontrol.com |
Server Location
Site source
Show / hide source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta name="google-site-verification" content="TJ9vT9mxu7QIo8uut1u4zKiEOVLKE2i-59Sj7Hg948s" />
<META NAME="Description" CONTENT="Indian Valve IVC designs, manufactures Sluice, Butterfly, Non Return Check, Air, Gates, Penstocks, Anti Vaccum, Auto Closing, Knife Gate and Diaphragm Valves used for Water Supply, Distribution, Pumping Station, Sewage Treatment, Process Fluid Control, Steel Plant, Desalination, Irrigation.">
<title>Indian Valve IVC - Sluice, Butterfly, Non Return Check, Air, Anti Vacuum, Diaphragm, Knife Gate Valve, Penstock for Water Supply, Distribution, Pumping Station, Sewage Treatment, Process Fluid Control, Steel Plant, Desalination, Irrigation - Válvulas IVC - Valves built to last</title>
<link rel="stylesheet" type="text/css" href="styles/ivpl.css" />
<script type="text/javascript">
var ivpl_menuObj; // Reference to the menu div
var currentZIndex = 1000;
var liIndex = 0;
var visibleMenus = new Array();
var activeMenuItem = false;
var timeBeforeAutoHide = 1200; // Microseconds from mouse leaves menu to auto hide.
var ivpl_menu_arrow = 'http://www.dhtmlgoodies.com/scripts/dhtmlgoodies-menu2/images/arrow.gif';
var MSIE = navigator.userAgent.indexOf('MSIE')>=0?true:false;
var isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox')>=0?true:false;
var navigatorVersion = navigator.appVersion.replace(/.*?MSIE ([0-9]\.[0-9]).*/g,'$1')/1;
var menuBlockArray = new Array();
var menuParentOffsetLeft = false;
// {{{ getStyle()
/**
* Return specific style attribute for an element
*
* @param Object el = Reference to HTML element
* @param String property = Css property
* @private
*/
function getStyle(el,property)
{
if (document.defaultView && document.defaultView.getComputedStyle) {
var retVal = null;
var comp = document.defaultView.getComputedStyle(el, '');
if (comp){
retVal = comp[property];
if(!retVal){
var comp = document.defaultView.getComputedStyle(el, null);
retVal = comp.getPropertyCSSValue(property);
}
}
if(retVal==null)retVal='';
return el.style[property] || retVal;
}
if (document.documentElement.currentStyle && MSIE){
var value = el.currentStyle ? el.currentStyle[property] : null;
return ( el.style[property] || value );
}
return el.style[property];
}
function getTopPos(inputObj)
{
var origInputObj = inputObj;
var returnValue = inputObj.offsetTop;
if(inputObj.tagName=='LI' && inputObj.parentNode.className=='menuBlock1'){
var aTag = inputObj.getElementsByTagName('A')[0];
if(aTag)returnValue += aTag.parentNode.offsetHeight;
}
var topOfMenuReached = false;
while((inputObj = inputObj.offsetParent) != null){
if(inputObj.parentNode.id=='ivpl_menu')topOfMenuReached=true;
if(topOfMenuReached && !inputObj.className.match(/menuBlock/gi) || (!MSIE && origInputObj.parentNode.className=='menuBlock1')){
var style = getStyle(inputObj,'position');
if(style=='absolute' || style=='relative'){
return returnValue;
}
}
returnValue += inputObj.offsetTop;
}
return returnValue;
}
function getLeftPos(inputObj)
{
var returnValue = inputObj.offsetLeft;
var topOfMenuReached = false;
while((inputObj = inputObj.offsetParent) != null){
if(inputObj.parentNode.id=='ivpl_menu')topOfMenuReached=true;
if(topOfMenuReached && !inputObj.className.match(/menuBlock/gi)){
var style = getStyle(inputObj,'position');
if(style=='absolute' || style=='relative')return returnValue;
}
returnValue += inputObj.offsetLeft;
}
return returnValue;
}
function showHideSub()
{
var attr = this.parentNode.getAttribute('currentDepth');
if(navigator.userAgent.indexOf('Opera')>=0){
attr = this.parentNode.currentDepth;
}
this.className = 'currentDepth' + attr + 'over';
if(activeMenuItem && activeMenuItem!=this){
activeMenuItem.className=activeMenuItem.className.replace(/over/,'');
}
activeMenuItem = this;
var numericIdThis = this.id.replace(/[^0-9]/g,'');
var exceptionArray = new Array();
// Showing sub item of this LI
var sub = document.getElementById('subOf' + numericIdThis);
if(sub){
visibleMenus.push(sub);
sub.style.display='';
sub.parentNode.className = sub.parentNode.className + 'over';
exceptionArray[sub.id] = true;
}
// Showing parent items of this one
var parent = this.parentNode;
while(parent && parent.id && parent.tagName=='UL'){
visibleMenus.push(parent);
exceptionArray[parent.id] = true;
parent.style.display='';
var li = document.getElementById('dhtmlgoodies_listItem' + parent.id.replace(/[^0-9]/g,''));
if(li.className.indexOf('over')<0)li.className = li.className + 'over';
parent = li.parentNode;
}
hideMenuItems(exceptionArray);
}
function hideMenuItems(exceptionArray)
{
/*
Hiding visible menu items
*/
var newVisibleMenuArray = new Array();
for(var no=0;no<visibleMenus.length;no++){
if(visibleMenus[no].className!='menuBlock1' && visibleMenus[no].id){
if(!exceptionArray[visibleMenus[no].id]){
var el = visibleMenus[no].getElementsByTagName('A')[0];
visibleMenus[no].style.display = 'none';
var li = document.getElementById('dhtmlgoodies_listItem' + visibleMenus[no].id.replace(/[^0-9]/g,''));
if(li.className.indexOf('over')>0)li.className = li.className.replace(/over/,'');
}else{
newVisibleMenuArray.push(visibleMenus[no]);
}
}
}
visibleMenus = newVisibleMenuArray;
}
var menuActive = true;
var hideTimer = 0;
function mouseOverMenu()
{
menuActive = true;
}
function mouseOutMenu()
{
menuActive = false;
timerAutoHide();
}
function timerAutoHide()
{
if(menuActive){
hideTimer = 0;
return;
}
if(hideTimer<timeBeforeAutoHide){
hideTimer+=100;
setTimeout('timerAutoHide()',99);
}else{
hideTimer = 0;
autohideMenuItems();
}
}
function autohideMenuItems()
{
if(!menuActive){
hideMenuItems(new Array());
if(activeMenuItem)activeMenuItem.className=activeMenuItem.className.replace(/over/,'');
}
}
function initSubMenus(inputObj,initOffsetLeft,currentDepth)
{
var subUl = inputObj.getElementsByTagName('UL');
if(subUl.length>0){
var ul = subUl[0];
ul.id = 'subOf' + inputObj.id.replace(/[^0-9]/g,'');
ul.setAttribute('currentDepth' ,currentDepth);
ul.currentDepth = currentDepth;
ul.className='menuBlock' + currentDepth;
ul.onmouseover = mouseOverMenu;
ul.onmouseout = mouseOutMenu;
currentZIndex+=1;
ul.style.zIndex = currentZIndex;
menuBlockArray.push(ul);
ul = ivpl_menuObj.appendChild(ul);
var topPos = getTopPos(inputObj);
var leftPos = getLeftPos(inputObj)/1 + initOffsetLeft/1;
ul.style.position = 'absolute';
ul.style.left = leftPos + 'px';
ul.style.top = topPos + 'px';
var li = ul.getElementsByTagName('LI')[0];
while(li){
if(li.tagName=='LI'){
li.className='currentDepth' + currentDepth;
li.id = 'dhtmlgoodies_listItem' + liIndex;
liIndex++;
var uls = li.getElementsByTagName('UL');
li.onmouseover = showHideSub;
if(uls.length>0){
var offsetToFunction = li.getElementsByTagName('A')[0].offsetWidth+2;
if(navigatorVersion<6 && MSIE)offsetToFunction+=15; // MSIE 5.x fix
initSubMenus(li,offsetToFunction,(currentDepth+1));
}
if(MSIE){
var a = li.getElementsByTagName('A')[0];
a.style.width=li.offsetWidth+'px';
a.style.display='block';
}
}
li = li.nextSibling;
}
ul.style.display = 'none';
if(!document.all){
//ivpl_menuObj.appendChild(ul);
}
}
}
function resizeMenu()
{
var offsetParent = getLeftPos(ivpl_menuObj);
for(var no=0;no<menuBlockArray.length;no++){
var leftPos = menuBlockArray[no].style.left.replace('px','')/1;
menuBlockArray[no].style.left = leftPos + offsetParent - menuParentOffsetLeft + 'px';
}
menuParentOffsetLeft = offsetParent;
}
/*
Initializing menu
*/
function initDhtmlGoodiesMenu()
{
ivpl_menuObj = document.getElementById('ivpl_menu');
var aTags = ivpl_menuObj.getElementsByTagName('A');
for(var no=0;no<aTags.length;no++){
var subUl = aTags[no].parentNode.getElementsByTagName('UL');
if(subUl.length>0 && aTags[no].parentNode.parentNode.parentNode.id != 'ivpl_menu'){
var img = document.createElement('IMG');
img.src = ivpl_menu_arrow;
aTags[no].appendChild(img);
}
}
var mainMenu = ivpl_menuObj.getElementsByTagName('UL')[0];
mainMenu.className='menuBlock1';
mainMenu.style.zIndex = currentZIndex;
mainMenu.setAttribute('currentDepth' ,1);
mainMenu.currentDepth = '1';
mainMenu.onmouseover = mouseOverMenu;
mainMenu.onmouseout = mouseOutMenu;
var mainMenuItemsArray = new Array();
var mainMenuItem = mainMenu.getElementsByTagName('LI')[0];
mainMenu.style.height = mainMenuItem.offsetHeight + 2 + 'px';
while(mainMenuItem){
mainMenuItem.className='currentDepth1';
mainMenuItem.id = 'dhtmlgoodies_listItem' + liIndex;
mainMenuItem.onmouseover = showHideSub;
liIndex++;
if(mainMenuItem.tagName=='LI'){
mainMenuItem.style.cssText = 'float:left;';
mainMenuItem.style.styleFloat = 'left';
mainMenuItemsArray[mainMenuItemsArray.length] = mainMenuItem;
initSubMenus(mainMenuItem,0,2);
}
mainMenuItem = mainMenuItem.nextSibling;
}
for(var no=0;no<mainMenuItemsArray.length;no++){
initSubMenus(mainMenuItemsArray[no],0,2);
}
menuParentOffsetLeft = getLeftPos(ivpl_menuObj);
window.onresize = resizeMenu;
ivpl_menuObj.style.visibility = 'visible';
}
window.onload = initDhtmlGoodiesMenu;
</script>
<script type="text/javascript">
<!--
function changeLang()
{
var selectedLang = document.getElementById("select_lang").value;
document.location.href = "/ChangeLocaleServlet?locale=" + selectedLang + "&curPage=../index.jsp";
}
var dimages=new Array();
var numImages=7;
for (i=0; i<numImages; i++)
{
dimages[i]=new Image();
dimages[i].src="http://ivc-valves.com/images/image"+(i+1)+".jpg";
}
var curImage=-1;
function swapPicture()
{
if (document.images)
{
var nextImage=curImage+1;
if (nextImage>=numImages)
nextImage=0;
if (dimages[nextImage] && dimages[nextImage].complete)
{
var target=0;
if (document.images.myImage)
target=document.images.myImage;
if (document.all && document.getElementById("myImage"))
target=document.getElementById("myImage");
// make sure target is valid. It might not be valid
// if the page has not finished loading
if (target)
{
target.src=dimages[nextImage].src;
curImage=nextImage;
}
setTimeout("swapPicture()", 5000);
}
else
{
setTimeout("swapPicture()", 500);
}
}
}
setTimeout("swapPicture()", 5000);
//-->
</script>
<style type="text/css">
<!--
.style1 {color: #000000}
-->
</style>
</head>
<body >
<div id="mainContainer">
<div id="headerContainer">
<table align='right' cellpadding="0" cellspacing="0">
<Tr>
<td valign="bottom">
<a href="http://ivc-valves.com/pages/sitemap.jsp" class="dog"> <font size="1" face="Arial"> Sitemap </font></a>
|
<a href="http://ivc-valves.com/pages/career.jsp" class="dog"> <font size="1" face="Arial"> Career </font></a>
|
<font size="1" face="Arial"> Language: </font></td>
<td>
<img id='img_country_flag' src='images/flag_en.gif' height='15'>
<select id='select_lang' onChange='changeLang()'>
<option value='es' >Castellano</option>
<option value='de' >Deutsch</option>
<option value='fr' >Francais</option>
<option value='en' selected>English</option>
<option value='it' >Italiano</option>
<option value='pt_br' >Portuguese</option>
</select>
</td>
</tr>
</table>
<p align="left"><img align="bottom" src="http://ivc-valves.com/images/ivc_logo3.jpg" border="0" height="64" />
<font color="#FFFFFF" size="+1" face="Arial, Helvetica, sans-serif" > <b> Valves built to last ™ </b> </font></p>
<!-- home / sitemap /careers / Select Language-->
<div id="ivpl_menu">
<ul>
<li><a href="http://ivc-valves.com/pages/company.jsp"> About Us </a>
<ul>
<li><a href="http://ivc-valves.com/pages/company.jsp"> Company </a></li>
<li><a href="http://ivc-valves.com/pages/history.jsp"> History </a></li>
<li><a href="http://ivc-valves.com/pages/gallery.jsp"> Gallery </a></li>
<li><a href="http://ivc-valves.com/pages/chairmans_vision.jsp"> Chairman's Vision </a></li>
</ul>
</li>
<li><a href="http://ivc-valves.com/pages/ivc_metal_seated_sluice_valve.jsp"> Products </a>
<ul>
<li><a href="http://ivc-valves.com/pages/ivc_metal_seated_sluice_valve.jsp">Sluice Gate Valve</a>
<ul>
<li><a href="http://ivc-valves.com/pages/ivc_metal_seated_sluice_valve.jsp">Metal Seated</a></li>
<li><a href="http://ivc-valves.com/pages/ivc_non_rising_sluice_valve.jsp">Resilient Seated (Non Rising)</a></li>
<li><a href="http://ivc-valves.com/pages/ivc_outside_rising_sluice_valve.jsp">Resilient Seated (Rising Spindle)</a></li>
</ul>
</li>
<li><a href="http://ivc-valves.com/pages/ivc_double_flanged_butterfly_valve_valvula_mariposa.jsp">Butterfly Valve</a>
<ul>
<li><a href="http://ivc-valves.com/pages/ivc_double_flanged_butterfly_valve_valvula_mariposa.jsp">Double Flanged Butterfly Valve (eccentric)</a></li>
<li><a href="http://ivc-valves.com/pages/ivc_wafer_butterfly_valve_valvula_mariposa.jsp"> Wafer Butterfly Valve - "K" Series (centric)</a></li>
<li><a href="http://ivc-valves.com/pages/ivc_butterfly_valve_h_series_valvula_mariposa.jsp">Low Torque Electrically Operated Wafer Butterfly Valve -"H" series (centric)</a> </li>
</ul>
</li>
<li><a href="http://ivc-valves.com/pages/ivc_non_return_check_valve.jsp">Check (Non return) Valve</a>
<ul>
<li><a href="http://ivc-valves.com/pages/ivc_non_return_single_door_check_valve.jsp">Single Door</a></li>
<li><a href="http://ivc-valves.com/pages/ivc_non_return_dual_plate_check_valve.jsp">Dual Plate</a></li>
<li><a href="http://ivc-valves.com/pages/ivc_non_return_slanted_seat_check_valve.jsp">Slanted Seat</a></li>
<li><a href="http://ivc-valves.com/pages/ivc_non_return_tilting_disc_check_valve.jsp">Tilting Disc</a></li>
<li><a href="http://ivc-valves.com/pages/ivc_non_return_multi_door_check_valve.jsp">Multi Door</a></li>
</ul>
</li>
<li><a href="http://ivc-valves.com/pages/ivc_sluice_gate_valve_valvula_de_compuerta.jsp">Sluice Gate / Penstock</a></li>
<li><a href="http://ivc-valves.com/pages/ivc_air_valve.jsp">Air Valve</a>
<ul>
<li><a href="http://ivc-valves.com/pages/ivc_double_air_valve.jsp">Double Air Valve</a></li>
<li><a href="http://ivc-valves.com/pages/ivc_combination_air_valve.jsp">Combination Air Valve</a></li>
<li><a href="http://ivc-valves.com/pages/ivc_kinetic_air_valve.jsp">Kinetic Air Valve</a></li>
</ul>
</li>
<li><a href="http://ivc-valves.com/pages/ivc_anti_vacuum_valve.jsp">Anti Vacuum Valve</a></li>
<li><a href="http://ivc-valves.com/pages/ivc_auto_self_closing_valve.jsp">Auto Closing Valve</a>
<ul>
<li><a href="http://ivc-valves.com/pages/ivc_auto_self_closing_valve.jsp">Auto Self Closing Valve</a></li>
<li><a href="http://ivc-valves.com/pages/ivc_auto_electro_closing_valve.jsp">Electro Hydraulically Operated</a></li>
</ul>
</li>
<li><a href="http://ivc-valves.com/pages/ivc_knife_gate_valve.jsp">Knife Gate Valve</a>
<ul>
<li><a href="http://ivc-valves.com/pages/ivc_knife_gate_valve_dual_flow.jsp">Dual Flow</a></li>
<li><a href="http://ivc-valves.com/pages/ivc_knife_gate_valve_uni_flow.jsp">Uni Flow</a></li>
</ul>
</li>
<li><a href="http://ivc-valves.com/pages/ivc_diaphragm_valve_valvula_diafragma.jsp"> Diaphragm Valve </a></li>
<li><a href="http://ivc-valves.com/pages/valve_design_engineering_services.jsp"> Services </a></li>
</ul>
</li>
<li><a href="http://ivc-valves.com/pages/certifications.jsp"> Quality </a>
<ul>
<li><a href="http://ivc-valves.com/pages/certifications.jsp"> Certifications </a></li>
<li><a href="http://ivc-valves.com/pages/process.jsp"> Process </a></li>
<li><a href="http://ivc-valves.com/pages/client_certificates.jsp"> Client Certificates </a></li>
</ul>
</li>
<li><a href="http://ivc-valves.com/pages/industry_sectors.jsp"> Implementations </a>
<ul>
<li><a href="http://ivc-valves.com/pages/industry_sectors.jsp"> Industry Sectors </a></li>
<li><a href="http://ivc-valves.com/pages/projects.jsp"> Water Supply Projects </a></li>
<li><a href="http://ivc-valves.com/pages/client.jsp"> Clients </a></li>
</ul>
</li>
<li><a href="http://ivc-valves.com/pages/enquiry.jsp"> Contact Us </a>
<ul>
<li><a href="http://ivc-valves.com/pages/enquiry.jsp">Enquiry </a></li>
<li><a href="http://ivc-valves.com/pages/locations.jsp">Locations </a></li>
<li><a href="http://ivc-valves.com/pages/agent.jsp">Partner with us </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id="left_panel">
<!-- <img width="165px" src="http://ivc-valves.com/images/happy_new_year.jpg" /> -->
<font color="black">
<h3> News </h3>
Despite the global recession, overseas buyers continue to evince keen interest in IVC valves, notably the GCC countries. Following visit to the recently concluded Singapore Water Week and Expo, strategic alliances with two key global players were established. This will open new markets for IVC as also pave the way for entry of new products and services into the Indian market.
</font>
<div>
<p> <img width="150px" src="http://ivc-valves.com/images/Ivc_home_img.jpg" alt="news" /> </p>
<p><img width="150px" src="http://ivc-valves.com/images/Indianvalveinspect.jpg" alt="news" /></p>
<font color="black">Finer points of the Dual Flow Knife Gate Valve being explained to an English buyer </font>
</div>
</div>
<div id="main_panel">
<table>
<tr>
<td>
<img border=0 align="left" WIDTH="710px" height="175px" ID="myImage" NAME="myImage" src="http://ivc-valves.com/images/image1.jpg"></IMG>
</td>
</tr>
</table>
<div id="panel1">
<h3 align="center" class="panel_header"> Our Offerings </h3>
<img src="http://ivc-valves.com/images/products2.jpg" width="224px" height="50px"/>
<ul class="mini_panel">
<li class="mini_panel"><a class="mini_panel" href="http://ivc-valves.com/pages/ivc_metal_seated_sluice_valve.jsp"> <b>Sluice Valves </b></a> </li>
<li class="mini_panel"><a class="mini_panel" href="http://ivc-valves.com/pages/ivc_double_flanged_butterfly_valve_valvula_mariposa.jsp"><b>Butterfly Valve </b></a> </li>
<li class="mini_panel"><a class="mini_panel" href="http://ivc-valves.com/pages/ivc_non_return_check_valve.jsp"><b>Non return Valve </b></a> </li>
</ul>
</div>
<div id="panel2">
<h3 align="center" class="panel_header"> Quality Always </h3>
<img src="http://ivc-valves.com/images/valve_geothermalpipeline2.jpg" width="224px" height="50px"/>
<ul class="mini_panel">
<li class="mini_panel"><a class="mini_panel" href="http://ivc-valves.com/pages/certifications.jsp"><b> ISO 9001 </b></a> </li>
<li class="mini_panel"><a class="mini_panel" href="http://ivc-valves.com/pages/process.jsp"><b> Process </b></a></li>
<li class="mini_panel"><a class="mini_panel" href="http://ivc-valves.com/pages/client_certificates.jsp"><b> Client Certificates </b></a></li>
</ul>
</div>
<div id="panel3">
<h3 align="center" class="panel_header"> Projects Executed </h3>
<img src="http://ivc-valves.com/images/sewage_treatment2.jpg" width="224px" height="50px"/>
<ul class="mini_panel">
<li class="mini_panel" ><a class="mini_panel" href="http://ivc-valves.com/pages/industry_sectors.jsp"><b> Industry Sectors </b></a></li>
<li class="mini_panel" ><a class="mini_panel" href="http://ivc-valves.com/pages/projects.jsp"><b> Water Supply Projects </b></a></li>
<li class="mini_panel" ><a class="mini_panel" href="http://ivc-valves.com/pages/client.jsp"><b> Clients </b></a></li>
</ul>
</div>
<div id="panel4">
<h3> IVC - Valves built to last! </h3>
<p>Indian Valve (IVC) designs and manufactures Sluice Valves, Butterfly Valves, Non Return (Check) Valves, Air Valves, Sluice Gates, Penstocks, Anti Vaccum Valves, Auto Closing Valves, Knife Gate Valves and Diaphragm Valves. Around the world, the "IVC" brand is synonymous with rugged design, high quality materials, well built and long lasting valves. But don't take our word for it, come see for yourself some of our valves that are still working at the site for 25+ years! Indian Valve (IVC) is the number 1 valve company in India!</p>
<p> The origin of Indian Valve goes back to September 1966, following closure in India of Glenfield and Kennedy Limited, a renowned hydraulic valve manufacturing Company of Scotland. A new name and a new logo,"IVC", was born. Using knowledge gained in the years before promoting IVC, the promoters were able to quickly establish a reputation of its own, struck roots in West Bengal, ventured out and established a manufacturing Plant in Nashik, Maharashtra. <br />
<br />
During the year 1976 the Company introduced a range of Butterfly valves, manufactured in technical association with J. Blakeborough & Sons Ltd. of England. During 1991 "IVI", a new brand was launched to compliment the existing range of products, manufactured at its plant in West Bengal. A recent technical collaboration has enabled the company to manufacture resilient wedge gate valves at its Nashik plant. <br />
<br />
Besides supplying to the water boards, sewage projects, thermal/atomic power stations, steel plants and process industries within the country, "IVC/IVI" valves also found application overseas (USA, the British Isles, South East Asia and the Middle East). <br />
With over 4 decades in the design and manufacture of valves and penstocks, myriads of satisfied customers within and without the country, Indian Valve together with their overseas technology associates, look forward, with renewed vigour, to the exciting prospects of associating with discerning customers , consultants, contracting companies and organisations engaged in the field of: </p>
<ul>
<li class="arrow"> Treatment, Pumping & communicating water </li>
<li class="arrow"> Desalination & DM water plants </li>
<li class="arrow"> Irrigation - pumping & distribution </li>
<li class="arrow"> Civil construction involving water & air </li>
<li class="arrow"> Sea water application </li>
<li class="arrow"> Process fluid control </li>
<li class="arrow"> HVAC & Fire fighting </li>
<li class="arrow"> Complete system monitoring & control of municipal water, 24x7 water distribution and irrigation systems. </li>
</ul>
<p><br />
</p>
</div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</div>
</div>
<table align='center' id="bottom_panel">
<tr>
<td align='center' >
<a href="http://ivc-valves.com/pages/copyright.jsp" class="dog"> <font size="2" face="Arial"> Copyright </font></a>
|
<a href="http://ivc-valves.com/pages/terms_and_conditions.jsp" class="dog"> <font size="2" face="Arial"> Terms and Conditions </font></a>
|
<a href="http://ivc-valves.com/pages/privacy_policy.jsp" class="dog"> <font size="2" face="Arial"> Privacy Policy </font></a></td>
</tr>
</table>
</body>
</html>