ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> <html> <head> <title>National Spot Exchange Limited: Resource Centre</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="verify-v1" content="iBpH9+AL76LAanBJCvSAxEQJTKnxfMzvrcD12Lr9yDE="> <link href="Css/styler.css" rel="stylesheet" type="text/css"> <link rel="SHORTCUT ICON" href="favicon.ico" type="image/x-icon" /> <link rel="stylesheet" type="text/css" href="css/ddsmoothmenu.css" /> <script type="text/javascript" src="Scripts/jquery.min.js"></script> <script type="text/javascript" src="Scripts/ddsmoothmenu.js"></script> <script src="Scripts/swfobject_modified.js" type="text/javascript"></script> <script type="text/javascript"> /*********************************************** * IFrame SSI script II- © Dynamic Drive DHTML code library (http://www.dynamicdrive.com) * Visit DynamicDrive.com for hundreds of original DHTML scripts * This notice must stay intact for legal use ***********************************************/ //Input the IDs of the IFRAMES you wish to dynamically resize to match its content height: //Separate each ID with a comma. Examples: ["myframe1", "myframe2"] or ["myframe"] or [] for none: var iframeids = ["contentframe"] //Should script hide iframe from browsers that don't support this script (non IE5+/NS6+ browsers. Recommended): var iframehide = "yes" var getFFVersion = navigator.userAgent.substring(navigator.userAgent.indexOf("Firefox")).split("/")[1] var FFextraHeight = parseFloat(getFFVersion) >= 0.1 ? 16 : 0 //extra height in px to add to iframe in FireFox 1.0+ browsers function resizeCaller() { var dyniframe = new Array() for (i = 0; i < iframeids.length; i++) { if (document.getElementById) resizeIframe(iframeids[i]) //reveal iframe for lower end browsers? (see var above): if ((document.all || document.getElementById) && iframehide == "no") { var tempobj = document.all ? document.all[iframeids[i]] : document.getElementById(iframeids[i]) tempobj.style.display = "block" } } } function resizeIframe(frameid) { var currentfr = document.getElementById(frameid); //Allow for all browsers. // if (currentfr && !window.opera) if (currentfr) { currentfr.style.display = "block"; currentfr.height = 0; //Only For HTML 4.01 in IE5.0 if (currentfr.Document && currentfr.Document.body.scrollHeight) { currentfr.height = currentfr.Document.body.scrollHeight; } //Only For XHTML 1.0 in IE6.0,IE7.0,IE8.0,IE9.0 if (currentfr.contentDocument && currentfr.contentDocument.body.scrollHeight) { currentfr.height = currentfr.contentDocument.body.scrollHeight; } //only for XTHML 1.0 with Safari,Opera,FirFox,NetScape if (currentfr.contentDocument && currentfr.contentDocument.body.offsetHeight) //ns6 syntax { currentfr.height = currentfr.contentDocument.body.offsetHeight + FFextraHeight; } if (currentfr.addEventListener) currentfr.addEventListener("load", readjustIframe, false) else if (currentfr.attachEvent) { currentfr.detachEvent("onload", readjustIframe) // Bug fix line currentfr.attachEvent("onload", readjustIframe) } } } function readjustIframe(loadevt) { var crossevt = (window.event) ? event : loadevt var iframeroot = (crossevt.currentTarget) ? crossevt.currentTarget : crossevt.srcElement if (iframeroot) resizeIframe(iframeroot.id); } function loadintoIframe(iframeid, url) { if (document.getElementById) document.getElementById(iframeid).src = url } if (window.addEventListener) window.addEventListener("load", resizeCaller, false) else if (window.attachEvent) window.attachEvent("onload", resizeCaller) else window.onload = resizeCaller function SetFrame() { var abc = getParameter("id"); if (abc == "null" || abc == "0") return var ancName = "Anc" + abc; var anc_ID = document.getElementById(ancName); if (anc_ID != null) { anc_ID.className = "arrbluelinksSelected"; } if (abc == 2) { loadintoIframe('contentframe', 'bod.htm') } if (abc == 4) { loadintoIframe('contentframe', 'sitepages/exchangeupdatesmain.aspx'); ApplyClass(4); } } function getParameter(parameterName) { var queryString = window.location.href; // Add "=" to the parameter name (i.e. parameterName=value) var parameterName = parameterName + "="; if (queryString.length > 0) { // Find the beginning of the string begin = queryString.indexOf(parameterName); // If the parameter name is not found, skip it, otherwise return the value if (begin != -1) { // Add the length (integer) to the beginning begin += parameterName.length; // Multiple parameters are separated by the "&" sign end = queryString.indexOf("&", begin); if (end == -1) { end = queryString.length } // Return the string return unescape(queryString.substring(begin, end)); } else return "null"; } } function ApplyClass(abc) { //alert(abc); var ancName = "Anc" + abc; var anc_ID = document.getElementById(ancName); if (anc_ID != null) { anc_ID.className = "arrbluelinksSelected"; } for (i = 0; i < 11; i++) { if (i == abc) continue; var aName = "Anc" + i; var a_ID = document.getElementById(aName); if (a_ID != null) { a_ID.className = "arrbluelinks"; } } } function SetLinkClass() { var abc = getParameter('abtMenu'); if (abc == "null" || abc == "0") return else ApplyClass(abc); } function LoadResourcesDetails() { var param = getParameter('m'); if (param == "null" || param == "0") return; else if (param == '1') { loadintoIframe('contentframe', 'company_information.htm'); ApplyClass('1'); } else if (param == '2') { loadintoIframe('contentframe', 'Sitepages/ProductsParent.aspx'); ApplyClass('2'); } else if (param == '3') { loadintoIframe('contentframe', 'services_home.htm'); ApplyClass('3'); } else if (param == '4') { loadintoIframe('contentframe', 'operations.htm'); ApplyClass('4'); } else if (param == '5') { loadintoIframe('contentframe', 'associates.htm'); ApplyClass('5'); } else if (param == '6') { loadintoIframe('contentframe', 'resourcecentre_ downloads.htm'); ApplyClass('6'); } else if (param == '7') { loadintoIframe('contentframe', 'sitepages/ExchangeCirculars.aspx'); ApplyClass('7'); } else if (param == '8') { loadintoIframe('contentframe', 'sitepages/factsheet_monthly.aspx'); ApplyClass('8'); } else { window.location.href = 'resource_centre.htm'; //ApplyClass('1'); } } </script> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init == true) with (navigator) { if ((appName == "Netscape") && (parseInt(appVersion) == 4)) { document.MM_pgW = innerWidth; document.MM_pgH = innerHeight; onresize = MM_reloadPage; } } else if (innerWidth != document.MM_pgW || innerHeight != document.MM_pgH) location.reload(); } MM_reloadPage(true); //--> </script> <style type="text/css"> <! -- a.arrbluelinks { font-family: tahoma; font-size: 8.5pt; color: #1768ac; text-decoration: none; background-image: url(images/blue_arr.gif); background-repeat: no-repeat; background-position: left center; padding-left: 14px; } a:hover.arrbluelinks { font-family: tahoma; font-size: 8.5pt; color: #FF0000; text-decoration: none; background-image: url(images/blue_arr_on.gif); background-repeat: no-repeat; background-position: left center; } -- > </style> <script language="javascript" type="text/javascript"> <!-- /**************************************************** Author: Eric King Url: http://redrival.com/eak/index.shtml This script is free to use as long as this info is left in Featured on Dynamic Drive script library (http://www.dynamicdrive.com) ****************************************************/ var win = null; function NewWindow(mypage, myname, w, h, scroll, pos) { if (pos == "random") { LeftPosition = (screen.width) ? Math.floor(Math.random() * (screen.width - w)) : 100; TopPosition = (screen.height) ? Math.floor(Math.random() * ((screen.height - h) - 75)) : 100; } if (pos == "center") { LeftPosition = (screen.width) ? (screen.width - w) / 2 : 100; TopPosition = (screen.height) ? (screen.height - h) / 2 : 100; } else if ((pos != "center" && pos != "random") || pos == null) { LeftPosition = 0; TopPosition = 20 } settings = 'width=' + w + ',height=' + h + ',top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=' + scroll + ',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes'; win = window.open(mypage, myname, settings); } // --> </script> </head> <body bgcolor="#dcddde" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="LoadResourcesDetails();"> <div id="div_ToolTip" style='position: absolute; display: none; z-index: 100'> </div> <div id="divMOver" style='position: absolute; visibility: hidden; z-index: 100'> <table width="145" border="0" cellpadding="0" cellspacing="0" id="tableDiv"> <tr> <td height="22" align="center" background="Images/popup_top.gif" class="boldcontent" id="tdName">&nbsp;</td> </tr> <tr> <td align="center" valign="top" bgcolor="#FFFFFF" class="LTRB"><table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr> <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" background="Images/popup_bg.gif"> <tr> <td width="60%" class="tblsymbol"> Open Price </td> <td width="40%" align="right" class="tbldata" id="tdOpenPrice">&nbsp;</td> </tr> <tr> <td width="60%" class="tblsymbol"> High Price </td> <td width="40%" align="right" class="tbldata" id="tdHighPrice">&nbsp;</td> </tr> <tr> <td width="60%" class="tblsymbol"> Low price </td> <td width="40%" align="right" class="tbldata" id="tdLowPrice">&nbsp;</td> </tr> <tr> <td width="60%" class="tblsymbol"> PCP </td> <td width="40%" align="right" class="tbldata" id="tdPCP">&nbsp;</td> </tr> <tr> <td width="60%" class="tblsymbol"> Life Time High </td> <td width="40%" align="right" class="tbldata" id="tdLifeHigh">&nbsp;</td> </tr> <tr> <td width="60%" class="tblsymbol"> Life Time Low </td> <td width="40%" align="right" class="tbldata" id="tdLifeLow">&nbsp;</td> </tr> </table></td> </tr> </table></td> </tr> </table> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="top" class="pgbg"><table width="1003" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> <tr> <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="200" rowspan="2" align="center"><a href="index.htm"> <img src="images/nsel_logo.gif" border="0" alt="National Spot Exchange-logo"></a></td> <td height="21" align="right" valign="top"><iframe align="right" marginwidth="0" marginheight="0" src="topmenu.htm" frameborder="0" width="100%" scrolling="no" height="21">Top menu</iframe></td> </tr> <tr> <td height="84" align="right" valign="middle"><img src="images/name.gif" border="0"></td> </tr> </table></td> </tr> <tr> <td align="center" valign="top" style="background:url(images/mainmenu_bg.jpg) center top repeat-x"><table border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="27"><div align="center"> <div id="leftcontainer"> <noscript> <a href="link to site map for search engines and user with JS disabled" class="content"> Main Menu</a> </noscript> </div> </div></td> </tr> </table></td> </tr> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="157" height="24" bgcolor="#1e6eb3">&nbsp;</td> <td bgcolor="#1e6eb3"><iframe align="center" marginwidth="0" marginheight="0" src="ticker.aspx" frameborder="0" width="846" scrolling="no" height="24">Ticker</iframe></td> </tr> </table></td> </tr> <tr> <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" background="images/crums_top.gif"></td> <td height="5"></td> </tr> <tr> <td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" width="200"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="RBL"> <tr> <td id="secbg"><span class="secheader">Resource Centre</span></td> </tr> <tr> <td valign="top" align="center"><div id="navcontainer"> <ul> <li><a href="javascript:loadintoIframe('contentframe','company_information.htm')">Company Information</a></li> <li><a href="javascript:loadintoIframe('contentframe','sitepages/factsheet_monthly.aspx')">Fact Sheet - Monthly </a></li> <li><a href="javascript:loadintoIframe('contentframe','sitepages/productsparent.aspx')">Product Summary</a></li> <li><a href="javascript:loadintoIframe('contentframe','services_home.htm')">Benefits to Participants</a></li> <li><a href="javascript:loadintoIframe('contentframe','operations.htm')">Operations</a></li> <li><a href="javascript:loadintoIframe('contentframe','associates.htm')">Associates</a></li> <li><a href="javascript:loadintoIframe('contentframe','resourcecentre_ downloads.htm')">Downloads</a></li> <li><a href="javascript:loadintoIframe('contentframe','sitepages/exchangecirculars.aspx')">Exchange Circular</a></li> </ul> </div> <br /></td> </tr> </table></td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td align="center"><img src="images/associates_head.gif"></td> </tr> <tr> <td align="center" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="200" height="80" id="FlashID" title="Associates"> <param name="movie" value="associates.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="6.0.65.0" /> <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don t want users to see the prompt. --> <param name="expressinstall" value="Scripts/expressInstall.swf" /> <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="associates.swf" width="200" height="80"> <!--<![endif]--> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="6.0.65.0" /> <param name="expressinstall" value="Scripts/expressInstall.swf" /> <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. --> <div> <h4>Content on this page requires a newer version of Adobe Flash Player.</h4> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p> </div> <!--[if !IE]>--> </object> <!--<![endif]--> </object></td> </tr> </table></td> <td width="5">&nbsp;</td> <td align="left" valign="top"><iframe id="contentframe" style="display: none; overflow: visible; width: 585px" marginwidth="0" marginheight="0" src="company_information.htm" frameborder="0" scrolling="no"></iframe></td> <td width="5">&nbsp;</td> </tr> </table></td> <td width="208" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="RBL"> <tr> <td id="secbg"><span class="secheader">Press Coverage</span></td> </tr> <tr> <td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10"></td> </tr> <tr> <td valign="top"><iframe name="press" align="center" marginwidth="0" marginheight="0" src="Sitepages/PressCoverage_Marquee.aspx" frameborder="0" width="200" scrolling="no" height="125">Press Coverage Pane</iframe></td> </tr> <tr> <td height="20" class="bluelinks"><div align="right"><a href="news_events.htm" class="bluelinks">more...</a> </div></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td>&nbsp;</td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="30" class="whitetxt">&nbsp;</td> </tr> <tr> <td height="22" align="center" bgcolor="#378140"><iframe align="center" marginwidth="0" marginheight="0" src="footer.htm" frameborder="0" width="100%" scrolling="no" height="22">footer</iframe></td> </tr> <tr> <td height="5"></td> </tr> </table></td> </tr> </table> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-9381351-1"); pageTracker._trackPageview(); } catch (err) { } swfobject.registerObject("FlashID"); </script> </body> </html>