-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
269 lines (248 loc) · 14.6 KB
/
index.html
File metadata and controls
269 lines (248 loc) · 14.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<html>
<head>
<title>BaHN Automation</title>
<link href="/images/bahnico.ico" rel="shortcut icon" title="Bahn Automation" type="" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name=="description" content="BaHN Automation is a company, which takes pride in design and development of Electronic Products & Systems for diverse application areas viz., Railways, Defence, Aerospace, Process Industries and others." />
<meta name="keywords" content="Automation, Electronic, Control Systems, Embedded Control, Microcontroller, Data Acquisition, Data Logger, Datalogger, Energy Optimization, Defence, Aerospace, Railway, Custom Products, Power Supplies" />
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript">
function newImage(arg) {
if (document.images) {
rslt = new Image();
rslt.src = arg;
return rslt;
}
}
function changeImages() {
if (document.images && (preloadFlag == true)) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
}
}
}
var preloadFlag = false;
function preloadImages() {
if (document.images) {
index_09_over = newImage("images/index_09_over.gif");
//index_01_campus_over = newImage("images/index_01-campus_over.gif");
//index_01_acadamics_over = newImage("images/index_01-acadamics_over.gif");
//index_01_admission_over = newImage("images/index_01-admission_over.gif");
//index_01_montes_over = newImage("images/index_01-montes_over.gif");
//index_01_facility_over = newImage("images/index_01-facility_over.gif");
//index_01_aboutus_over = newImage("images/index_01-aboutus_over.gif");
//index_01_contactus_over = newImage("images/index_01-contactus_over.gif");
//index_01_faq_over = newImage("images/index_01-faq_over.gif");
//index_01_sitemap_over = newImage("images/index_01-sitemap_over.gif");
//index_01_location_over = newImage("images/index_01-location_over.gif");
preloadFlag = true;
}
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
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_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
<style type="text/css">
.style4 {
color: #FF0000;
font-weight: bold;
font-style: italic;
}
.style17 {
color: #FF0000;
font-weight: bold;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
.style19 {
color: #666666;
font-weight: bold;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.style20 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.style21 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #000066;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/index_08_over.gif','images/index_08p_over.gif','images/index_08se_over.gif')">
<table id="Table_01" width="946" height="804"align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','207','height','111','src','flash/logo2','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','flash/logo2' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="207" height="111">
<param name="movie" value="flash/logo2.swf">
<param name="quality" value="high">
<embed src="flash/logo2.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="207" height="111"></embed>
</object></noscript></td>
<td colspan="5">
<img src="images/index_03.gif" width="736" height="111" alt=""></td>
<td width="1" rowspan="5">
<img src="images/aboutus_04.gif" width="1" height="310" alt=""></td>
<td width="1">
<img src="images/spacer.gif" width="1" height="111" alt=""></td>
</tr>
<tr>
<td colspan="8"><img src="images/index_05.gif" width="943" height="5" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="5" alt=""></td>
</tr>
<tr>
<td colspan="8"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','943','height','123','src','flash/comp_2','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','flash/comp_2' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="943" height="123">
<param name="movie" value="flash/comp_2.swf">
<param name="quality" value="high">
<embed src="flash/comp_2.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="943" height="123"></embed>
</object>
</noscript></td>
<td>
<img src="images/spacer.gif" width="1" height="123" alt=""></td>
</tr>
<tr>
<td height="31" colspan="3"><img src="images/index_07.gif" width="207" height="31" border="0"></td>
<td colspan="5"><img src="images/index_08_over.gif" alt="" name="Image1" width="736" height="31" border="0" usemap="#Image1Map" id="Image1"></td>
<td>
<img src="images/spacer.gif" width="1" height="31" alt=""></td>
</tr>
<tr>
<td colspan="3" rowspan="3" bgcolor="f4e7bd"> </td>
<td colspan="2" bgcolor="f4e7bd"> </td>
<td width="447" rowspan="2"><img src="images/index_11h.gif" width="446" height="41" alt=""></td>
<td colspan="2" bgcolor="f4e7bd"> </td>
<td>
<img src="images/spacer.gif" width="1" height="40" alt=""></td>
</tr>
<tr>
<td width="21" rowspan="5" bgcolor="f4e7bd"> </td>
<td width="1" rowspan="5" bgcolor="f4e7bd"> </td>
<td width="245" bgcolor="f4e7bd"><img src="images/aboutus_16.gif" width="243" height="1" alt=""></td>
<td colspan="2" rowspan="5" bgcolor="f4e7bd"> </td>
<td>
<img src="images/spacer.gif" width="1" height="1" alt=""></td>
</tr>
<tr>
<td colspan="2" rowspan="4" bgcolor="f4e7bd"><p align="justify"><span class="style17">BaHN</span><span class="style19"> Automation</span> <span class="style20">is a company, which takes pride in design and development of technologically intensive <span class="style4">“Electronic Products & Systems”</span> for diverse application areas viz., Railways, Defence, Aerospace, Process Industries and others.</span></p>
<p align="justify" class="style20">We have endeavored in successful development and supply of both custom designed and standard <span class="style4">“Electronic Products & Systems”</span> for niche clientele:-</p>
<ol>
<li class="style20">Import substitution of Traction Electronic Products and Sub-Systems for Indian Railways</li>
<li class="style20">Customized Analog Control Systems for Defence</li>
<li class="style20">Customized Automated Test Equipments, Data Acquisition Systems for Aerospace</li>
<li class="style20">Energy Optimization Systems for Compressed Air Management for number of Process Industries in India and Abroad </li>
</ol>
<p align="justify"><span class="style17">BaHN</span><span class="style19"> Automation</span> <span class="style20">is <span class="style4">“Dedicated to Control Technics”</span> and has the necessary expertise and capability in providing cost effective solutions for development of technologically intensive Analog, Digital, Embedded Control Systems and also import substitution of <span class="style4">“Electronic Products & Systems” </span>for various applications.</span></p>
<p align="justify"> </p>
<p align="justify"> </p>
<p align="justify"> </p>
<div align="justify"></div></td>
<td>
<img src="images/spacer.gif" width="1" height="10" alt=""></td>
</tr>
<tr>
<td width="19" rowspan="3" bgcolor="f4e7bd"> </td>
<td width="173" rowspan="2" bgcolor="f4e7bd"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','170','height','30','ondblclick','return document.MM_returnValue','src','flash/notice','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','flash/notice' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="170" height="30" onDblClick="return document.MM_returnValue">
<param name="movie" value="flash/notice.swf">
<param name="quality" value="high">
<embed src="flash/notice.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="170" height="30"></embed>
</object>
</noscript></td>
<td width="15" rowspan="3" bgcolor="f4e7bd"> </td>
<td height="19">
<img src="images/spacer.gif" width="1" height="17" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="1" height="17" alt=""></td>
</tr>
<tr>
<td width="173" bgcolor="f4e7bd"><div align="center"><img src="pictures/image_home2.jpg" width="160" height="200" border="0"></div></td>
<td height="382">
<img src="images/spacer.gif" width="1" height="382" alt=""></td>
</tr>
<tr>
<td colspan="8"><img src="images/index_34.gif" width="943" height="63" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="413,27,455,40" href="services.html" target="_self">
<area shape="rect" coords="570,27,613,40" href="aboutus.html" target="_self">
<area shape="rect" coords="627,27,678,40" href="contactus.html" target="_self">
<area shape="rect" coords="689,27,722,40" href="clients.html" target="_self">
<area shape="rect" coords="732,27,772,40" href="sitemap.html" target="_self">
<area shape="rect" coords="809,44,940,57" href="http://www.dreamzimage.com" target="_blank">
<area shape="rect" coords="531,27,557,40" href="#" target="_self">
<area shape="rect" coords="470,27,524,40" href="download.html" target="_self">
<area shape="rect" coords="300,27,400,40" href="cust_prod.html" target="_self">
<area shape="rect" coords="262,27,294,40" href="home.html" target="_self">
</map></td>
<td>
<img src="images/aboutus_25.gif" width="1" height="63" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="63" alt=""></td>
</tr>
<tr>
<td height="2">
<img src="images/spacer.gif" width="19" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="173" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="15" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="21" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="445" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="243" height="1" alt=""></td>
<td width="23">
<img src="images/spacer.gif" width="23" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="1" alt=""></td>
<td></td>
</tr>
</table>
<map name="Image1Map">
<area shape="rect" coords="190,8,241,25" href="services.html" target="_self" onMouseOver="MM_swapImage('Image1','','images/index_08se_over.gif',1)" onMouseOut="MM_swapImgRestore()">
<area shape="rect" coords="40,8,89,25" href="home.html" onMouseOver="MM_swapImage('Image1','','images/index_08_over.gif',1)" onMouseOut="MM_swapImgRestore()">
<area shape="rect" coords="114,8,169,25" href="cust_prod.html" target="_self" onMouseOver="MM_swapImage('Image1','','images/index_08p_over.gif',1)" onMouseOut="MM_swapImgRestore()">
<area shape="rect" coords="256,8,321,25" href="download.html" target="_self" onMouseOver="MM_swapImage('Image1','','images/index_08d_over.gif',1)" onMouseOut="MM_swapImgRestore()">
<area shape="rect" coords="344,8,374,25" href="#" target="_self" onMouseOver="MM_swapImage('Image1','','images/index_08faq_over.gif',1)" onMouseOut="MM_swapImgRestore()">
<area shape="rect" coords="407,8,462,25" href="aboutus.html" target="_self" onMouseOver="MM_swapImage('Image1','','images/index_08a_over.gif',1)" onMouseOut="MM_swapImgRestore()">
<area shape="rect" coords="476,8,535,25" href="contactus.html" target="_self" onMouseOver="MM_swapImage('Image1','','images/index_08c_over.gif',1)" onMouseOut="MM_swapImgRestore()">
<area shape="rect" coords="552,8,607,25" href="clients.html" target="_self" onMouseOver="MM_swapImage('Image1','','images/index_08cl_over.gif',1)" onMouseOut="MM_swapImgRestore()">
<area shape="rect" coords="624,8,679,25" href="sitemap.html" target="_self" onMouseOver="MM_swapImage('Image1','','images/index_08s_over.gif',1)" onMouseOut="MM_swapImgRestore()">
</map>
</body>
</html>