<!--
var imgs = new Array(); 
var imgcnt = 0; 
var thisimg = 0;
imgs[imgcnt++] = '<strong>Hearing Aid (Pocket type) Moderate/StrongClass</strong> <br> Address:<br> GN Resound (I) Pvt.Ltd. Elite House, Plot 37, Mahesh-C Wing, Sector -15, Navi Mumbai CBD Belapur Mumbai<br> Maharashtra - 400614<br> Phone: 022-27578207/08 Fax: 022-27575213<br> Email: <a href="mailto:xenon@vsnl.com">xenon@vsnl.com</a>';
imgs[imgcnt++] = '<strong>SUPER-SWIFT (OTMP)-COMFORT (ONH) Body level hearing aids, Strong class, with Air Conduction receiver</strong> <br>Address:<br> Ear Help India 2/63 Lalita  Park, Laxmi Nagar, Delhi -110092<br>Phone: 22412758 Mobile: 9810010217';
imgs[imgcnt++] = '<strong>Hearing Aid (Pocket type) Mild, Moderate &amp; Strong Class</strong><br>Address:<br> Elkon Pvt.Ltd. B-33, Nand Bhuvan Industrial Estate, Mahakali Road, Andheri (E) Mumbai<br> Maharashtra- 400 093.';
imgs[imgcnt++] = '<strong>Body Level Hearing Aids, Strong Class</strong><br>Address:<br> Electrotech Corporation E-57 Industrial Area Phase VIII Mohali Punjab';
imgs[imgcnt++] = '<strong>Strong, Mild and Moderate class</strong><br>Address:<br>Arphi Electronics Pvt. Ltd. No.13, Dhana Sekaran Street, First  Floor,  Kodambakkam Chennai<br> Tamil Nadu-600024 <br>Phone: 91-44-24837714 Fax: 91-44-24336987';
imgs[imgcnt++] = '<strong>Body Level Hearing Aids Without telephone coil (induction coil), air conduction receiver type</strong><br>Address:<br>Artificial Limbs Manufacturing Corporation of India G.T.Road Kanpur Kanpur Nagar<br> Uttar Pradesh-208016<br> Phone: 2770173 <br>Email: <a href="mailto:alimco_hq@vsnl.net">alimco_hq@vsnl.net</a>';
imgs[imgcnt++] = '<strong>ALPS Strong Class with or without induction coil</strong><br>Address:<br>Alps International Limited, C-29, Meerut Road Industrial Area Ghaziabad<br> Uttar Pradesh<br> Phone: 2713639 Fax: 2718917<br> Email: <a href="mailto:alpssoft@vsnl.com">alpssoft@vsnl.com</a>';
 
function nextImg() {
if (document.images) {
  thisimg++;
  if (thisimg >= imgcnt) thisimg = 0;
  document.getElementById('rollimg').innerHTML = imgs[thisimg];
}
}
function prevImg() {
if (document.images) {
  thisimg--;
  if (thisimg < 0) thisimg = imgcnt-1;
  document.getElementById('rollimg').innerHTML = imgs[thisimg];
}
} 

-->
