var pageprotocol = document.location.protocol;
pageprotocol = "http://www.lmelive.com/"

var LeftNavHTML = '' +
"<div id='sectionLinks' style='background-color:#010066;' ><img src='" + pageprotocol + "images/menuOptions.gif' width='142' height='19' /></div>" +
"<div id='sectionLinks'>" +
"<a href='http://www.lme.com/LMElive/lmelive_features.asp' target='_self' class='larger'>lmelive features</a></div>" +
"<div id='sectionLinks'>" +
"<a href='" + pageprotocol + "ProductDemo.html' target='_self' class='larger'>product demo</a></div>" +
"<div id='sectionLinks'>" +
"<a href='" + pageprotocol + "signup.html' target='_self' class='larger' >subscribe now </a></div>" +
"<div id='sectionLinks'>" +
"<a href='" + "http://www.lme.com/LMElive/lmelive_lmeliveanywhere.asp' target='_self' class='larger '>lmelive anywhere</a></div>" +
"<div id='sectionLinks'>" +
"<a href='javascript:void(0);' target='_self' class='larger' onclick=\"javascript:var newWind=window.open('" + pageprotocol + "requirements.html','new','top=100,left=100,width=675,height=600,scrollbars=yes')\";newWind.focus();'>product specs</a></div>" +
"<div id='sectionLinks'>" +
"<a href='" + "http://www.lme.com/LMElive/lmelive_pricing.asp' target='_self' class='larger'>pricing</a></div>" +
"<div id='advert' class='call'>" +
"    <table class='callus' border='0' cellpadding='0' cellspacing='0'>" +
"      <tbody><tr bgcolor='#cccccc'>" +
"        <td colspan='2' style='color: rgb(255, 255, 255); font-size: 12px; font-weight: bold;' align='left' bgcolor='#010066' height='25'><a href='contactUs.html'><img src='images/call-icon4.gif' alt='LMElive Customer Support Information' align='left' border='0' height='29' width='140'></a>        </td>" +
"      </tr>" +
"      <tr bgcolor='#cccccc'>" +
"    <td align='center' bgcolor='#cccccc' valign='middle' width='35'> " +
"    <a href='" + pageprotocol + "contactUs.html' target='_self' title='LMElive Customer Support Information'>" +
"    <img src='images/call-icon6.gif' alt='LMElive Customer Support Information' border='0' height='25' width='25'></a></td>    " +
"    <td align='left' bgcolor='#cccccc' height='34' width='105'> " +
" <a href='" + pageprotocol + "contactUs.html' target='_self' title='LMElive Customer Support Information' class='callLink'>UK Toll Free<br>" +
" 0800 032 7759</a> </td>" +
"      </tr>" +
"      <tr>" +
"        <td align='center' bgcolor='#ffffff' valign='middle'><a href='" + pageprotocol + "contactUs.html' target='_self' title='LMElive Customer Support Information'><img src='images/call-icon5.gif' alt='LMElive Customer Support Information' border='0' height='25' width='25'></a> </td>" +
"        <td align='left' bgcolor='#ffffff' valign='middle'>" +

"        <a href='" + pageprotocol + "contactUs.html' target='_self' title='LMElive Customer Support Information' class='callLink'>International <br>" +
"Phone Number<br>+44 800 032 7759 </a></td>" +
"        </tr>" +
"    </tbody></table>" +
"      </div>" +
"      <div id='advert'><a href='" + pageprotocol + "LMEliveFAQs.html' target='_self' title='View Frequently Asked Questions about LMElive website'><img src='images/siteHelp.gif' alt='LMElive.com FAQs' width='140' height='21' border='0' /></a></div>" +
"    <div id='advert' class='ad1'><a target='_self' href='" + pageprotocol + "contactUs.html'><img class='banner1' width='145' height='100' border='0' alt='LMElive Annual Subscription' src='http://www.lme.com/LMElive/images/ad1.gif'/></a></div>" +
"  </div> " +
" <!--end navbar -->"


document.write(LeftNavHTML);
