ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- InstanceBegin template="/Templates/sub.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- InstanceBeginEditable name="doctitle" --> <title>Ind Swift</title> <!-- InstanceEndEditable --> <link href="standards.css" rel="stylesheet" type="text/css"> <!-- InstanceBeginEditable name="head" --> <!-- InstanceEndEditable --> <style type="text/css"> <!-- a:link { color: #6A6A6A; text-decoration: none; } a.link:visited { text-decoration: none; color: #6A6A6A; } a.link:hover { text-decoration: underline; color: #42758B; } a.link:active { text-decoration: none; color: #6A6A6A; } a.pro2 { color: #0000CC; text-decoration: none; } a.pro2:visited { text-decoration: none; color: #0000CC; } a.pro2:hover { text-decoration: underline; color: #0000CC; } a.pro2:active { text-decoration: none; color: #0000CC; } body { margin-top: 0px; } --> </style> <style type="text/css"> .menutitle{ cursor:pointer; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; color:#520184; width:181px; text-align:left; font-weight:bold; font-family : tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size :11px; } .submenu{ margin-top: 0px; margin-left: 0px; margin-bottom: 0px; color:#000000; text-align:left; font-weight:bold; font-family : tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size :11px; } .sub_submenu{ margin-top: 0px; margin-left: 0px; margin-bottom: 0px; color:#520184; text-align:left; font-weight:bold; font-family : tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size :11px; } a.sublink { color:#6A6A6A; text-align:left; font-weight:normal; line-height:22px; text-decoration:none; font-family : Arial,Verdana, tahoma, Geneva, Helvetica, sans-serif; font-size :11px; padding-left : 5px; } a.sublink:hover { color:#42758B; text-align:left; font-weight:normal; line-height:22px; font-family : Arial,tahoma, Geneva, Verdana, Helvetica, sans-serif; font-size :11px; text-decoration:none; padding-left : 5px; } </style> <script type="text/javascript"> var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc) var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only if (document.getElementById){ //DynamicDrive.com change document.write('<style type="text/css">\n') document.write('.submenu{display: none;}\n') document.write('</style>\n') } function SwitchMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change if(el.style.display != "block"){ //DynamicDrive.com change for (var i=0; i<ar.length; i++){ if (ar[i].className=="submenu") //DynamicDrive.com change ar[i].style.display = "none"; } el.style.display = "block"; }else{ el.style.display = "none"; } } } function SwitchSubMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("facilities").getElementsByTagName("span"); //DynamicDrive.com change if(el.style.display != "block"){ //DynamicDrive.com change for (var i=0; i<ar.length; i++){ if (ar[i].className=="sub_submenu") //DynamicDrive.com change ar[i].style.display = "none"; } el.style.display = "block"; }else{ el.style.display = "none"; } } } function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function onloadfunction(){ if (persistmenu=="yes"){ var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=get_cookie(cookiename) if (cookievalue!="") document.getElementById(cookievalue).style.display="block" } } function savemenustate(){ var inc=1, blockid="" while (document.getElementById("sub"+inc)){ if (document.getElementById("sub"+inc).style.display=="block"){ blockid="sub"+inc break } inc++ } var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid document.cookie=cookiename+"="+cookievalue } if (window.addEventListener) window.addEventListener("load", onloadfunction, false) else if (window.attachEvent) window.attachEvent("onload", onloadfunction) else if (document.getElementById) window.onload=onloadfunction if (persistmenu=="yes" && document.getElementById) window.onunload=savemenustate function funAuth(stock) { if(Number(stock)<1) { alert("Sorry! This item is out of stock."); return false; } } </script> </head> <body> <table width="775" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"> <img src="../images/logo-indswift.gif" width="179" height="42" vspace="7"></td> </tr> <tr> <td height="27" valign="middle" bgcolor="#6F97CD"> <div align="right"> <table width="40%" align="right" cellpadding="0" cellspacing="0" style="padding-right: 15px"> <tr> <td> <div align="center"> <a href="sitemap.htm"> <img src="../images/homelink-sitemap.gif" width="56" height="11" border="0"></a></div> </td> <td> <div align="center"> <a href="contact-us.htm"> <img src="../images/homelink-contact.gif" width="71" height="8" border="0"></a></div> </td> <td> <div align="center"> <a href="../index.htm"> <img src="../images/homelink.gif" width="44" height="9" border="0"></a></div> </td> </tr> </table> </div> </td> </tr> <tr> <td valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"> <td width="200" align="left"> <!-- Keep all menus within masterdiv--> <div id="masterdiv"> <table cellspacing="1" cellpadding="2" width="100%" border="0"> <tr> <td> <div class="menutitle" onclick="SwitchMenu('aboutus')"> <img src="../images/nav-about-us.gif" border="0"></div> </td> </tr> <tr> <td> <span class="submenu" id="aboutus"><a href="about/ceo%27page.htm" class="sublink">&#x2022; CEO's Page</a><br> <a href="about/profile.htm" class="sublink">&#x2022; Profile</a><br> <a href="about/priorites.htm" class="sublink">&#x2022; Priorities</a><br> <a href="about/milestones.htm" class="sublink">&#x2022; Milestones</a><br> <a href="about/alliances.htm" class="sublink">&#x2022; Alliances</a><br> <a href="about/accolades-and-achievment.htm" class="sublink">&#x2022; Achievements</a></span></td> </tr> <tr height="22"> <td height="22"> <div class="menutitle" onclick="SwitchMenu('product')"> <img src="../images/nav-products.gif" width="180" height="22" border="0"></div> </td> </tr> <tr> <td> <span class="submenu" id="product"><a href="products.htm" class="sublink">&#x2022; Product List </a><span class="submenu" id="product"><a href="products/anti-diabetics.htm" class="sublink">&#x2022; Anti-Diabetic</a></span> <br> <a href="products/anti-diarrheal.htm" class="sublink">&#x2022; Anti-Diarrheal</a><br> <a href="products/anti-depressant.htm" class="sublink">&#x2022; Anti-Depressant</a><br> <a href="products/anti-infectives.htm" class="sublink">&#x2022; Anti-Infectives</a><br> <a href="products/anti-histamine.htm" class="sublink">&#x2022; Antihistamine</a><br> <a href="products/cardiovasculars.htm" class="sublink">&#x2022; Cardiovasculars</a><br> <a href="products/aromatase-inhibitors.htm" class="sublink">&#x2022; Aromatase Inhibitors</a><br> <a href="products/erectile-dysfunction.htm" class="sublink">&#x2022; Erectile Dysfunction</a><br> </span> </td> </tr> <tr> <td> <div class="menutitle" onclick="SwitchMenu('financial')"> <img src="../images/nav-financial.gif" border="0"></div> </td> </tr> <tr> <td> <span class="submenu" id="financial"><a href="financial/board-of-directors.htm" class="sublink"> &#x2022; Board of Directors</a><br> <a href="financial/shareholding-pattern.htm" class="sublink">&#x2022; Shareholding Pattern</a><br> <a href="financial/quarterly-results.htm" class="sublink">&#x2022; Quarterly Results</a><br> <a href="financial/annual-reports.htm" class="sublink">&#x2022; Annual Reports</a><br> </span> </td> </tr> <tr> <td> <div class="menutitle" onclick="SwitchMenu('manufacturing')"> <img src="../images/nav-manufacturing.gif" border="0"></div> </td> </tr> <tr> <td> <span class="submenu" id="manufacturing"><a href="manufacturing/overview.html" class="sublink"> &#x2022; Overview</a><br> <a href="manufacturing/formulations.html" class="sublink">&#x2022; Formulations</a><br> <a href="manufacturing/facilities.htm" class="sublink">&#x2022; Facility</a><br> <a href="manufacturing/safety-health.html" class="sublink">&#x2022; Safety Health &amp; Environment</a><br> </span> </td> </tr> <tr> <td> <div class="menutitle" onclick="SwitchMenu('quality')"> <img src="../images/nav-quality.gif" border="0"></div> </td> </tr> <tr> <td> <span class="submenu" id="quality"><a href="quality/quality-control.htm" class="sublink"> &#x2022; Quality Control</a><br> <a href="quality/quality-assurance.htm" class="sublink">&#x2022; Quality Assurance</a><br> </span> </td> </tr> <tr height="22"> <td height="22"> <a href="marketing.htm"> <img src="../images/nav-marketing.gif" border="0"></a></td> </tr> <tr height="22"> <td height="22"> <a href="careers.htm"> <img src="../images/nav-careers.gif" border="0"></a></td> </tr> <tr height="22"> <td height="22"> <a href="news-and-media.htm"> <img src="../images/nav-news.gif" border="0"></a></td> </tr> <tr> <td> <div class="menutitle" onclick="SwitchMenu('rd')"> <a href="research-and-development.htm"> <img src="../images/nav-r-and-d.gif" border="0"></a></div> </td> </tr> <tr height="22"> <td height="22"> <div class="menutitle"> <a href="business-oppurtunities.htm"> <img src="../images/nav-business.gif" width="180" height="22" border="0"></a></div> </td> </tr> </table> </div> </td> <td width="1" background="../images/nav-spacer.jpg"> </td> <td width="565"> <div align="right"> <!-- InstanceBeginEditable name="EditRegion1" --> <table width="100%" align="center" cellpadding="0" cellspacing="0"> <tr> <td> <div align="left"> <img src="../images/about-us/ind-swift.jpg" width="392" height="96"></div> </td> </tr> <tr> <td height="30" valign="middle" background="../images/sub-hd-img.jpg"> <div align="right"> <img src="../images/hd-contact-us.gif" width="85" height="13"></div> </td> </tr> <tr> <td> <table width="95%" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2" class="subheading"> &nbsp;</td> </tr> <tr> <td colspan="2" class="subheading"> <div align="left"> NAME AND SITE ADDRESS<br> <br> </div> </td> </tr> <tr> <td width="49%" class="subtxt"> <div align="left"> <strong>Marketing Office :</strong><br /> 704 705, Modi Tower, <br /> 98, Nehru Place<br /> Tel : +91 11 4180 8089 / 90<br /> Fax: +91 11 26406140<br /> <br /> </div> </td> <td width="51%" valign="top" class="subtxt"> <div align="left"> <strong>Corporate Office :</strong><br /> SCO 850, Shivalik Enclave,<br /> NAC, Maninajra,<br /> Chandigarh &ndash; 160 101, India.<br /> Tel : +91-172-2730503, 2730920, 5061850-53,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5076458, 5086248, 2738827, 2738828,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5072079, 3292003<br /> Fax :&nbsp;&nbsp;&nbsp;91-172-2730504<br /> E-Mail : info@indswiftlabs.com </div> </td> </tr> <tr> <td colspan="2" class="subtxt"> <div align="left"> <p align="left"> <strong>Global Business: </strong> <br /> P K Guha, <br /> Director  Operations<br /> E mail : <a href="mailto:pk.guha@indswiftlabs.com ">pk.guha@indswiftlabs.com </a> <br /> GSM : +91 98103 33568<br /> Direct : +91 11 4180 8235 </p> <p align="left"> <strong>Europe : </strong> <br /> Veena Sehgal <br /> E mail : <a href="mailto:veena.sehgal@indswiftlabs.com ">veena.sehgal@indswiftlabs.com </a> <br /> GSM : +91 98101 66787 </p> <p align="left"> <strong>Africa & SEA : </strong> <br /> Prabhakar Vaid <br /> E mail : <a href="mailto:p.vaid@indswiftlabs.com">p.vaid@indswiftlabs.com </a> <br /> GSM: +91 98185 11269 </p> <p align="left"> <strong>CIS & Central Asia : </strong> <br /> Vishal Kaul <br /> E mail : <a href="mailto:p.vishal.kaul@indswiftlabs.com">vishal.kaul@indswiftlabs.com</a><br /> GSM : +91 98185 87827 </p> <p align="left"> <strong>MENA & East Europe :</strong> <br /> Sarthak Vasudeva <br /> E mail : <a href="mailto:sarthak.v@indswiftlabs.com">sarthak.v@indswiftlabs.com</a><br /> GSM : +91 98185 85634 <br /> </p> <p align="left"> <strong>Latin America :</strong> <br /> M K Guha <br /> E mail : <a href="mailto:mk.guha@indswiftlabs.com">mk.guha@indswiftlabs.com</a><br /> GSM : +91 98101 67234 <br /> <br /> </p> </div> </td> </tr> </table> </td> </tr> <tr> <td> &nbsp;</td> </tr> </table> <!-- InstanceEndEditable --> </div> </td> </tr> </table> </td> </tr> <tr> <td height="27" valign="middle" bgcolor="#6F97CD" class="bottomtxt" style="padding-right: 7px"> <div align="right"> Copyright &copy; 2006. All rights reserved | Indswift Lab</div> </td> </tr> </table> </body> <!-- InstanceEnd --> </html>