ÿþ<!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=iso-8859-1" /> <title>DIC</title> <link type="text/css" rel="stylesheet" href="css/style.css" /> <link rel="stylesheet" type="text/css" href="css/menustyle.css" /> <script type="text/javascript" src="javascript/menujquery.js"></script> <script type="text/javascript"> $(document).ready(function() { //slides the element with class "menu_body" when paragraph with class "menu_head" is clicked $("#firstpane p.menu_head").click(function() { $(this).css({ backgroundImage: "" }).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow"); $(this).siblings().css({ backgroundImage: "" }); }); //slides the element with class "menu_body" when mouse is over the paragraph $("#secondpane p.menu_head").mouseover(function() { $(this).css({ backgroundImage: "url(img/yellow.jpg)" }).next("div.menu_body").slideDown(500).siblings("div.menu_body").slideUp("slow"); $(this).siblings().css({ backgroundImage: "url(img/orange.jpg)" }); }); }); </script> </head> <body> <table width="1000px" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#dbdbdb" width="2%"> &nbsp; </td> <td bgcolor="#FFFFFF" width="96%" style="padding-top: 5px; padding-bottom: 5px; background-color: #ffebb9; background-image: url('img/top-bg.jpg'); background-repeat: repeat-x; background-position-y: 50%"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5%"> &nbsp; </td> <td width="10%"> <img src="img/logo.jpg" alt="" /> </td> <td width="70%" align="center"> <table width="94%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td> &nbsp; </td> </tr> <tr> <td class="title1" align="center"> GOVERNMENT OF KARNATAKA </td> </tr> <tr> <td height="8px"> </td> </tr> <tr> <td class="title" align="center"> DEPARTMENT OF INDUSTRIES AND COMMERCE </td> </tr> <tr> <td height="8px"> </td> </tr> </table> </td> <td width="10%" align="right"> <a href="http://www.kumbangalore.com/" target="_blank"> <img src="img/kum-logo.jpg" border="0" alt="" /></a> </td> <td width="5%"> &nbsp; </td> </tr> </table> </td> <td bgcolor="#dbdbdb" width="4%"> &nbsp; </td> </tr> <tr> <td bgcolor="#ee721c"> &nbsp; </td> <td bgcolor="#fec949"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="1%"> &nbsp; </td> <td width="87%" class="date"> <script type="text/javascript"> // Get today's current date. var now = new Date(); // Array list of days. var days = new Array('Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'); // Array list of months. var months = new Array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'); // Calculate the number of the current day in the week. var date = ((now.getDate() < 10) ? "0" : "") + now.getDate(); // Calculate four digit year. function fourdigits(number) { return (number < 1000) ? number + 1900 : number; } // Join it all together today = days[now.getDay()] + ", " + months[now.getMonth()] + " " + date + ", " + (fourdigits(now.getYear())); // Print out the data. document.write(today); document.write("&nbsp;&nbsp;"); var currentTime = new Date() var hours = currentTime.getHours() var minutes = currentTime.getMinutes() var suffix = "AM"; if (hours >= 12) { suffix = "PM"; hours = hours - 12; } if (hours == 0) { hours = 12; } if (minutes < 10) minutes = "0" + minutes /* da.value= date + "/" + month + "/" + year + hours + ":" + minutes + " " + suffix;*/ document.write("<b>" + hours + ":" + minutes + " " + suffix + "</b>") </script> </td> <td width="3%"> &nbsp; </td> <td align="center" width="8%" bgcolor="#ee721c"> <a href="login.aspx" class="menu-r"> <img src="img/login.gif" border="0" alt="" /></a> </td> <td width="1%"> &nbsp; </td> </tr> </table> </td> <td bgcolor="#ee721c"> &nbsp; </td> </tr> <tr bgcolor="#dbdbdb"> <td> &nbsp; </td> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"> <tr> <td width="1%" height="8px"> </td> <td width="23%"> </td> <td width="1%"> </td> <td width="50%"> </td> <td width="1%"> </td> <td width="23%"> </td> <td width="1%"> </td> </tr> <tr> <td valign="top"> &nbsp; </td> <td valign="top" bgcolor="#f1efe0"> <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#f1efe0"> <tr> <td> <div id="firstpane" class="menu_list"> <p class="menu_head"> <a href="index.aspx">Home</a></p> <div class="menu_body"> </div> <p class="menu_head"> <a href="#">Karnataka</a></p> <div class="menu_body"> <a href="why-karnataka.html">Why Karnataka</a> <a href="bengaluru.html">Bengaluru</a> <a href="emerging_centers.html">Other Emerging Industrial Centers</a> <a href="sectoral_advantages.html"> Sectoral Advantages</a> </div> <p class="menu_head"> <a href="#">About Us</a></p> <div class="menu_body"> <a href="organisation.html">Organisation</a> <a href="organisation-chart.html">Organisation Chart</a> <a href="functions.html">Functions</a> <a href="contact.html">Contacts</a> </div> <p class="menu_head"> <a href="industrySenario.html">Industry Scenario</a></p> <div class="menu_body"> </div> <p class="menu_head"> <a href="#">Service Providers</a></p> <div class="menu_body"> <a href="land.html">Land</a> <a href="power.html">Power</a> <a href="finance.html">Finance</a> <a href="water.html">Water</a> <a href="technology.html">Technology</a> <a href="consultancy.html"> Consultancy</a> <a href="humanresorcedevelopmet.html">Human Resource Development</a> <a href="internationaltrade.html">International trade</a> </div> <p class="menu_head"> <a href="#">Industrial Policies</a></p> <div class="menu_body"> <a href="indu-currentplocy.html">Current Policy</a> <a href="indu-archive.html">Archives</a> </div> <p class="menu_head"> <a href="other-related-policies.html">Other Related Policies</a></p> <div class="menu_body"> </div> <p class="menu_head"> <a href="#">Special Economic Zones</a></p> <div class="menu_body"> <a href="what-sez.html">What are SEZ s</a> <a href="sez-karnataka.html">SEZ s in Karnataka</a> <a href="PolicyInitiatives.html">Policy Initiatives</a> </div> <p class="menu_head"> <a href="#">New Initiatives</a></p> <div class="menu_body"> <a href="suvarna-kar.html">Suvarna Karnataka Development Corridor Programme </a> <a href="ss-zone.html">Sector Specific Industrial Zones</a> </div> <p class="menu_head"> <a href="districtpersectiveplan.html">District Perspective Plans</a></p> <div class="menu_body"> </div> <p class="menu_head"> <a href="#">Resource Centre</a></p> <div class="menu_body"> <a href="res-programmes.html">Programmes/ Schemes</a> <a href="res-policies.html">Policies</a> <a href="res-acts.html">Acts</a> <a href="res-rules.html">Rules</a> <a href="res-notification.html"> Notifications</a> <a href="res-governmentorde.html">Government Orders</a> <a href="re-circular.html"> Circulars</a> </div> <p class="menu_head"> <a href="useful-link.html">Useful Links</a></p> <div class="menu_body"> </div> <p class="menu_head"> <a href="right-info.html">Right to Information</a></p> <div class="menu_body"> </div> <p class="menu_head"> <a href="disclaimer.html">Disclaimer</a></p> <div class="menu_body"> </div> <p class="menu_head"> <a href="site-map.html">Sitemap</a></p> <div class="menu_body"> </div> </div> </td> </tr> <tr> <td style="color: #f1efe0"> &nbsp; </td> </tr> <tr> <td style="color: #f1efe0"> &nbsp; </td> </tr> <tr> <td style="color: #f1efe0"> &nbsp; </td> </tr> </table> </td> <td> &nbsp; </td> <td colspan="3" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="72%" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="height: 19px"> &nbsp;<span style="color: #ee711c; font-family: Verdana"><strong>Circular</strong></span> </td> </tr> <tr> <td style="background-image: url('img/sub-mdot.jpg'); background-repeat: repeat-x; background-position-y: 50%" height="3px"> </td> </tr> <tr> <td> &nbsp; </td> </tr> <tr> <td> <img src="img/diamond.jpg" alt="" />&nbsp;&nbsp;<a href="documents/IEM_21Mar12.pdf" target="_blank" class="more">Press Release - Filling of Industrial Entrepreneurs Memorandam(IEM)-regarding.</a> </td> </tr> <tr> <td height="8px"> </td> </tr> <tr> <td> <img src="img/diamond.jpg" alt="" />&nbsp;&nbsp;<a href="documents/Sanction_of_ETP_subsidy_under_2009-14.pdf" target="_blank" class="more">Circular regarding the submitting of documents for sanction of ETP subsidy under 2009-14 and 2006-11 policies and relaxation of time period for extending incentives and concessions under 2006-11 industrial policy.</a> </td> </tr> <tr> <td height="8px"> </td> </tr> <tr> <td> <img src="img/diamond.jpg" alt="" />&nbsp;&nbsp;<a href="documents/Update.pdf" target="_blank" class="more">Ethics in Governance</a> </td> </tr> <tr> <td height="8px"> </td> </tr> <tr> <td> <img src="img/diamond.jpg" alt="" />&nbsp;&nbsp;<a href="documents/policy.jpg" target="_blank" class="more">Delegation of Power To Joint Director, DIC, Under 2009-14 New Industrial Policy</a> </td> </tr> <tr> <td height="8px"> </td> </tr> <tr> <td> <img src="img/diamond.jpg" alt="" />&nbsp;&nbsp;<a href="documents/Trade_Advisory-china-oct2011.pdf" target="_blank" class="more">Advisory for Indian small and medium enterprises doing / interested in doing business with <b>Chinese companies</b></a> </td> </tr> <tr> <td height="8px"> </td> </tr> <tr> <td> <img src="img/diamond.jpg" alt="" />&nbsp;&nbsp;<a href="documents/APMC Cess.pdf" target="_blank" class="more">Guidelines for obtaining Exemption of APMC Cess under 2009-14 Industrial Policy </a> </td> </tr> <tr> <td height="8px"> </td> </tr> <tr> <td> &nbsp; </td> </tr> <tr> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> <td> &nbsp; </td> </tr> </table> </td> <td> &nbsp; </td> </tr> <tr bgcolor="#ee721c"> <td> &nbsp; </td> <td height="25px"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="footer" align="left"> All Rights Reserved by <a href="http://karnatakaindustry.gov.in/" class="ecom">Directorate of Industries and Commerce</a> </td> <td align="right" class="footer"> Powered by <img src="img/m-ecom.jpg" alt="" /> <a href="http://manipalecom.net/" class="ecom" target="_blank">Manipalecom.net</a> </td> </tr> </table> </td> <td> &nbsp; </td> </tr> </table> </td> </tr> </table> </body> </html>