1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head><meta http-equiv="X-UA-Compatible" content="IE=edge" />
5    <title>Open Online Trading Account | NSE / BSE Share & Stock Market Trading with iDirect (ICICI Direct)</title>
6    <meta name="google-site-verification" content="aQzDKX0iK1Gt3rsKNwZoddpmUxZoUzZZZd-ZvbIqT34" />
7    <meta name="Description" content="ICICI Direct (iDirect) offers live online share/stock market trading account, demat account, IPO, SIPs, mutual fund recommendations, tips, updates in India. Open trading account today and check our detailed analysis with a simplified online trading system.">
8    <meta name="Keywords" content="stock market, share market, online trading in india, online share trading, online stock trading, equity trading, equity shares, idirect trading, bse trading, idirect demat account">
9    <meta name="author" content="ICICI Direct">
10    <meta name="revisit-after" content="15 days">
11    <meta name="distribution" content="global">
12    <meta name="GOOGLEBOT" content="INDEX, FOLLOW">
13    <meta name="rating" content="general">
14    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
15    <meta http-equiv="content-language" content="en">
16    <script src="https://www.icicidirect.com/idirectcontent/home/scripts/jquery-1.8.3.min.js"
17        type="text/javascript"></script>
18    <script src="https://www.icicidirect.com/idirectcontent/home/scripts/jquery.royalslider.min.js"
19        type="text/javascript"></script>
20    <link href="https://www.icicidirect.com/idirectcontent/home/styles/royalslider.css"
21        type="text/css" rel="Stylesheet" />
22    <link href="https://www.icicidirect.com/idirectcontent/home/styles/rs-default.css"
23        type="text/css" rel="Stylesheet" />
24    <script type="text/javascript">
25        jQuery(document).ready(function ($) {
26            // Please note that autoHeight option has some conflicts with options like imageScaleMode, imageAlignCenter and autoScaleSlider
27            // it's recommended to disable them when using autoHeight module
28            $('#content-slider-1').royalSlider({
29                autoHeight: true,
30                arrowsNav: false,
31                fadeinLoadedSlide: false,
32                controlNavigationSpacing: 1,
33                controlNavigation: 'tabs',
34                imageScaleMode: 'none',
35                imageAlignCenter: false,
36                loop: true,
37                loopRewind: true,
38                autoPlay:
39	{
40	    enabled: true,
41	    delay: 8000
42	},
43                numImagesToPreload: 6,
44                keyboardNavEnabled: false,
45                usePreloader: false
46            });
47        });
48    </script>
49    <script src="https://www.icicidirect.com/idirectcontent/home/scripts/simple.carousel.js"
50        type="text/javascript"></script>
51    <script type="text/javascript">
52        jQuery(document).ready(function ($) {
53            // example 1
54            $("ul.example1").simplecarousel({
55                width: 250,
56                height: 120,
57                visible: 3,
58                auto: 5000,
59                next: $('.next'),
60                prev: $('.prev')
61            });
62        });
63    </script>
64    <script src="https://www.icicidirect.com/idirectcontent/home/scripts/ddaccordion.js"
65        type="text/javascript"></script>
66    <script type="text/javascript">
67        //Initialize 2nd demo:
68        ddaccordion.init({
69            headerclass: "technology", //Shared CSS class name of headers group
70            contentclass: "thelanguage", //Shared CSS class name of contents group
71            revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
72            mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
73            collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
74            defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content.
75            onemustopen: true, //Specify whether at least one header should be open always (so never all headers closed)
76            animatedefault: true, //Should contents open by default be animated into view?
77            scrolltoheader: false, //scroll to header each time after it's been expanded by the user?
78            persiststate: false, //persist state of opened contents within browser session?
79            toggleclass: ["closedlanguage", "openlanguage"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
80            togglehtml: ["prefix", "<span style=\"float:left;padding-left:8px;display:inline-block;height:18px;width:18px; background: url('https://www.icicidirect.com/idirectcontent/BaseMasterPage/images/homepage_icon.png')  no-repeat scroll -198px -7px transparent;\">", "<span style=\"float:left;display:inline-block;height:18px;width:18px; background: url('https://www.icicidirect.com/idirectcontent/BaseMasterPage/images/homepage_icon.png')  no-repeat scroll -224px -7px transparent;padding-left:8px;\">"], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
81            animatespeed: "slow", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
82            oninit: function (expandedindices) { //custom code to run when headers have initalized
83                //do nothing
84            },
85            onopenclose: function (header, index, state, isuseractivated) { //custom code to run whenever a header is opened or closed
86                //do nothing
87            }
88        })
89    </script>
90    <style type="text/css">
91        .example1
92        {
93            margin: 0;
94            padding: 0;
95            list-style: none;
96        }
97        .buy_sellWrapper
98        {
99            float: left;
100            width: 100%;
101            background: url(https://www.icicidirect.com/idirectcontent/home/images/what_buy_sell_background.png) repeat-x;
102            height: 137px;
103        }
104        .buy_sellNav
105        {
106            width: 980px;
107            margin: 0 auto;
108        }
109        .next, .prev
110        {
111            cursor: pointer;
112            float: left;
113        }
114        ul.example1 li
115        {
116            text-align: justify;
117        }
118        ul.example1 li span
119        {
120            display: block;
121            margin: 5px;
122        }
123        .carousel-pagination li
124        {
125            display: block;
126            width: 10px;
127            height: 10px;
128            margin-right: 5px;
129            cursor: pointer;
130            float: left;
131            background: #333;
132        }
133        .carousel-pagination .carousel-pagination-active
134        {
135            background: #ff0000;
136        }
137        ul.example1 li span div p
138        {
139            line-height: 15px;
140            font-size: 12px;
141        }
142        ul.example1 li span div p.head
143        {
144            font-size: 13px;
145        }
146        .button4
147        {
148            padding: 4px 7px 7px 7px;
149            float: left;
150            background-color: #053c6d;
151            color: #ffffff !important;
152            text-align: center;
153            text-decoration: none;
154            border: 1px solid #053c6d;
155            font-weight: bold;
156        }
157    </style>
158<link type="text/css" rel="Stylesheet" href="../BaseMasterPage/Styles/main.css?v=2" /><link type="text/css" rel="Stylesheet" href="../BaseMasterPage/Styles/jquery.autocomplete.css" /><link type="text/css" rel="stylesheet" href="../BaseMasterPage/styles/tinybox.css" /><link type="text/css" rel="stylesheet" href="../Research/styles/tabstyle.css" /><link type="text/css" rel="stylesheet" href="../BaseMasterPage/Styles/jquery-ui-1.10.4.calendar.css" /><link href="../BaseMasterPage/styles/table.css" type="text/css" rel="Stylesheet" /><link rel="alternate" media="only screen and (max-width: 640px)" href="https://secure.icicidirect.com/IDirectTrading/lbs/lbstrading.aspx" />
159    <script type="text/javascript" src="https://www.icicidirect.com/idirectcontent/Basemasterpage/Scripts/jquery-1.10.2.min.js"></script>
160    <script type="text/javascript" src="https://www.icicidirect.com/idirectcontent/Basemasterpage/Scripts/jquery.autocomplete.js"></script>
161    <script type="text/javascript" src="https://www.icicidirect.com/idirectcontent/Basemasterpage/Scripts/main.js?v=2"></script>
162
163    <script type="text/javascript" src="https://www.icicidirect.com/idirectcontent/Basemasterpage/Scripts/tinybox.js"></script>
164    <script type="text/javascript" src="https://www.icicidirect.com/idirectcontent/Basemasterpage/Scripts/jquery-ui-1.10.4.calendar.min.js"></script>
165<title>
166
167</title></head>
168<body>
169     <!-- Google Tag Manager -->
170    <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-VW5H"
171    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
172    <script>        (function (w, d, s, l, i) {
173            w[l] = w[l] || []; w[l].push({ 'gtm.start':
174    new Date().getTime(), event: 'gtm.js'
175            }); var f = d.getElementsByTagName(s)[0],
176    j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
177    '//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
178        })(window, document, 'script', 'dataLayer', 'GTM-VW5H');</script>
179    <!-- End Google Tag Manager -->
180    <form method="post" action="./Home.aspx" id="form1">
181<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="jOksDoK/kAZ4WjU1VRnJ+eB3Ar+lSW35HaJYD/aA44SsJtw6IOvTblMRGYRIR7hCvNbs5ZZBXPJIWM102Zho22bmFXCVMO3jj6OysR/M3Nbl5JFTDYov82KWwWpf63pGA2LU5bFmc/DuPmH70qc8omkeiV3Ik8kXMoy3mLvnmi0fGqfGa6ROAZHebLJoyUMY2jIx+A4qqYtdP9LoEVJBlNPbriJGspJrQKxG8GbpW4d+vm0lNId0Ec71+Nc1RitfyBCK1070/O8s2PRMehMyiBZBxi2LZPifbU8McnZ2pnrQH6Ja7rOuveXNPLfyOV79V+lJTQI7tDDfQ0t3eUc83wz5r3j4mZpBsRnXNTVgMX1pNwzwrsV+ZSjOu4eVIn/dec2x78OlBRZzFw3LVrftPSCQ3UMfkaA8KBOJwdQT2wWD766NCz6hWwnR/r47PyPIj0F8divNUoHod6Zq8CdYFcK+mnV4uGR0EevvbSFAr3Bihq2ehPfoBp2hqa1cHP2cRChT0bssixj3kwr5W7WmTUfsQ4FLnRbq1KjMS3HyBfJ0L/PvnB3/b+bpkDmvTGJhLyVKmznSaoZxmbsbhkYsor4iXQHAVX6575CAN2rJgwKgMEP5zFl7sRFmgDDi32vB/6I56k689pYnzkhAaHQth4t8jKhsmv1T+C4yqJ1CMJg=" />
182
183<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="1A97ED20" />
184<input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" />
185    <script type="text/javascript" language="javascript">
186        if (top != self) {
187            top.location.replace(document.location);
188            Clkjack();
189        }
190        function Clkjack() {
191
192            window.parent.location.href = "http://content.icicidirect.com";
193        }
194
195	function myFunction() {
196            window.open('https://secure.icicidirect.com/IDirectTrading/customer/InstaChat.aspx', 'selfhelp', 'directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=420,height=550,screenX=100,screenY=0,top=' + (parseInt(screen.height) - 650) + ',left=' + (parseInt(screen.width) - 450));
197        }
198
199	(function () {
200            $.fn.extend({
201                ShowDetails: function (showhide) {
202                    if (showhide == 1) {
203                        var nextdv = $(this).find('div:first-child');
204                        $(nextdv).css({ 'width': "350px", "position": "absolute", "float": "left", "font-size": "11px", "text-align": "left", "background-color": "#cdcdcd", "color": "#000", "padding": "10px", "line-height": "15px" });
205                        var objTarget = event.target;
206                        $(this).css({ 'top': "25px", 'left': $(this).offset().left - 100 });
207                        $(this).show();
208                    }
209                    else {
210                        $(this).hide();
211                    }
212                }
213            });
214        })(jQuery, this);
215
216	</script>
217
218
219    <div>
220
221<script type="text/javascript">
222    var fileURL = "https://www.icicidirect.com/idirectcontent";
223    var appurl = "https://www.icicidirect.com/idirectcontent";
224    optype = 'Q';
225    $(document).ready(function () {
226        MktData();
227        $('#txtTopSearch').val(quotetxt);
228    });
229
230    $(function () {
231        $("#drpStock").change(function () {
232            MktData();
233        })
234        $("#hyprefresh").click(function () {
235            MktData();
236        })
237        $(document).ready(function () {
238            if (optype == "Q") {
239                setauto();
240            }
241        });
242        $("#txtTopSearch").bind('blur', function () { if ($("#txtTopSearch").val() == "") { $("#txtTopSearch").val(quotetxt); } })
243    });
244
245    function setauto() {
246        $("#txtTopSearch").autocomplete($("#hidHandlerC").val() + '?ForRpt=search&ccode=' + $("#txtTopSearch").val(), { minChars: 3 });
247    }
248</script>
249<div id="dvtopWrapper" class="topWrapper">
250    <div class="topPanel">
251        <div class="topHead">
252            <div class="topHead1">
253                <a href="#" class="iciciLogo">
254                    <img src="https://www.icicidirect.com/idirectcontent/Basemasterpage/images/iciciLogo.png" alt="iciciLogo" /></a>
255            </div>
256            <div style="float:left; width:370px; padding-left:40px; " >
257              <div class="topHead2">
258                <div style="float:left;" >
259                <select name="ctl00$Hearder1$drpStock" id="drpStock">
260	<option value="India">India</option>
261	<option value="World">World</option>
262	<option value="Gainers">Gainers</option>
263	<option value="Losers">Losers</option>
264
265</select>
266                </div>
267                <div class="marketWrapper" style="padding-left:10px;" >
268                    <div class="buttons">
269                        <a href="#" class="pre">Previous</a> <a href="#" class="nxt">Next</a>
270                    </div>
271                    <div id="dvSensex">
272                    </div>
273                </div>
274            </div>
275            <div class="topHead3">
276                <div class="search">
277                    <input name="ctl00$Hearder1$txtTopSearch" type="text" id="txtTopSearch" />
278                    <input type="submit" name="ctl00$Hearder1$btnSearch" value="" onclick="GetSearch(optype,txtTopSearch,fileURL); return false;" id="btnSearch" />
279                </div>
280                <ul  id="dvDate" style="width:140px !important;font-size:11px;float:right;"  ></ul>
281
282            </div>
283            </div>
284            <div style="float:left; padding-top:10px;padding-right:30px;"  >
285                <a id="hyprefresh" title="Refresh in 1 min." href="#" style="display: inline-block;width:18px;height:18px;background: url('https://www.icicidirect.com/idirectcontent/BaseMasterPage/images/homepage_icon.png')  no-repeat scroll -68px -4px transparent;">
286                    </a>
287                <span id="Hearder1_lbldelay" class="dealytext">Delayed</span>
288                   <input type="hidden" name="ctl00$Hearder1$hidHandlerC" id="hidHandlerC" value="https://www.icicidirect.com/idirectcontent/BaseMasterPage/HeaderDataHandler.ashx" />
289                <input type="hidden" name="ctl00$Hearder1$hidHandler" id="hidHandler" value="https://secure.icicidirect.com/IDirectTrading/BaseMasterPage/HeaderDataHandler.ashx" />
290            </div>
291            <div class="topHead1 topHead4">
292                <div style="width:200px; height:20px; float:left; padding-top:5px; " >
293                <label>&nbsp;</label>
294                </div>
295
296                <div style="width:240px;float:left;padding-top:10px; " >
297
298
299
300                </div>
301            </div>
302        </div>
303    </div>
304</div>
305
306
307
308
309<div class="navWrapper" >
310    <div id="dvMainNav" class="mainNav">
311        <ul>
312            <li  id="lihome" ><a  href="https://www.icicidirect.com/idirectcontent/Home/Home.aspx"  >home</a> </li>
313            <li id="liPnS" ><a href="https://www.icicidirect.com/idirectcontent/ProductService/PSOverview.aspx" >product & services</a> </li>
314            <li id="liMarket" ><a href="https://www.icicidirect.com/idirectcontent/Markets/MarketOverview.aspx" >markets</a> </li>
315            <li id="liReasearch" ><a href="https://www.icicidirect.com/idirectcontent/Research/ResearchOverview.aspx" >research</a> </li>
316            <li  id="mnuTrade" ><a id="MainMenuTop1_hypTrading" href="https://secure.icicidirect.com/IDirectTrading/customer/CustomerOverview.aspx?filename=OpenAcc">Open an Account</a> </li>
317            <li id="liFE" ><a href="https://www.icicidirect.com/idirectcontent/FinancialEducation/ClassroomOfProfit.aspx" >financial learning</a></li>
318
319                    <li id="mnuCustomer"><a id="MainMenuTop1_hypCustmSvc" href="https://secure.icicidirect.com/IDirectTrading/customer/CustomerOverview.aspx">Customer Service</a> </li>
320
321                <li class="active" style="margin-left:60px !important;"><a class="active" href="https://secure.icicidirect.com/IDirectTrading/customer/login.aspx" >Login</a></li>
322
323        </ul>
324
325
326            <a href="#" id="tileview" class="view">Tile View</a>
327
328    </div>
329</div>
330
331<div class="navsubmenuWrapper" id="dvsubprodctmenu" >
332	<div class="submenumainNav">
333        <ul id="leftNav1" >
334            <li id="LiOverview"   >
335                <a href="https://www.icicidirect.com/idirectcontent/Home/Home.aspx">Overview</a>
336            </li>
337            <li id="LiWhyIdirect" >
338                <a href="https://www.icicidirect.com/idirectcontent/Home/UniqueAdvantages.aspx">Why ICICIDirect.com</a>
339            </li>
340            <li id="LiPricing"  >
341                <a href="https://www.icicidirect.com/idirectcontent/Home/Pricing.aspx">Pricing</a>
342            </li>
343            <li id="LiNRIService" >
344                <a href="https://www.icicidirect.com/idirectcontent/Home/NRIHome.aspx">NRI Services</a>
345            </li>
346            <li id="LiCorporateService" >
347                <a href="https://www.icicidirect.com/idirectcontent/Home/CorporateService.aspx">Corporate Services</a>
348            </li>
349            <li id="LiBusinessPartner" >
350                <a href="https://www.icicidirect.com/idirectcontent/Home/Businesspartner.aspx">Business Partners</a>
351            </li>
352            <li id="LiWealthManagement" >
353                <a href="https://www.isecpwm.com/" target="_blank" onclick="AjaxDataCall($('#hidHandlerC').val(),'',$('#dvQLcount'),'WEALTHMANAG');" >Wealth Management</a>
354            </li>
355		 <li id="LiPremier" >
356                <a href="https://www.icicidirect.com/premier/index.html" target="_blank">Premier</a>
357            </li>
358            <li id="LiInvestmentAdvisory" >
359                <a href="https://www.icicidirect.com/idirectcontent/Home/InvAdvSvc.aspx">Advisory Services</a>
360            </li>
361	<div style="display:none" id="dvQLcount" ></div>
362        </ul>
363    </div>
364</div>
365
366<script type="text/javascript">
367    $('#LiOverview').addClass('active');
368</script>
369
370    </div>
371
372    <div id="dvMain">
373
374    <script type="text/javascript">
375        function openacc() {
376            if ($('#open_account').val() == "0") {
377                alert("Please select one option");
378            }
379            else if ($('#open_account').val() == "S" || $('#open_account').val() == "U" || $('#open_account').val() == "W" || $('#open_account').val() == "A") {
380                window.location.href = 'https://secure.icicidirect.com/IDirectTrading/customer/customeroverview.aspx?filename=OpenAcc&acctype=' + $('#open_account').val();
381            }
382            else if ($('#open_account').val() == "A") {
383                TINY.box.show({ url: 'https://www.icicidirect.com/idirectcontent/Home/StaticData/AtsMessage.htm', POST: 'id=16', width: 750, height: 550, opacity: 60, topsplit: 3, animate: true });
384            }
385            else if ($('#open_account').val() == "C") {
386                window.location.href = 'https://secure.icicidirect.com/IDirectTrading/customer/customeroverview.aspx?filename=CorpAcc';
387            }
388            else if ($('#open_account').val() == "N") {
389                window.location.href = 'https://secure.icicidirect.com/IDirectTrading/customer/CustomerOpenAccNRI.aspx';
390            }
391            else if ($('#open_account').val() == "F") {
392                window.location.href = 'https://www.icicidirect.com/idirectcontent/Home/InvAdvSvc.aspx?frmsrc=F';
393            }
394            else {
395                window.location.href = 'https://secure.icicidirect.com/IDirectTrading/customer/customeroverview.aspx?filename=OpenAcc';
396            }
397        }
398        function OpenATS() {
399            window.location.href = 'https://secure.icicidirect.com/IDirectTrading/customer/customeroverview.aspx?filename=OpenAcc&acctype=' + $('#open_account').val();
400            TINY.box.hide();
401        }
402        $(document).ready(function () {
403            //showBanner($("#MtaxBanner"), 'Pin_Banner.png', "240px", "225px", 0, 0, true, "https://www.icicidirect.com/Mailimages/Pin_popup.html", false);
404//            showBanner($("#buysellBanner"), 'HomeBanner_Big.gif', "980px", "120px", "-15px", "-10px", false, "", true);
405            //HideBanner();
406        });
407
408
409        function HideBanner() {
410            setTimeout(function () {
411                $("#MtaxBanner").fadeOut("slow");
412            }, 17000);
413        }
414
415        function showBanner(displaydiv, imgurl, _width, _height, _top, _left, IsOnclick, clickurl, IsShow) {
416            if (IsShow) {
417                $(displaydiv).fadeIn("slow", function () {
418                    $(displaydiv).css("background-image", "url(https://www.icicidirect.com/Mailimages/" + imgurl + ")");
419                    $(displaydiv).css("display", "block");
420                    $(displaydiv).css("width", _width);
421                    $(displaydiv).css("height", _height);
422                    if (_top != 0) {
423                        $(displaydiv).css("top", _top);
424                    }
425                    if (_left != 0) {
426                        $(displaydiv).css("left", _left);
427                    }
428                    $(displaydiv).css("cursor", "hand");
429                    if (IsOnclick) {
430                        $(displaydiv).click(function () {
431                            window.open(clickurl, 'PFCBanner', 'width =700,height=650,status,scrollbars=1,resizable');
432                        });
433                    }
434                    setTimeout(function () {
435                        $(displaydiv).fadeOut("slow");
436                    }, 4000);
437                });
438            }
439        }
440    </script>
441    <div class="contWrapper">
442        <div class="mainCont" style="margin-top: 10px; margin-bottom: 10px;">
443            <div style="width: 975px; float: left; margin-bottom: 10px; border: 0px solid #0000FF;">
444                <div style="width: 700px; float: left; border: 0px solid #000;">
445                    <div id="content-slider-1" class="royalSlider contentSlider rsDefault" style="border: 0px solid #000;">
446
447                        <div style="background: url(https://www.icicidirect.com/MailImages/mainbanner.gif) no-repeat;
448                            height: 238px; cursor: pointer;" onclick="window.open('https://www.icicidirect.com/MailImages/bannerpopup.htm','Load', 'width =700,height=650,status,scrollbars=1,resizable')">
449                            <span class="rsTmb">&nbsp;</span>
450                        </div>
451                        <div style="background: url(https://www.icicidirect.com/idirectcontent/home/images/Upfront_HP.gif) no-repeat;
452                            height: 238px; cursor: pointer;" onclick="window.open('https://www.icicidirect.com/idcampaign/open-demat-account-offers/index.asp?utm_source=idirect_website&utm_medium=hp&utm_campaign=PAY&utm_content=offers','Load', 'width =700,height=650,status,scrollbars=1,resizable')">
453                            <span class="rsTmb">&nbsp;</span>
454                        </div>
455                        <div style="background: url(https://www.icicidirect.com/idirectcontent/home/images/home_image_newtoinvesting.png) no-repeat;
456                            height: 238px;">
457                            <div id="rcTaxBanner" style="display: block; position: relative;">
458                                <div id="MtaxBanner" style="position: absolute; left: 60px; top: 0;">
459                                </div>
460                            </div>
461                            <p class="headertext">
462                                New to Investing</p>
463                            <div class="darkline" style="width: 280px;">
464                                &nbsp;</div>
465                            <p style="margin-top: 15px; font-size: 14px; line-height: 20px;">
466                                Learn how to invest in the stock market and<br />
467                                other investment vehicles</p>
468                            <p style="margin-top: 10px;">
469                                <ul style="list-style: none; line-height: 24px; font-size: 13px; width: 380px; float: left;
470                                    margin-top: 0px;">
471                                    <li>
472                                        <span class="spritBullet" ></span>
473                                        <a href="https://www.icicidirect.com/idirectcontent/FinancialEducation/ClassroomOfProfit.aspx?AboutUs&pg=eq"
474                                            title="Investing ! What's that?">Investing ! What's that?</a> </li>
475                                    <li>
476                                        <span class="spritBullet" ></span>
477                                        <!--a href="https://www.icicidirect.com/mailimages/index_RGESS_non_logged.htm"
478                                            target="_blank" title="What is Rajiv Gandhi Equity Saving Scheme?">What is Rajiv
479                                            Gandhi Equity Saving Scheme?</a-->
480                                        <a href="https://www.icicidirect.com/mailimages/oneclick-mf-faq.html"
481                                            target="_blank" title="What is One Click Investment">What is One Click Investment?</a>
482                                        </li>
483                                    <li>
484                                        <span class="spritBullet" ></span>
485                                        <a href="https://www.icicidirect.com/idirectcontent/FinancialEducation/ClassroomOfProfit.aspx?AboutUs&pg=fut"
486                                            title="Why have derivatives?">Why have derivatives?</a> </li>
487                                    <li>
488                                        <span class="spritBullet" ></span>
489                                        <a href="http://virtualstocks.icicidirect.com/GameSite/Customer/login.aspx" target="_blank"
490                                            title="Practice Trading ! - No risk, No obligation">Practice Trading ! - No risk,
491                                            No obligation</a> </li>
492                                    <li>
493                                        <span class="spritBullet" ></span>
494                                        <a href="https://www.icicidirect.com/idirectcontent/Home/HelpVideos.aspx"
495                                            title="View Demos / Help Videos">View Demos / Help Videos</a> </li>
496                                </ul>
497                            </p>
498                            <span class="rsTmb">&nbsp;</span>
499                        </div>
500                        <div style="background: url(https://www.icicidirect.com/idirectcontent/home/images/home_image_about.png) no-repeat;
501                            height: 238px;">
502                            <p class="headertext">
503                                About ICICIdirect.com</p>
504                            <div class="darkline" style="width: 300px;">
505                                &nbsp;</div>
506                            <p style="margin-top: 15px; font-size: 14px; line-height: 20px;">
507                                A unique account that integrates your savings,
508                                <br />
509                                demat and trading accounts</p>
510                            <p style="margin-top: 0px;">
511                                <ul style="list-style: none; line-height: 24px; font-size: 13px; width: 380px; float: left;
512                                    margin-top: 10px;">
513                                    <li>
514                                        <span class="spritBullet" ></span>
515                                        <a href="https://www.icicidirect.com/idirectcontent/Home/UniqueAdvantages.aspx"
516                                            title="About the trading account">About the trading account</a> </li>
517                                    <li>
518                                        <span class="spritBullet" ></span>
519                                        <a href="https://www.icicidirect.com/idirectcontent/ProductService/PSOverview.aspx"
520                                            title="Products &amp; Services">Products &amp; Services</a> </li>
521                                    <li>
522                                        <span class="spritBullet" ></span>
523                                        <a href="javascript://" onclick="TINY.box.show({ url: 'https://www.icicidirect.com/idirectcontent/basemasterpage/ContentDataHandler.ashx?pgname=AwardsnAccolades&ismethodcall=0', width: 790, height: 580, opacity: 60, topsplit: 3, animate: true });"
524                                            title="Awards &amp; Accolades">Awards &amp; Accolades</a> </li>
525                                    <li>
526                                        <span class="spritBullet" ></span>
527                                        <a href="https://www.icicidirect.com/learning/university.htm"
528                                            target="_blank" title="Basics of Trading &amp; Investing">Basics of Trading &amp;
529                                            Investing</a> </li>
530                                    <li>
531                                        <span class="spritBullet" ></span>
532                                        <a href="https://www.icicidirect.com/idirectcontent/Home/UniqueAdvantages.aspx"
533                                            title="Why ICICIdirect.com ?">Why ICICIdirect.com ?</a> </li>
534                                </ul>
535                            </p>
536                            <span class="rsTmb">&nbsp;</span>
537                        </div>
538                    </div>
539                </div>
540                <div style="width: 271px; float: left; border: 0px solid #f00;">
541                    <table width="268px" cellpadding="0" cellspacing="0" border="0" style="margin-left: 2px;">
542                        <tr>
543                            <td style="border: none; background: url(images/open_account_top.png) no-repeat;
544                                height: 27px;">
545                                <div style="width: 60%; float: left; border: 0px solid #f00; margin-top: 20px; margin-left: 50px;">
546                                    <h3 style="text-align: center; text-transform: none;">
547                                        I am interested in</h3>
548                                </div>
549                            </td>
550                        </tr>
551                        <tr>
552                            <td style="border: none; height: 150px; background: url(images/open_account_middle.png) repeat-y;">
553                                <div style="width: 90%; float: left; border: px solid #f00; margin-left: 7px;">
554                                    <div style="width: 90%; float: left; margin-left: 10px;">
555                                        <select id="open_account" name="open_account" style="width: 225px;">
556                                        <option value="0" selected>Select</option>
557                                            <option value="W">Investment Account</option>
558                                            <option value="S">Online Trading Account</option>
559                                            <option value="N">NRI Account</option>
560
561                                            <option value="C">Corporate Account</option>
562                                            <option value="U">Financial Learning Programmes</option>
563                                            <option value="F">Financial Planning Service Quick Pay</option>
564                                            <option value="A">Equity Relationship Service Account</option>
565                                        </select>
566                                    </div>
567                                    <div style="width: 60%; float: left; margin-left: 45px; margin-top: 15px; border: px solid #000;">
568                                        <input type="button" class="button3" onclick="openacc();" value="Open my Account"
569                                            style="padding: 0px !important; font-weight: bold !important; width: 130px;" />
570
571                                    </div>
572                                    <div style="width: 50%; float: right; margin-left: 0px; margin-top: 10px;">
573                                        <a href="https://secure.icicidirect.com/IDirectTrading/customer/customeroverview.aspx?filename=easymailappstatus"
574                                            title="My Account Status" style="font-size: 13px;">My Account Status</a>
575                                    </div>
576
577                                    <div style="width: 100%; float: left; margin-left: 0px;">
578                                        <hr>
579                                    </div>
580                                    <div style="width: 100%; float: left; margin-top: 5px; margin-bottom: 5px; margin-left: 42px;">
581                                        &nbsp; <a href="https://www.icicidirect.com/idirectcontent/Home/UniqueAdvantages.aspx?fl=insta"
582                                            class="button3" style="background-color: #053c6d !important; border: solid 1px #053c6d !important;
583                                            height: 15px !important; font-weight: bold;" title="Open InstaAccount">Open Insta
584                                            Account </a><a href="https://www.icicidirect.com/idirectcontent/Home/UniqueAdvantages.aspx?fl=insta"
585                                                title="Open Insta Account (Paperless)">
586                                                <div style="width: 170px; float: left; position: absolute; margin: 20px 0px 20px 40px;">
587                                                    For Mutual Fund (Paperless)
588                                                </div>
589                                            </a>
590                                    </div>
591
592                                </div>
593                            </td>
594                        </tr>
595                        <tr>
596                            <td style="background: url(images/open_account_bottom.png) no-repeat; height: 25px;
597                                border: none;">
598                            </td>
599                        </tr>
600                    </table>
601                </div>
602            </div>
603        </div>
604        <!--What you can buy and sell here-->
605        <div class="buy_sellWrapper">
606            <div class="buy_sellNav" style="margin-top: 10px; height: 115px;">
607                <div style="width: 200px; float: left; border-right: 1px dashed #959595; height: 106px;
608                    padding-top: 15px;">
609                  <div style="display: none; position: relative;">
610                        <div style="display: block; position: absolute; top: -15px;">
611                          <a href="#" onclick="showBanner($('#buysellBanner'), 'HomeBanner_Big.gif?v=1', '980px', '120px', '-15px', '-10px', false, '', true);">
612                                <img src="https://www.icicidirect.com/Mailimages/HomeBanner_Small.gif?v=1" /></a>
613                        </div>
614                        <div id="buysellBanner" style="position: absolute; left: 80px; top: 0;">
615                        </div>
616                    </div>
617                    <h3 style="line-height: 26px; padding-top: 20px;">
618                        What you can Buy &amp; Sell here ...</h3>
619                    <div style="width: 80px; float: right; margin-right: 10px; margin-top: -25px;">
620                        <span class="prev" style="margin-right: 5px; display: inline-block; height: 34px;
621                            width: 34px; background: url('https://www.icicidirect.com/idirectcontent/BaseMasterPage/images/homepage_icon.png')  no-repeat scroll -114px 1px transparent;">
622                        </span><span class="next" style="margin-right: 5px; display: inline-block; height: 34px;
623                            width: 34px; background: url('https://www.icicidirect.com/idirectcontent/BaseMasterPage/images/homepage_icon.png')  no-repeat scroll -157px 1px transparent;">
624                        </span>
625                    </div>
626                </div>
627                <ul class="example1">
628                    <li><span>
629                        <div style="width: 230px; float: left; border-right: 1px dashed #959595; height: 118px;
630                            padding-right: 10px;">
631                            <p class="head">
632                                <b><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?Equity">
633                                    Equity</a></b></p>
634                            <p style="margin-top: 10px;">
635                                Trade and invest in stocks online, seamlessly. Some of our products include Cash
636                                Trading, Margin Product, CallNTrade, etc.
637                            </p>
638                        </div>
639                    </span></li>
640                    <li><span>
641                        <div style="width: 230px; float: left; border-right: 1px dashed #959595; height: 118px;
642                            padding-right: 10px;">
643                            <p class="head">
644                                <b><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?Derivatives">
645                                    Derivatives</a></b></p>
646                            <p style="margin-top: 10px;">
647                                Trade in Future & Options (F&O) at a click of a button. Experience fast, easy, transparent
648                                and hassle-free trading.
649                            </p>
650                        </div>
651                    </span></li>
652                    <li><span>
653                        <div style="width: 230px; float: left; border-right: 1px dashed #959595; height: 118px;
654                            padding-right: 10px;">
655                            <p class="head">
656                                <b><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?MutualFunds">
657                                    Mutual Funds</a></b></p>
658                            <p style="margin-top: 10px;">
659                                Investing in mutual fund schemes is easy and convenient. Track investments with
660                                a detailed report.
661                            </p>
662                        </div>
663                    </span></li>
664                    <li><span>
665                        <div style="width: 230px; float: left; border-right: 1px dashed #959595; height: 118px;
666                            padding-right: 10px;">
667                            <p class="head">
668                                <b><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?ETF">
669                                    ETF</a></b></p>
670                            <p style="margin-top: 10px;">
671                                Exchange Traded Funds (ETFs) are securities that are traded like individual stocks
672                                on an exchange. You can buy and sell Gold, Index, Banking and International ETFs
673                                here.
674                            </p>
675                        </div>
676                    </span></li>
677                    <li><span>
678                        <div style="width: 230px; float: left; border-right: 1px dashed #959595; height: 118px;
679                            padding-right: 10px;">
680                            <p class="head">
681                                <b><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?LifeInsurance">
682                                    Life Insurance</a></b></p>
683                            <p style="margin-top: 10px;">
684                                Secure your familys financial future with life insurance. Choose from an array
685                                of products like term plans, money back plans, ULIPs, etc. to meet your requirements.
686                            </p>
687                        </div>
688                    </span></li>
689                    <li><span>
690                        <div style="width: 230px; float: left; border-right: 1px dashed #959595; height: 118px;
691                            padding-right: 10px;">
692                            <p class="head">
693                                <b><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?GeneralInsurance">
694                                    General Insurance</a></b></p>
695                            <p style="margin-top: 10px;">
696                                Protect yourself, your family, and your assets with general insurance products.
697                                Select from health insurance, motor insurance, travel insurance, etc.
698                            </p>
699                        </div>
700                    </span></li>
701                    <li><span>
702                        <div style="width: 230px; float: left; border-right: 1px dashed #959595; height: 118px;
703                            padding-right: 10px;">
704                            <p class="head">
705                                <b><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?Loans">
706                                    Loans</a></b></p>
707                            <p style="margin-top: 10px;">
708                                Now you can choose to take a loan also through ICICIdirect.com! Choose from various
709                                loans to meet your financial requirements.
710                            </p>
711                        </div>
712                    </span></li>
713                    <li><span>
714                        <div style="width: 230px; float: left; border-right: 1px dashed #959595; height: 118px;
715                            padding-right: 10px;">
716                            <p class="head">
717                                <b><a href="https://secure.icicidirect.com/IDirectTrading/Trading/TradingPage.aspx?IPO-IPOBondList">
718                                    IPO</a></b></p>
719                            <p style="margin-top: 10px;">
720                                Invest in initial public offer (IPO), follow-on public offer (FPO) and offer for
721                                sale (OFS) of shares, conveniently, without any paper work.
722                            </p>
723                        </div>
724                    </span></li>
725                    <li><span>
726                        <div style="width: 230px; float: left; border-right: 1px dashed #959595; height: 118px;
727                            padding-right: 10px;">
728                            <p class="head">
729                                <b><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?Currency">
730                                    Currency</a></b></p>
731                            <p style="margin-top: 10px;">
732                                Hedge your foreign exchange (forex) risk, with trading in currency. We offer transparent
733                                online trading platform, which ensures uniform real-time price access.
734                            </p>
735                        </div>
736                    </span></li>
737                    <li><span>
738                        <div style="width: 230px; float: left; border-right: 1px dashed #959595; height: 118px;
739                            padding-right: 10px;">
740                            <p class="head">
741                                <b><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?FDBonds">
742                                    Fixed Deposits</a></b></p>
743                            <p style="margin-top: 10px;">
744                                Invest online seamlessly in fixed-income instruments such as corporate fixed deposits
745                                (FDs), bonds (tax-free bonds, capital gain bonds, GOI bonds, etc.) and non-convertible
746                                debentures (NCDs).
747                            </p>
748                        </div>
749                    </span></li>
750                    <li><span>
751                        <div style="width: 230px; float: left; border-right: 1px dashed #959595; height: 118px;
752                            padding-right: 10px;">
753                            <p class="head">
754                                <b><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?NPS">
755                                    National Pension System</a></b></p>
756                            <p style="margin-top: 10px;">
757                                Under National Pension System (NPS), you can accumulate a pension corpus during
758                                your work life to meet financial needs post retirement.
759                            </p>
760                        </div>
761                    </span></li>
762                    <li><span>
763                        <div style="width: 230px; float: left; border-right: 1px dashed #959595; height: 118px;
764                            padding-right: 10px;">
765                            <p class="head">
766                                <b><a href="https://www.icicidirect.com/idirectcontent/Home/InvAdvSvc.aspx">
767                                    Financial Planning</a></b></p>
768                            <p style="margin-top: 10px;">
769                                Be it planning for your child's education or marriage, your retirement or that dream
770                                home, we can build a comprehensive financial plan specially customized for you.
771                            </p>
772                        </div>
773                    </span></li>
774                    <li><span>
775                        <div style="width: 230px; float: left; border-right: 1px dashed #959595; height: 118px;
776                            padding-right: 10px;">
777                            <p class="head">
778                                <b><a href="https://www.icicidirect.com/idirectcontent/Home/InvAdvSvc.aspx">
779                                    Financial Learning</a></b></p>
780                            <p style="margin-top: 10px;">
781                                Be it a Beginner in stock markets or an evolved trader, we have programs for each
782                                of you, which are designed/delivered by market experts in Classroom/Self Learn/Virtual
783                                mode in areas of stocks, technical analysis, derivatives etc.
784                            </p>
785                        </div>
786                    </span></li>
787                </ul>
788            </div>
789        </div>
790        <!--END What you can buy and sell here-->
791        <div class="mainCont" style="margin-top: 10px; margin-bottom: 10px;">
792            <div style="width: 975px; float: left; margin-top: 30px; border: 0px solid #f00;
793                margin-bottom: 10px;">
794                <div style="width: 335px; float: left; margin-right: 10px;">
795                    <div class="headertext">
796                        Watch, Listen &amp; Understand</div>
797                    <div class="darkline" style="width: 320px;">
798                        &nbsp;</div>
799                    <div style="width: 320px; padding-top: 20px;">
800                        <div style="width: 300px; float: left; margin-top: 5px; margin-bottom: 4px;">
801                            <div style="float: left; margin-right: 5px;">
802                                <span class="spritBullet" style="margin-top: 2px !important; margin-right: 5px !important;">
803                                </span>
804                            </div>
805                            <div style="float: left;">
806                                <p>
807                                    <a href="https://www.icicidirect.com/idirectcontent/Home/HelpVideos.aspx"
808                                        title="Help Videos">Help Videos</a></p>
809                            </div>
810                            <div style="float: right;">
811                                <a href="https://www.icicidirect.com/idirectcontent/Home/HelpVideos.aspx"
812                                    title="Help Videos" style="display: inline-block; height: 15px; width: 17px;
813                                    background: url('https://www.icicidirect.com/idirectcontent/BaseMasterPage/images/homepage_icon.png')  no-repeat scroll -250px -8px transparent;">
814                                </a>
815                            </div>
816                        </div>
817                        <div style="width: 300px; float: left;">
818                            <div style="float: left; margin-right: 5px;">
819                                <span class="spritBullet" style="margin-top: 2px !important; margin-right: 5px !important;">
820                                </span>
821                            </div>
822                            <div style="float: left;">
823                                <p>
824                                    <a href="https://www.icicidirect.com/idirectcontent/Home/Webinars.aspx"
825                                        title="View Webinars">View Webinars</a></p>
826                            </div>
827                            <div style="float: right;">
828                                <a href="https://www.icicidirect.com/idirectcontent/Home/Webinars.aspx"
829                                    title="View Webinars" style="display: inline-block; height: 15px; width: 17px;
830                                    background: url('https://www.icicidirect.com/idirectcontent/BaseMasterPage/images/homepage_icon.png')  no-repeat scroll -250px -8px transparent;">
831                                </a>
832                            </div>
833                        </div>
834                        <div style="width: 300px; float: left; margin-top: 5px;">
835                            <div style="float: left; margin-right: 5px;">
836                                <span class="spritBullet" style="margin-top: 2px !important; margin-right: 5px !important;">
837                                </span>
838                            </div>
839                            <div style="float: left;">
840                                <p>
841                                    <div style="width: 160px; float: left;">
842                                        <a href="http://content.icicidirect.com/idirectcontent/MoneyManagerMagazine/index.html"
843                                            title="eMag Edition" target="_blank">Money Manager Magazine</a></div>
844                                    <div style="width: 90px; float: left;">
845                                        <a href="http://www.facebook.com/icicidirect" target="_blank" title="Connect with us on">
846                                            <img src="https://www.icicidirect.com/idirectcontent/home/images/facebook.png"
847                                                alt="Facebook" /></a>
848                                    </div>
849                                </p>
850                            </div>
851                            <ul style="list-style: none; margin-top: 3px; margin-bottom: 3px; width: 280px; float: right;
852                                line-height: 22px; border: 0px solid #f00;">
853                                <li style="width: 130px; float: left;"><span class="spritBullet" style="margin-top: 4px !important;
854                                    margin-right: 5px !important;"></span><a href="https://www.icicidirect.com/idirectcontent/MoneyManagerMagazine/Monthly_Issue.pdf"
855                                        target="_blank" title="Download">Download (PDF) </a></li>
856                                <li style="width: 130px; float: right;"><span class="spritBullet" style="margin-top: 4px !important;
857                                    margin-right: 5px !important;"></span><a href="http://content.icicidirect.com/MailImages/moneymanager/index.html"
858                                        target="_blank" title="Archive">Archive</a> </li>
859                            </ul>
860                        </div>
861                        <div style="width: 300px; float: left; margin-top: 5px;">
862                            <div style="float: left; margin-right: 5px;">
863                                <span class="spritBullet" style="margin-top: 2px !important; margin-right: 5px !important;">
864                                </span>
865                            </div>
866                            <div style="float: left;">
867                                <p>
868
869                                        <a href="http://www.icicisecurities.com/CRMLite/OnlyDemo/video.html" title="MF Simplified – Why ICICIdirect.com?" target="_blank">MF Simplified – Why ICICIdirect.com?</a></p>
870                            </div>
871                            <div style="float: right;">
872                                <a href="https://www.icicidirect.com/idirectcontent/Home/HelpVideos.aspx?Video=WhyInsurance.flv&Title=Why Insurance&menu=3rd"
873                                    title="Why Insurance?" style="display: inline-block; height: 15px; width: 17px;
874                                    background: url('https://www.icicidirect.com/idirectcontent/BaseMasterPage/images/homepage_icon.png')  no-repeat scroll -250px -8px transparent;">
875                                </a>
876                            </div>
877                        </div>
878                    </div>
879                </div>
880                <div style="width: 325px; float: left; margin-top: -8px;">
881                    <div style="width: 100%; float: left;">
882                        <div class="technology">
883                            <p class="headertext">
884                                Expert Speak</p>
885                            <div class="darkline" style="width: 320px;">
886                                &nbsp;</div>
887                        </div>
888                        <div class="thelanguage" style="margin-top: 10px;">
889                            <p>
890
891                                <a href="#" onclick="alert('Please login to View.');" title="Expert Speak">
892
893                                     Investor Conference calls &nbsp;&nbsp;<br> Listen to our Conference calls on Products, Features & Research through Experts</a>
894                            </p>
895                        </div>
896                    </div>
897                    <div style="width: 100%; float: left; margin-top: 20px;">
898                        <div class="technology">
899                            <p class="headertext">
900                                Quick Poll</p>
901                            <div class="darkline" style="width: 320px;">
902                                &nbsp;</div>
903                        </div>
904                        <div class="thelanguage" style="margin-top: 10px;">
905                            <p>
906                                <a href="https://secure.icicidirect.com/IDirectTrading/Trading/TradingPage.aspx?customer-poll"
907                                    title="Quick Poll">Participate in survey on Tax benefits on Insurance... </a>
908                            </p>
909                        </div>
910                    </div>
911                </div>
912                <div style="width: 268px; float: right; border: 1px solid #d0d0d0;">
913                    <div style="margin-top: 7px; margin-left: 4px;" id="divImage">
914                        <img border="0" name="banner" id="banner" height="110" onclick="openWindow();" style="cursor: pointer;"
915                            width="260" src="https://www.icicidirect.com/mailimages/BannerImages/a.gif">
916                    </div>
917                    <input type="hidden" id="hdnFileNames" name="hdnFileNames" value="a.gif,b.gif,c.gif,d.gif" />
918                    <input type="hidden" id="hdnFileCount" name="hdnFileCount" value="4" />
919                    <input type="hidden" id="hdnPath" name="hdnPath" value="https://www.icicidirect.com" />
920                    <input type="hidden" id="hdnItemCount" name="hdnItemCount" value="4" />
921                    <input type="hidden" id="hdnCurPageNo" name="hdnCurPageNo" value="1" />
922                    <input type="hidden" id="hdnTotalPages" name="hdnTotalPages" value="1" />
923                    <div id="divImgMainLink" style="font-size: 13px; width: 260px" align="center" class="openaccount">
924                        <div id="divImgLink" style="font-size: 13px; width: 260px" align="center">
925                        </div>
926                    </div>
927                </div>
928            </div>
929        </div>
930    </div>
931    <script language="javascript" type="text/javascript">
932    //<![CDATA[
933        onload = function () {
934            startTime();
935            Onload_Link();
936        }
937        //]]>
938
939        var img = 1;
940        var FileNames = document.getElementById("hdnFileNames").value;
941        var Filearray = new Array();
942        Filearray = FileNames.split(',');
943        arrlen = document.getElementById("hdnFileCount").value;
944        var arr = new Array();
945        var path = document.getElementById("hdnPath").value;
946        var virpath = path + "/MailImages/BannerImages/";
947
948
949        for (var i = 0; i <= arrlen; i++) {
950            //arr[i]= new Image();
951            arr[i] = virpath + Filearray[i];
952        }
953
954        function startTime() {
955            var time = new Date();
956            hours = time.getHours();
957            mins = time.getMinutes();
958            secs = time.getSeconds();
959            closeTime = hours * 3600 + mins * 60 + secs;
960            closeTime += 8; // How many seconds until the next banner rotation
961            Timer();
962        }
963
964        function Timer() {
965            var time = new Date();
966            hours = time.getHours();
967            mins = time.getMinutes();
968            secs = time.getSeconds();
969            curTime = hours * 3600 + mins * 60 + secs
970
971            if (curTime >= closeTime) {
972                if (img < parseInt(arrlen) + 1) {	// The number 2 is the amount of banners that you have above - adjust accordingly
973
974                    document.banner.src = arr[img - 1];
975
976                    highlightLink(img);
977                    img++;
978                }
979                else {
980
981                    img = 1;
982                    document.banner.src = arr[img - 1];
983                    highlightLink(img);
984
985                }
986
987                startTime();
988            }
989            else {
990                window.setTimeout("Timer()", 1000)
991            }
992        }
993
994        function loadImage(ImgNo) {
995            highlightLink(ImgNo);
996            document.banner.src = arr[parseInt(ImgNo) - 1];
997            img = parseInt(ImgNo);
998
999            //document.getElementById("divImgLink").focus();
1000            // document.getElementById("divImage").focus();
1001        }
1002
1003        function highlightLink(ImgNo) {
1004            var CurPageNo, MinNo, MaxNo;
1005            var TotalImg = document.getElementById("hdnFileCount").value;
1006            CurPageNo = document.getElementById("hdnCurPageNo").value;
1007            var Totalpg = document.getElementById("hdnTotalPages").value;
1008            var ItemCount = document.getElementById("hdnItemCount").value;
1009            var linkId = "BanImg" + ImgNo;
1010            MinNo = (parseInt(CurPageNo * ItemCount) - parseInt(ItemCount)) + 1;
1011            if (parseInt(Totalpg) > parseInt(CurPageNo)) {
1012                MaxNo = parseInt(CurPageNo * ItemCount);
1013            }
1014            else {
1015                MaxNo = parseInt(TotalImg);
1016            }
1017            if (parseInt(ImgNo) > parseInt(MaxNo)) {
1018                NextClick();
1019            }
1020            if (parseInt(ImgNo) == 1) {
1021                document.getElementById("hdnCurPageNo").value = 1;
1022                CurPageNo = document.getElementById("hdnCurPageNo").value;
1023                Onload_Link();
1024            }
1025            CurPageNo = document.getElementById("hdnCurPageNo").value;
1026            MinNo = (parseInt(CurPageNo * ItemCount) - parseInt(ItemCount)) + 1;
1027            if (parseInt(Totalpg) > parseInt(CurPageNo)) {
1028                MaxNo = parseInt(CurPageNo * ItemCount);
1029            }
1030            else {
1031                MaxNo = parseInt(TotalImg);
1032            }
1033
1034
1035            for (var i = parseInt(MinNo); i <= parseInt(MaxNo); i++) {
1036                var linkId1 = "BanImg" + i;
1037
1038                if (i == parseInt(ImgNo)) {
1039                    if (document.getElementById(linkId1) != null)
1040                        document.getElementById(linkId).style.color = "orange";
1041                }
1042                if (i != parseInt(ImgNo)) {
1043                    if (document.getElementById(linkId1) != null)
1044                        document.getElementById(linkId1).style.color = "#014a81";
1045                }
1046
1047            }
1048        }
1049
1050        function Onload_Link() {
1051            var strLink = "";
1052            var ItemCount = document.getElementById("hdnItemCount").value;
1053            var Totalpg = document.getElementById("hdnTotalPages").value;
1054            // strLink = strLink + "<a href='javascript://' id='Previous' onclick='javascript:PreviousClick();' name='Previous'> << </a> &nbsp;";
1055            for (i = 1; i <= ItemCount; i++) {
1056                var linkId = "BanImg" + i;
1057                strLink = strLink + "<b><a href='javascript://'  onclick='javascript:loadImage(" + i + ");' id='" + linkId + "' name='" + linkId + "' >" + i + "</a> </b>&nbsp;&nbsp;";
1058            }
1059            if (parseInt(Totalpg) > 1) {
1060                strLink = strLink + "<b><a href='javascript://' onclick='javascript:NextClick();' id='Next' name='Next'> >> </a></b> &nbsp;";
1061            }
1062
1063            document.getElementById("divImgLink").innerHTML = strLink;
1064
1065        }
1066
1067        function NextClick() {
1068            var CurPageNo = document.getElementById("hdnCurPageNo").value;
1069            var Totalpg = document.getElementById("hdnTotalPages").value;
1070            var TotalImg = document.getElementById("hdnFileCount").value;
1071            var ItemCount = document.getElementById("hdnItemCount").value;
1072            if (parseInt(Totalpg) > parseInt(CurPageNo)) {
1073                document.getElementById("hdnCurPageNo").value = parseInt(document.getElementById("hdnCurPageNo").value) + 1;
1074                CurPageNo = document.getElementById("hdnCurPageNo").value;
1075            }
1076
1077            if (parseInt(Totalpg) >= parseInt(CurPageNo)) {
1078                var MinNo = (parseInt(CurPageNo * ItemCount) - parseInt(ItemCount)) + 1;
1079                var MaxNo = parseInt(CurPageNo * ItemCount);
1080                var strLink = "";
1081                if (parseInt(CurPageNo) != 1) {
1082                    strLink = strLink + "<b><a href='javascript://' id='Previous' onclick='javascript:PreviousClick();' name='Previous'> << </a></b> &nbsp;";
1083                }
1084                if (parseInt(Totalpg) > parseInt(CurPageNo)) {
1085                    for (i = parseInt(MinNo); i <= parseInt(MaxNo); i++) {
1086                        var linkId = "BanImg" + i;
1087                        strLink = strLink + "<b><a href='javascript://'  onclick='javascript:loadImage(" + i + ");' id='" + linkId + "' name='" + linkId + "' >" + i + "</a></b> &nbsp;&nbsp;";
1088                    }
1089                }
1090                else {
1091                    for (i = parseInt(MinNo); i <= parseInt(TotalImg); i++) {
1092                        var linkId = "BanImg" + i;
1093                        strLink = strLink + "<b><a href='javascript://'  onclick='javascript:loadImage(" + i + ");' id='" + linkId + "' name='" + linkId + "' >" + i + "</a></b> &nbsp;&nbsp;";
1094                    }
1095                }
1096                if (parseInt(CurPageNo) != parseInt(Totalpg)) {
1097                    strLink = strLink + "<b><a href='javascript://' onclick='javascript:NextClick();' id='Next' name='Next'> >> </a></b> &nbsp;";
1098                }
1099                document.getElementById("divImgLink").innerHTML = strLink;
1100            }
1101            // document.getElementById("divImgLink").focus();
1102        }
1103
1104        function PreviousClick() {
1105            var CurPageNo = document.getElementById("hdnCurPageNo").value;
1106            var Totalpg = document.getElementById("hdnTotalPages").value;
1107            var TotalImg = document.getElementById("hdnFileCount").value;
1108            var ItemCount = document.getElementById("hdnItemCount").value;
1109            if (parseInt(CurPageNo) > 1) {
1110                document.getElementById("hdnCurPageNo").value = parseInt(document.getElementById("hdnCurPageNo").value) - 1;
1111                CurPageNo = document.getElementById("hdnCurPageNo").value;
1112            }
1113
1114            if (parseInt(CurPageNo) >= 1) {
1115                var MinNo = (parseInt(CurPageNo * ItemCount) - parseInt(ItemCount)) + 1;
1116                var MaxNo = parseInt(CurPageNo * ItemCount);
1117                var strLink = "";
1118                if (parseInt(CurPageNo) != 1) {
1119                    strLink = strLink + "<b><a href='javascript://' id='Previous' onclick='javascript:PreviousClick();' name='Previous'> << </a></b> &nbsp;";
1120                }
1121                if (parseInt(Totalpg) == parseInt(CurPageNo)) {
1122                    for (i = parseInt(MinNo); i <= parseInt(TotalImg); i++) {
1123                        var linkId = "BanImg" + i;
1124                        strLink = strLink + "<b><a href='javascript://'  onclick='javascript:loadImage(" + i + ");' id='" + linkId + "' name='" + linkId + "' >" + i + "</a></b> &nbsp;&nbsp;";
1125                    }
1126                }
1127                else {
1128                    for (i = parseInt(MinNo); i <= parseInt(MaxNo); i++) {
1129                        var linkId = "BanImg" + i;
1130                        strLink = strLink + "<b><a href='javascript://'  onclick='javascript:loadImage(" + i + ");' id='" + linkId + "' name='" + linkId + "' >" + i + "</a></b> &nbsp;&nbsp;";
1131                    }
1132                }
1133                if (parseInt(CurPageNo) != parseInt(Totalpg)) {
1134                    strLink = strLink + "<b><a href='javascript://' onclick='javascript:NextClick();' id='Next' name='Next'> >> </a></b> &nbsp;";
1135                }
1136                document.getElementById("divImgLink").innerHTML = strLink;
1137            }
1138
1139            // document.getElementById("divImgLink").focus();
1140        }
1141
1142        function openWindow() {
1143		var imgurl = document.getElementById("banner").src;
1144            imgurlSplit = imgurl.split('/');
1145            imgname = imgurlSplit[imgurlSplit.length - 1];
1146
1147            var open_url;
1148            open_url = imgname.split('.')[0] + "_popup";
1149            winopenurl = "";
1150
1151            if (parseInt(imgname.indexOf("_no")) == -1) {
1152                winopenurl = "http://content.icicidirect.com/mailimages/bannerimages/" + open_url + ".html";
1153            }
1154
1155
1156            if (winopenurl != "")
1157                window.open(winopenurl, 'ImgWindow', 'width=650,height=650,left=0,top=0,status,scrollbars,resizable');
1158
1159        }
1160
1161
1162    </script>
1163
1164    </div>
1165
1166    <div>
1167
1168<div id="dvFooter" class="footWrapper1" style="">
1169    <div class="footCont1">
1170        <ul>
1171            <li><a href="http://www.icicibank.com/" title="ICICI Bank" target="_blank" class="ibank">ICICI Bank</a>
1172            </li>
1173            <li><a href="http://www.icicisecurities.com/" title="ICICI Securities" target="_blank">
1174                ICICI Securities</a> </li>
1175            <li><a href="https://www.icicilombard.com/" title="ICICI Lombard General Insurance"
1176                target="_blank">ICICI Lombard General Insurance</a> </li>
1177            <li><a href="http://www.iciciprulife.com/public/default.htm" title="ICICI Prudential Life Insurance"
1178                target="_blank">ICICI Prudential Life Insurance</a> </li>
1179            <li><a href="http://www.icicipruamc.com/" title="ICICI Prudential AMC" target="_blank">
1180                ICICI Prudential AMC</a> </li>
1181            <li><a href="http://www.icicihomesearch.com/" title="ICICI Bank" target="_blank">ICICI
1182                Home Search</a> </li>
1183            <li style="border-right: 0px !important;"><a href="https://www.icicidirect.com/newsiteContent/PrivacyPolicy.asp"
1184                title="Privacy Policy" target="_blank">Privacy Policy</a> </li>
1185        </ul>
1186    </div>
1187</div>
1188<div class="footWrapper" style="margin-top: 0px;">
1189    <div class="footCont">
1190        <ul>
1191            <li style="width: 16%; font-weight: bold;">Home
1192                <hr style="width: 80%; opacity: 0.6; float: left;" />
1193                <ul class="footercontent">
1194                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/Home/Home.aspx"
1195                        title="Overview">Overview</a> </li>
1196                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/Home/UniqueAdvantages.aspx"
1197                        title="Why ICICIdirect.com">Why ICICIdirect.com</a> </li>
1198                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/Home/Pricing.aspx"
1199                        title="Pricing">Pricing</a> </li>
1200                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/Home/NRIHome.aspx"
1201                        title="NRI Service">NRI Service</a> </li>
1202                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/Home/CorporateService.aspx"
1203                        title="Corporate Services">Corporate Services</a> </li>
1204                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/Home/Businesspartner.aspx"
1205                        title="Business Partner">Business Partner</a> </li>
1206                    <li style="width: 100%;"><a href="https://www.isecpwm.com/" title="Wealth Management"
1207                        target="_blank">Wealth Management</a> </li>
1208                    <li style="text-align: left !important; width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/Home/InvAdvSvc.aspx"
1209                        title="Investment Advisory Service">Investment Advisory<br />
1210                        Service</a> </li>
1211                </ul>
1212            </li>
1213            <li style="width: 16%; font-weight: bold;">Product &amp; Services
1214                <hr style="width: 80%; opacity: 0.6; float: left;" />
1215                <ul class="footercontent">
1216                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/ProductService/PSOverview.aspx?Overview"
1217                        title="Overview">Overview</a> </li>
1218                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?Equity"
1219                        title="Equity">Equity</a> </li>
1220                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?Derivatives"
1221                        title="Derivatives">Derivatives</a> </li>
1222                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?Currency"
1223                        title="Currency">Currency</a> </li>
1224                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?MutualFunds"
1225                        title="Mutual Funds">Mutual Funds</a> </li>
1226                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?ETF"
1227                        title="ETF">ETF</a> </li>
1228                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?Insurance"
1229                        title="Life Insurance">Life Insurance</a> </li>
1230                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?Insurance"
1231                        title="General Insurance">General Insurance</a> </li>
1232                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?FDBonds"
1233                        title="Fixed Deposits / Bonds">Fixed Deposits / Bonds</a> </li>
1234                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?Loans"
1235                        title="Loans">Loans</a> </li>
1236                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?Tax"
1237                        title="Tax">Tax</a> </li>
1238                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?eLocker"
1239                        title="eLocker">eLocker</a> </li>
1240                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?NPS"
1241                        title="NPS">NPS</a> </li>
1242                </ul>
1243            </li>
1244            <li style="width: 16%; font-weight: bold;">
1245                <div style="width: 100%; float: left;">
1246                    Markets</div>
1247                <hr style="width: 80%; opacity: 0.6; float: left;" />
1248                <ul class="footercontent">
1249                    <li style="width: 100%;"><a href="#" onclick="sendto($('#LiOverview'),'https://www.icicidirect.com/idirectcontent/Markets/MarketOverview.aspx')"
1250                        title="Overview">Overview</a> </li>
1251                    <li style="width: 100%;"><a href="#" onclick="$('#dvmktmain').load('https://www.icicidirect.com/idirectcontent/Markets/Common.aspx?1&Page=News');"
1252                        title="News">News</a> </li>
1253                    <li style="width: 100%;"><a href="#" onclick="$('#dvmktmain').load('https://www.icicidirect.com/idirectcontent/Markets/Common.aspx?p=2&Page=Indices');"
1254                        title="Indices">Indices</a> </li>
1255                    <li style="width: 100%;"><a href="#" onclick="$('#dvmktmain').load('https://www.icicidirect.com/idirectcontent/Markets/Common.aspx?p=3&Page=World');"
1256                        title="World Indices">World Indices</a> </li>
1257                    <li style="width: 100%;"><a href="#" onclick="$('#dvmktmain').load('https://www.icicidirect.com/idirectcontent/Markets/Common.aspx?p=4&Page=MarketStats');"
1258                        title="Market Stats">Market Stats</a> </li>
1259                    <li style="width: 100%;"><a href="#" onclick="$('#dvmktmain').load('https://www.icicidirect.com/idirectcontent/Markets/Common.aspx?p=5&Page=EOD');"
1260                        title="End of Day Reports">End of Day Reports</a> </li>
1261                </ul>
1262            </li>
1263            <li style="width: 16%; font-weight: bold;">Research
1264                <hr style="width: 80%; opacity: 0.6; float: left;" />
1265                <ul class="footercontent">
1266                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/Research/ResearchOverview.aspx"
1267                        title="Equity">Equity</a> </li>
1268                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/Research/TechnicalAnalysis.aspx"
1269                        title="Technical Analysis &amp; Charts">Technical Analysis
1270                        <br />
1271                        &amp; Charts</a> </li>
1272                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/Research/MutualFunds.aspx"
1273                        title="Mutual Funds">Mutual Funds</a> </li>
1274                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/Research/RIBI.aspx"
1275                        title="Mutual Funds">Retail Investor Behaviour Index (RIBI)</a> </li>
1276                </ul>
1277            </li>
1278            <li style="width: 16%; font-weight: bold;">Financial Learning
1279                <hr style="width: 80%; opacity: 0.6; float: left;" />
1280                <ul class="footercontent">
1281                    <li style="width: 100%;"><a href="https://secure.icicidirect.com/IDirectTrading/Trading/TradingPage.aspx?tradeh-LMSHome&lmsval=H"
1282                        title="My Account">My Account</a> </li>
1283                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/FinancialEducation/ClassroomOfProfit.aspx?AboutUs"
1284                        title="About Us">About Us</a> </li>
1285                    <li style="width: 100%;"><a href="https://secure.icicidirect.com/IDirectTrading/Trading/TradingPage.aspx?tradeh-LMSHome&lmsval=C"
1286                        title="Classroom Programmes">Classroom Programmes</a> </li>
1287                    <li style="width: 100%;"><a href="https://secure.icicidirect.com/IDirectTrading/Trading/TradingPage.aspx?tradeh-LMSHome&lmsval=E"
1288                        title="eLearn">eLearn</a> </li>
1289                    <li style="width: 100%;"><a href="http://virtualstocks.icicidirect.com/Gamesite/customer/login.aspx"
1290                        target="_blank" title="Virtual Trading">Virtual Trading</a> </li>
1291                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/FinancialEducation/ClassroomOfProfit.aspx?CertiPartners"
1292                        title="Certification Partners">Certification Partners</a> </li>
1293                    <li style="width: 100%;"><a href="#" onclick="javascript: window.open('https://secure.icicidirect.com/IDirectTrading/Trading/EduLead.aspx', 'viewcalen', 'toolbar=no,resizable=yes,scrollbars=yes,width=700,height=500');">
1294                        Contact Us</a> </li>
1295                </ul>
1296            </li>
1297            <li style="width: 16%; font-weight: bold;">Customer Service
1298                <hr style="width: 80%; opacity: 0.6; float: left;" />
1299                <ul class="footercontent">
1300                    <li style="width: 100%;"><a href="#" title="Overview" onclick="window.location.href='https://secure.icicidirect.com/IDirectTrading/customer/customeroverview.aspx';">
1301                        Overview</a> </li>
1302                    <li style="width: 100%;"><a href="#" title="My Account" onclick="window.location.href='https://secure.icicidirect.com/IDirectTrading/Trading/TradingPage.aspx?customer-myaccount'">
1303                        My Account</a> </li>
1304                    <li style="width: 100%;"><a href="#" title="Contact Us" onclick="window.open('https://www.icicidirect.com/cuscarenos.htm','Call_Center_Number','scrollbars=yes,width=740,height=637')">
1305                        Contact Us</a> </li>
1306                    <li style="width: 100%;"><a href="#" title="Locate Branch" onclick="window.location.href='https://secure.icicidirect.com/IDirectTrading/customer/CustomerOverview.aspx?filename=BranchLocator';">
1307                        Locate Branch</a> </li>
1308                    <li style="width: 100%;"><a href="#" title="iCommunity" onclick="window.location.href = 'https://secure.icicidirect.com/IDirectTrading/customer/CustomerOverview.aspx?filename=community';">
1309                        iCommunity</a> </li>
1310                </ul>
1311                <div style="width: 100%; float: left; margin-top: 20px;">
1312                    Open an Account</div>
1313                <hr style="width: 80%; opacity: 0.6; float: left;" />
1314                <ul class="footercontent">
1315                    <li style="width: 100%;"><a href="https://secure.icicidirect.com/IDirectTrading/customer/CustomerOverview.aspx?filename=OpenAcc"
1316                        title="Open an Account">Open an Account</a> </li>
1317                </ul>
1318                <div style="width: 100%; float: left; margin-top: 20px;">
1319                    Site Map</div>
1320                <hr style="width: 80%; opacity: 0.6; float: left;" />
1321                <ul class="footercontent">
1322                    <li style="width: 100%;"><a href="https://www.icicidirect.com/idirectcontent/sitemap.aspx"
1323                        title="Site Map">Site Map</a> </li>
1324                </ul>
1325            </li>
1326        </ul>
1327        <div style="width: 23%; float: right; border: 0px solid #fff; position: ; margin-top: -20px;
1328            color: #fff;">
1329            Powered By&nbsp;&nbsp;<strong style="font-size: 16px; font-style: italic; font-family: arial;">ICICI
1330                Securities Ltd.</strong>
1331        </div>
1332    </div>
1333    <div class="footCont1" style="color: #fff; line-height: 18px; font-size: 11px;">
1334        <strong style="text-decoration: underline;">Attention Investors</strong> <strong>:</strong>
1335        Prevent unauthorized transactions in your account &minus;&gt; Update your mobile
1336        numbers/email IDs with your stock brokers. Receive information of your transactions
1337        directly from Exchange on your mobile/email at the end of the day..... Issued in
1338        the interest of Investors. (Ref NSE : Circular No.: NSE/INSP/27346, BSE : Notice
1339        20140822-30).
1340        <div style="border-top: 1px solid #fff; opacity: 0.3; float: left; width: 100%; margin-top: 10px;
1341            margin-bottom: 0px;">
1342        </div>
1343    </div>
1344    <div class="footCont1" style="color: #fff; line-height: 18px; font-size: 11px;">
1345        <strong style="text-decoration: underline;">ICICI Securities Limited </strong><strong>
1346            :</strong><br /> <strong style="text-decoration: underline;">Registered office:</strong> ICICI Centre, H.T.Parekh Marg, Churchgate, Mumbai
1347        - 400 020 CIN: L67120MH1995PLC086241 Tel: (91 22) 2288 2460/70 Fax: (91 22) 2288
1348        2445<br />
1349
1350        <strong style="text-decoration: underline;">For any queries or grievances</strong><strong>
1351            :</strong> <a href="mailto:headservicequality@icicidirect.com" style="text-decoration: underline; color: #fff;">Mr. Abhishake Mathur</a>
1352        <div style="border-top: 1px solid #fff; opacity: 0.3; float: left; width: 100%; margin-top: 10px;
1353            margin-bottom: 0px;">
1354        </div>
1355    </div>
1356    <div style="text-align: center !important; width: 980px; margin: 0 auto; color: #fff;
1357        line-height: 20px; font-size: 11px;">
1358        ICICIdirect.com is a part of ICICI Securities and offers retail trading and investment
1359        services.<br />
1360        Member of National Stock Exchange of India, BSE Ltd & Metropolitan Stock Exchange SEBI Registration number INZ000183631<br />
1361        ICICI Securities Limited acts as a Composite Corporate Agent of ICICI Prudential
1362        Life Insurance Company Ltd and ICICI Lombard General Insurance Company Ltd having
1363        registration no. CA0113 valid till 31-Mar-2022.<br />
1364        Copyright&copy; 2015 . All rights Reserved. ICICI Securities Ltd. &reg;trademark
1365        registration in respect of the concerned mark has been applied for by ICICI Bank
1366        Limited<br />
1367        The site is best viewed with Internet Explorer 7.0 or above and screen resolution
1368        1024 X 768.
1369    </div>
1370</div>
1371
1372    </div>
1373
1374    <input type="hidden" name="ctl00$hidPage" id="hidPage" value="https://secure.icicidirect.com/IDirectTrading" />
1375    <input type="hidden" name="ctl00$hidContent" id="hidContent" value="https://www.icicidirect.com/idirectcontent" />
1376
1377<script>$("#dvDate").html("<li class='last' style='padding:5px;float:right;'>Jul 23, 2019, 02:29 IST</li>"); </script><script> $('#lihome').addClass('active');</script></form>
1378    <form name="GooleSearch">
1379    <input type="hidden" id="normal" name="normal" />
1380    <input type="hidden" id="loginSecureStatus" name="loginSecureStatus" value="0">
1381    </form>
1382</body>
1383</html>
1384<div id="dvmnutile" style="display: none;">
1385    <ul>
1386        <li><a width='100%' href='#' onclick="window.location.href ='https://secure.icicidirect.com/IDirectTrading/lbs/lbstrading.aspx'">
1387            Low Bandwidth Site</a></li>
1388        <li><a width='100%' href='#' onclick="window.open('https://www.icicidirect.com/cuscarenos.htm','Call_Center_Number','scrollbars=yes,width=740,height=637')">
1389            Customer Care / </a><a href="#" onclick="window.open('https://www.icicidirect.com/indexfaq.asp#a30','Call_Center_Number','scrollbars=yes,width=818,height=400')">
1390                CallNtrade</a></li>
1391        <li><a width='100%' href='#' onclick="window.location.href='https://secure.icicidirect.com/IDirectTrading/customer/CustomerOverview.aspx?filename=BranchLocator'">
1392            ICICIdirect Superstore</a></li>
1393        <li><a width='100%' href='#' onclick="myFunction()">
1394            Instahelp / </a><a href="#" onclick="window.open('https://www.icicidirect.com/indexfaq.asp','IndexFaq','scrollbars=yes,width=818,height=660,screenX=100,screenY=0,left=100,top=0')">
1395                FAQs</a></li>
1396        <li><a width='100%' href='#' onclick="window.location.href = 'https://secure.icicidirect.com/IDirectTrading/customer/CustomerOverview.aspx?filename=downloadform'">Download Forms</a></li>
1397        <li><a width='100%' href='#' onclick="window.location.href = 'https://secure.icicidirect.com/IDirectTrading/customer/CustomerOverview.aspx?filename=community'">
1398            iCommunity</a></li>
1399
1400         <li><a width='100%' href='#' onclick="window.open('https://traderweb.icicidirect.com/login.aspx')">
1401            Trade Racer Web</a><font color="#990000"> - Free</font></li>
1402         <li><a width='100%' href='#' onclick="window.location.href='https://www.icicidirect.com/idirectcontent/ProductService/ProductService.aspx?TradeRacer';">
1403            Trade Racer(Desktop App)</a><font color="#990000"> - Free</font></li>
1404        <li>
1405            <div style="float: left">
1406                <a href='#'>Mobile Application</a></div>
1407            <div style="float: left; width: 90%; margin-top: 5px;">
1408                <div style="float: left; width: 20px;">
1409                    <a href="#" class="social" style="background: url('https://www.icicidirect.com/idirectcontent/basemasterpage/images/homepage_icon.png')  no-repeat scroll -276px -5px transparent;" onclick="window.open('https://play.google.com/store/apps/details?id=com.icicisecurity')"
1410                        title="Android"></a></div>
1411                <div style="float: left; width: 20px; margin-left: 10px;">
1412                    <a href="#" class="social" onclick="window.open('https://itunes.apple.com/in/app/icicidirect.com/id594421884?mt=8&ign-mpt=uo%3D2')"
1413                        style="background: url('https://www.icicidirect.com/idirectcontent/basemasterpage/images/homepage_icon.png')  no-repeat scroll -306px -5px transparent;"
1414                        title="iPhone">
1415                        </a></div>
1416                <div style="float: left; width: 20px; margin-left: 10px;">
1417                    <a href="#" class="social" onclick="window.open('http://apps.microsoft.com/windows/en-in/app/icicidirect/fec250e6-74b4-4cfe-885b-58327ee5b778')"
1418                        style="background: url('https://www.icicidirect.com/idirectcontent/basemasterpage/images/homepage_icon.png')  no-repeat scroll -336px -5px transparent;"
1419                        title="Windows">
1420                        </a></div>
1421            </div>
1422        </li>
1423        <li>
1424            <div style="float: left">
1425                <a href='#'>Join us on</a></div>
1426            <div style="float: left; width: 90%; margin-top: 5px;">
1427                <div style="float: left; width: 20px;">
1428                    <a href="#" class="social" style="background: url('https://www.icicidirect.com/idirectcontent/basemasterpage/images/homepage_icon.png')  no-repeat scroll -366px -5px transparent;" onclick="window.open('http://www.youtube.com/user/icicisecuritiesltd')"
1429                        title="youtube">
1430                        </a></div>
1431                <div style="float: left; width: 20px; margin-left: 10px;">
1432                    <a href="#" class="social" style="background: url('https://www.icicidirect.com/idirectcontent/basemasterpage/images/homepage_icon.png')  no-repeat scroll -396px -5px transparent;" onclick="window.open('https://www.facebook.com/icicidirect')" title="facebook">
1433                        </a></div>
1434                <div style="float: left; width: 20px; margin-left: 10px;">
1435                    <a href="#" class="social" style="background: url('https://www.icicidirect.com/idirectcontent/basemasterpage/images/homepage_icon.png')  no-repeat scroll -426px -5px transparent;" onclick="window.open('https://twitter.com/icici_direct')" title="Twitter">
1436                        </a></div>
1437                <div style="float: left; width: 20px; margin-left: 10px;">
1438                    <a href="#" class="social" style="background: url('https://www.icicidirect.com/idirectcontent/basemasterpage/images/homepage_icon.png')  no-repeat scroll -456px -5px transparent;" onclick="window.open('https://plus.google.com/107638133506776009897')"
1439                        title="googleplus">
1440                        </a></div>
1441            </div>
1442        </li>
1443    </ul>
1444</div>
1445<script type="text/javascript">
1446
1447
1448</script>
1449