// Rev 4.2
// Edited for Freescale
// R39047 2006-07-17
function writeHeader() {
 document.write('<script>\n');
 document.write('function submit2(a,url,fname) {\n');
 document.write('if (a==2) {\n');
 document.write('  var input = eval("document."+fname+".qt2.value;")\n');
 document.write('  var alertDisplay=\'\';\n');
 document.write('  if (input.length < 3) {\n');
 document.write('   alertDisplay+=\'Input must be at least 3 characters long.\';\n');
 document.write('  }\n');
 document.write('  if(!noStar(input)){\n');
 document.write('   alertDisplay+=\'\';\n');
 document.write('   alertDisplay+=\'An asterisk is not allowed in the input.\'; \n');
 document.write('  }\n');
 document.write('  if(alertDisplay!=\'\'){\n');
 document.write('   alert(alertDisplay);\n');
 document.write('   eval("document."+fname+".qt2.focus();")\n');
 document.write('   eval("document."+fname+".qt2.select();")\n');
 document.write('   return;\n');
 document.write('  }\n');
 document.write(' if(eval("document."+fname+".qt2.value") == \'Contains\') {\n');
 document.write('  document.header1.PART_NUMBER.value = \'\';\n');
 document.write(' } else {\n');
 document.write('  document.header1.PART_NUMBER.value = eval("document."+fname+".qt2.value;")\n');
 document.write(' }\n');
 document.write(' document.header1.action = url;\n');
 document.write('}\n');
 document.write('document.header1.method = "POST";\n');
 document.write('document.header1.submit();\n');
 document.write('}\n');
 document.write('function searchPartNumber(a,url,fname) {\n');
 document.write('if (window.event && window.event.keyCode == 13)\n');
 document.write('{  \n');
 document.write(' submit2(a,url,fname);');
 document.write('  return false;\n');
 document.write('}\n');
 document.write('return true;\n');
 document.write('  }\n');
 //Added by r9187z WR 3142 END 30/3/2005
 document.write('function noStar(inputStr) {\n');
 document.write(' for (i = 0; i < inputStr.length; i++) {\n');
 document.write('  // Check that current character is number.\n');
 document.write('  var c = inputStr.charAt(i);\n');
 document.write('  if ( c =="*" ) { return false; \n');
 document.write('  }\n');
 document.write(' }\n');
 document.write(' return true;\n');
 document.write('}\n');
 document.write('function validateSearchForm(a, url) {\n');
 document.write('if (a == 1) { \n');
 document.write(' var input = document.header1.qt2.value; \n');
 document.write(' var alertDisplay=\'\'; \n');
 document.write(' if (input.length < 3) {\n');
 document.write('  alertDisplay+=\'Input must be at least 3 characters long.\';\n');
 document.write(' }\n');
 document.write(' if(!noStar(input)){\n');
 document.write('  alertDisplay+=\'\';\n');
 document.write('  alertDisplay+=\'An asterisk is not allowed in the input.\'; \n');
 document.write(' }\n');
 document.write(' if(alertDisplay!=\'\'){\n');
 document.write('  alert(alertDisplay);\n');
 document.write('  document.header1.qt2.focus();\n');
 document.write('  document.header1.qt2.select();\n');
 document.write('  return false;\n');
 document.write(' }\n');
    document.write(' if(document.header1.qt2.value == \'Contains\') {\n');
 document.write('  document.header1.PART_NUMBER.value = \'\';\n');
 document.write('  document.header2.PART_NUMBER.value = \'\';\n');
 document.write(' } else {\n');
 document.write('  document.header1.PART_NUMBER.value = document.header1.qt2.value;\n');
 document.write('  document.header2.PART_NUMBER.value = document.header1.qt2.value;\n');
 document.write(' }\n');
 document.write('document.header1.QueryText.value = document.header1.PART_NUMBER.value;\n');
 document.write('} \n');
 document.write('if (a == 2) { \n');
 document.write(' if(document.header2.qt.value == \'Search\') { \n');
 document.write('  document.header2.qt.value =\'\'; \n');
 document.write(' } \n');
 document.write('document.header2.QueryText.value = document.header2.qt.value;\n');
 document.write('} \n'); 
 document.write('return true; \n');
 document.write('} \n');
 document.write('function submit(a,url) {\n');
 document.write('if (a==1) {\n');
 document.write(' if(document.header.qt.value == \'Search\') {\n');
 document.write('  document.header.qt.value =\'\';\n');
 document.write(' }\n');
 document.write(' document.header.action =url;\n');
 document.write('}\n');
 document.write('if (a==2) {\n');
 document.write('  var input = document.header.qt2.value;\n');
 document.write('  var alertDisplay=\'\';\n');
 document.write('  if (input.length < 3) {\n');
 document.write('   alertDisplay+=\'Input must be at least 3 characters long.\';\n');
 document.write('  }\n');
 document.write('  if(!noStar(input)){\n');
 document.write('   alertDisplay+=\'\';\n');
 document.write('   alertDisplay+=\'An asterisk is not allowed in the input.\'; \n');
 document.write('  }\n');
 document.write('  if(alertDisplay!=\'\'){\n');
 document.write('   alert(alertDisplay);\n');
 document.write('   document.header.qt2.focus();\n');
 document.write('   document.header.qt2.select();\n');
 document.write('   return;\n');
 document.write('  }\n');
 document.write(' if(document.header.qt2.value == \'Contains\') {\n');
 document.write('  document.header.PART_NUMBER.value = \'\';\n');
 document.write(' } else {\n');
 document.write('  document.header.PART_NUMBER.value = document.header.qt2.value;\n');
 document.write(' }\n');
 document.write(' document.header.action = url;\n');
 document.write('}\n');
 document.write('document.header.method = "POST";\n');
 document.write('document.header.submit();\n');
 document.write('}\n');
 document.write('</script>\n');
 document.write('<!-- END GLOBAL PRODUCT AND APPLICATION DROP DOWN NAVS -->\n');
 document.write('<script language="Javascript" src="/shared/js/HM_header.js"></script>\n');
 document.write('<script language="Javascript" src="/shoppingcart/scripts/Shoppingcart.js"></script>\n');
 document.write('<!-- BEGIN FREESCALE MASTHEAD -->\n');
 // Changed by LTITL for Web-Re-Design
 document.write('<div id="hedr">\n');
 document.write('<!-- Begin Freescale Logo -->\n');
 document.write('<div id="lgo"><a href="/" title="Freescale"><img src="http://www.freescale.com/shared/images/freescale_logo.gif" alt="Freescale" width="162" height="50" border="0" /></a></div>\n');
 document.write('<!-- End Freescale Logo -->\n');
 document.write('<!-- Begin Nav Wrap -->\n');
 document.write('<div id="nvw">\n');
 document.write('<!-- Begin hidden Nav Jump -->\n');
 document.write('<div class="hide"><a href="#mncnt">Skip navigation</a></div>\n');
 document.write('<!-- End hidden Nav Jump -->\n');
 document.write('<!-- Begin Bottom Nav -->\n');
 document.write('<div class="lt">\n');
 document.write('<div class="tp">\n');
 document.write('<!-- Begin Top Nav -->\n');
 document.write('<!-- Begin Top links -->\n');
 document.write('<div id="tpl">\n');
 document.write('<ul id="tpnv">\n');
 document.write('<li><a href="/"><span class="black">Worldwide:</span> United States</a>\n');
 document.write('<ul class="cl">\n');
 document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714775579803">Argentina</a></li>\n');
 document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714719720384">Australia</a></li>\n');
 document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714775571398">Brazil</a></li>\n');
 document.write('<li><a href="/webapp/sps/site/overview.jsp?nodeId=06714709535459">Canada</a></li>\n');
 document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714769560193">Czech Republic</a></li>\n');
 document.write('<li><a href="http://www.freescale.com.cn">China</a></li>\n');
 document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714769567452">Deutschland</a></li>\n');
 document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714769566735">France</a></li>\n');
 document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714735963932">Hong Kong</a></li>\n'); document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714735960794">India</a></li>\n');
 document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714769562727">Ireland</a></li>\n');
 document.write('<li><a href="http://www.freescale.com/israel">Israel</a></li>\n');
 document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714769568830">Italia</a></li>\n');
 document.write('<li><a href="http://www.freescale.co.jp">Japan</a></li>\n');
 document.write('<li><a href="http://www.freescale.co.kr">Korea</a></li>\n');
 document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714735969652">Malaysia</a></li>\n');
 document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714775578197">Mexico</a></li>\n');
 document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714769563689">Romania</a></li>\n');
 document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=067147695633664194">Russia</a></li>\n'); document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714769562896">Turkey</a></li>\n');
 document.write('<li><a href="/webapp/sps/site/homepage.jsp?nodeId=06714769560204">United Kingdom</a></li>\n');
 document.write('<li><a href="/">United States</a></li>\n');
 document.write('</ul>\n');
 document.write('</li>\n');
 document.write('<li><a href="http://www.freescale.com.cn"><img src="http://www.freescale.com/files/worldwide/shared/images/navigation/country_china.gif" alt="&#20013;&#22269;" width="21" height="11" border="0" /></a></li>\n');
 document.write('<li><a href="http://www.freescale.co.jp"><img src="http://www.freescale.com/files/worldwide/shared/images/navigation/country_japan.gif" alt="&#26085;&#26412;" width="31" height="11" border="0" /></a></li>\n');
 document.write('<li><a href="http://www.freescale.co.kr"><img src="http://www.freescale.com/files/worldwide/shared/images/navigation/country_korea.gif" alt="&#54620;&#44397;" width="32" height="11" border="0" /></a></li>\n');
 document.write('<li><a href="/webapp/ecommerce.show_cart.framework" title="Shopping Cart"><img src="http://www.freescale.com/shared/images/navigation/shopping_cart_3094B4.gif" alt="Shopping Cart" height="15" width="19"  border="0" /></a>\n');
 document.write('</li>\n');
 if (!ret()){
  document.write('<li><a href="/webapp/ruhp.login.framework">Login</a></li>\n');
  document.write('<li><a href="/webapp/ruhp.secure_home.framework" class="lgn">My Freescale</a></li>\n');
 } else {
  document.write('<li><a href="/webapp/Logout">Logout</a></li>\n');
  document.write('<li><a href="/webapp/ruhp.secure_home.framework" class="lgn">My Freescale</a></li>\n');
 }
 document.write('</ul>\n');
 document.write('</div>\n');
 document.write('<!-- End Top links --> <!-- End Top Nav -->\n');
 document.write('</div>\n');
 document.write('<div class="bt">\n');
 document.write('<!-- Begin Top Nav -->\n');
 document.write('<!-- Begin Global Nav -->\n');
 document.write('<ul id="cnv">');
 document.write(' <li><h3><a href="/webapp/sps/library/prod_lib.jsp" class="pd">Products</a></h3>');
 document.write('  <ul class="dnv">');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=0162468449">8-Bit Microcontrollers</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=0162468636">16-Bit Microcontrollers</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=0162468rH3">32-Bit Microcontrollers &amp; Processors</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=014359">Analog and Mixed Signal</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=012100">ASIC</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=01m6cy">Cellular Platforms</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=012726">CodeWarrior&trade; Development Tools</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=012795">Digital Signal Processors &amp; Controllers</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=015424">Memory (MRAM)</a></li>'); 
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=017440">Power Management</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=0106B9">RF</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=011269">Sensors</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=01J4Fs">Wireless Connectivity</a></li>');
 document.write('    <li><a href="/webapp/search/MainSERP.jsp?Products=Products&RELEVANCE=false&showAllCategories=false&SelectedAsset=Product+Pages&srch=1&assetLocked=false&Product%20Pages=Obsolete&pageSize=25&pageNum=1&">Archives</a></li>'); 
 document.write('  </ul>');
 document.write('');
 document.write(' </li>');
 document.write(' <li><h3><a href="/webapp/sps/site/homepage.jsp?nodeId=02">Applications</a></h3>');
 document.write('  <ul class="dnv">');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=02Wcbf">Automotive</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=023Z1D">Consumer Electronics</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=02430Z">Industrial Control</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=02nQXG">Motor Control</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=02VS0l">Networking</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=02XPgQ">Wireless and Mobile</a></li>');
 document.write('  </ul>');
 document.write(' </li>');
 document.write(' <li><h3><a href="/webapp/sps/site/homepage.jsp?nodeId=0ST">Technologies</a></h3>');
 document.write('  <ul class="dnv">');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=0ST4256">Foundry</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=0ST2874">Research and Development</a></li>');
 document.write('  </ul>');
 document.write(' </li>');
 document.write(' <li><h3><a href="/webapp/sps/site/homepage.jsp?nodeId=05">Support</a></h3>');
 document.write('  <ul class="dnv">');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=054670">Technical Support</a></li>');
 document.write('    <li><a href="/webapp/sps/library/docu_lib.jsp">Documentation</a></li>');
 document.write('    <li><a href="/webapp/sps/library/tools_lib.jsp">Design Tools</a></li>');
 document.write('    <li><a href="/webapp/sps/site/faq_search.jsp">FAQs</a></li>'); 
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=0MFB28">Reference Designs</a></li>');
 document.write('    <li><a href="http://www.embeddedlearningcenter.com/scripts/tol.exe?CONFIG,pc-freescale.txt&TEMPLATE,pc_main.ops&AREA,1">Training</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=052539">Events</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=06lR7N">Lead-free and RoHS Data</a></li>');
 document.write('    <li><a href="/webapp/sps/site/overview.jsp?nodeId=053459">RSS Feeds</a></li>');
 document.write('    <li><a href="/webapp/sps/site/dap.search.framework?NEXT_SCREEN=SEARCH">3rd Party Support</a></li>');
 document.write('  </ul>');
 document.write(' </li>');
 document.write(' <li><h3><a href="/webapp/sps/site/homepage.jsp?nodeId=01098400786959705928692">Buy</a></h3>');
 document.write('  <ul class="dnv">');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=010984007869597059286928187">Buy Direct</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=010984007869597059286929489">Order Samples</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=01098400786959705928692">Distributor Network</a></li>');
 document.write('    <li><a href="/webapp/sps/site/overview.jsp?nodeId=010984007869597059286922384">Pricing & Availability</a></li>');
 document.write('  </ul>');
 document.write(' </li>');
 document.write(' <li><h3><a href="/webapp/sps/site/homepage.jsp?nodeId=06" class="ab">About Freescale</a></h3>');
 document.write('  <ul class="dnv">');
 document.write('    <li><a href="/webapp/sps/site/overview.jsp?nodeId=060A60">Corporate Overview</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=067147">Freescale Worldwide</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=065612">Corporate Social Responsibility</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=067843">Careers</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=06lR7N">Environmental Products</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=066550">Environmental Health and Safety</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=06PfBm">Community Involvement</a></li>');
 document.write('    <li><a href="http://investors.freescale.com">Investor Relations</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=062982">Manufacturing</a></li>');
 document.write('    <li><a href="http://media.freescale.com">Media Center</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=066105">Alliances</a></li>');
 document.write('    <li><a href="/webapp/sps/site/overview.jsp?nodeId=069905">Business Conduct and Ethics</a></li>');
 document.write('    <li><a href="/webapp/sps/site/homepage.jsp?nodeId=06X0Fz">University Program</a></li>');
 document.write('  </ul>');
 document.write(' </li>');
 document.write('</ul>');
 document.write('<!-- End Global Nav -->\n');
 document.write('<!-- End Top Nav -->\n');
 document.write('</div>\n');
 document.write('</div>\n');
 document.write('<div class="rt">\n');
 document.write('<!-- Begin Search Box -->\n');
 document.write('<div id="serchw">\n');
 document.write('<div id="serch">\n');
 document.write('<form action="/webapp/search/OPSERP.jsp" method="post" name="header1" id="search" onSubmit="return validateSearchForm(\'1\',\'/search/OPSERP.jsp\');">\n');
 document.write('<input name="qt2" type="text" id="parts" value="Enter Part Number" class="textbox" onfocus="this.value=\'\';" onblur="resetsearch(\'parts\');" >\n');
 document.write('<input name="Go" type="image" src="http://www.freescale.com/shared/images/search/button_off.gif" alt="Search Part Numbers" class="button">\n');
 document.write('<input type="hidden" name="QueryText" value="">\n');
 document.write('<input type="hidden" name="baseUrl" value="/">\n');
 document.write('<input type="hidden" name="PART_NUMBER" value="">\n');
 document.write('<input type="hidden" name="SEARCH_OPERATOR" value="Contains">\n');
 document.write(' </form>\n');
 document.write('<form action="/webapp/search/MainSERP.jsp?RELEVANCE=true&showCustomCollateral=true" method="post" name="header2" id="search" onSubmit="return validateSearchForm(\'2\',\'/search/MainSERP.jsp\');">\n');
 document.write(' <input name="qt" type="text" id="keywords" value="Enter Keyword" class="textbox" onfocus="this.value=\'\';" onblur="resetsearch(\'keywords\');">\n');
 document.write('<input name="Go" type="image" src="http://www.freescale.com/shared/images/search/button_off.gif" alt="Search Keywords" class="button" >\n');
 document.write(' <input type="hidden" name="QueryText" value="">\n');
 document.write('<input type="hidden" name="baseUrl" value="/">\n');
 document.write('<input type="hidden" name="PART_NUMBER" value="">\n');
 document.write('<input type="hidden" name="SEARCH_OPERATOR" value="Contains">\n');
 document.write('</form>\n');
 document.write('</div>\n');
 document.write('</div>\n')
 document.write('<!-- End Search Box -->\n');
 document.write('</div>\n');
 document.write(' </div>\n');
 document.write('<!-- End Bottom Nav -->\n');
 document.write('<!-- End Nav Wrap -->\n');
 document.write('</div>\n');     
 document.write('<!-- End Freescale Global Header -->\n');
 // Changed by LTITL for Web-Re-Design
}

function writeFooterShort() {
//changed by LTI for web redesign START 26/06/2006 
 writeFooter();
}

function writeFooter() {
 document.write('</div>\n');
 document.write('<div class="bkflt"></div>\n');
 document.write('<!-- Begin Global Footer -->\n');
 document.write('<!-- WebTrends NetIQ Javascript -->\n');
 document.write('<script src="/files/abstract/misc/SDC_SMARTSOURCE_TAG.js" language="javascript" TYPE="text/javascript"></script>\n');
 document.write('<noscript><img border="0" name="dcsimg" width="1" height="1" src="http://fdc.freescale.com/dcsna6bpqoifwzzkbkpmprmyf_5x3f/njs.gif?dcsuri=/nojavascript&WT.js=No"></noscript>\n');
 document.write('<!-- End WebTrends NetIQ Javascript -->\n');
 //changed by LTI for web redesign START 26/06/2006 
 document.write('  <div id="ftr">\n');
 document.write('  <ul>\n');
 document.write('  <li><a href="/">www.freescale.com</a></li>\n');
 document.write(' <li><a href="/webapp/sps/site/sitemap.jsp?nodeId=0" >Site Map</a></li> \n');
 document.write(' <li><a href="/webapp/sps/site/homepage.jsp?nodeId=0M10Xv6c0C">Contact Us</a></li>\n');
 document.write('   <li><a href="/files/abstract/help_page/TERMSOFUSE.html" >Terms of Use</a></li>\n');
 document.write(' <li><a href="/files/abstract/help_page/PRIVACYPRACTICES.html" >Privacy Practices</a></li>   \n');
 document.write(' <li><a href="/webapp/sps/site/overview.jsp?nodeId=053459" class="rss">RSS Feeds</a></li>\n');
 document.write('<li class="copyright">&copy; Copyright 2006 Freescale, Inc. All Rights Reserved.</li>\n');
 document.write('  </ul>\n');
 document.write('  </div>\n');
 //changed by LTI for web redesign END 26/06/2006 
 document.write('<script type="text/javascript" src="/shared/js/HM_Loader.js"></script>\n');
 document.write('<!-- End Global Footer -->\n');
}


function writeFooterLong() {
 //changed by LTI for web redesign START 26/06/2006 
 writeFooter();
 //changed by LTI for web redesign END 26/06/2006 
}

//Changes by R9248z for Cookie Mgmt START 17/08/2004
function ret() {
 var name='SessID';
 var start = document.cookie.indexOf(name+"=");
 var temp = document.cookie.substring(start);
 var indext = temp.indexOf("SessID=");
 if (indext == -1){
  return false;
 }
 var val=temp.substring(indext+1);
 if (val.length > 0){
  return true;
 }
 return false;
}

function showShopcart(){
 var name='CART_COOKIE';
 var trueVal='true';
    return getCookie(name)== trueVal;
}

function getCookie(name) { 
    var bikky = document.cookie;
    var index = bikky.indexOf(name + "=");
    if (index == -1) return null;
    index = bikky.indexOf("=", index) + 1; // first character
    var endstr = bikky.indexOf(";", index);
    if (endstr == -1) endstr = bikky.length; // last character
    return unescape(bikky.substring(index, endstr));
}
//Changes by R9248z for Cookie Mgmt END 17/08/2004
