﻿// JScript File
function MenuTop()
{
    var strURL = window.location.href;		
    alert(strURL)
    if(strURL.indexOf("Equity")>= 0){document.getElementById("ulEquity").className="current"}
    if(strURL.indexOf("Derivatives")>= 0){document.getElementById("ulDerivatives").className="current"}
}