var graph_path;
graph_path='http://www.outlookmoney.com/images/bsense/';

function nse()
{
    document.images["graph"].src = graph_path + "nse.png";
}

function bse()
{
    document.images["graph"].src = graph_path + "bse.png";
}

function showGraphs()
{
    document.write("<table border=0 cellpadding=0 cellspacing=0><tr><td><A href='javascript:nse()'><IMG border=0 height=17 hspace=0 src='http://www.outlookmoney.com/images/bsense/nsetab.gif' width=44></A><A href='javascript:bse()'><IMG border=0 height=17 hspace=0 src='http://www.outlookmoney.com/images/bsense/bsetab.gif' width=44></A></td></tr><tr><td><IMG name=graph src='http://www.outlookmoney.com/images/bsense/nse.png'></td></tr></table>");
    document.write("<font face=Verdana, Arial, Helvetica, sans-serif size=1 color=#ffffff>&nbsp;(Dotted line indicates previous close)</font><br>");
//document.write("<font face=Verdana, Arial, Helvetica, sans-serif size=1>(Chart courtesy of http://www.outlookmoney.com)</font>");
}


