<!--

var xposs,yposs;
//do browser detect stuff
var ax,bx,cx,dx,ex,fx,gx,hx,ix;
var yy;
wd = screen.width;
if(wd == 1280)
{
var x = 692;
	ax=320; bx=640; cx=890; dx=830; ex=320; fx=640; fx2=660; gx=890; hx=830; ix=930;
}
if(wd == 1152)
{
var x = 692;
	ax=290; bx=560; cx=800; dx=830; ex=290; fx=560; fx2=580; gx=800; hx=510; ix=800;
}
if (wd == 1024)
{
	var x = 692;
	ax=270; bx=480; cx=710; dx=830; ex=270; fx=480; fx2=520; gx=710; hx=510; ix=690;
}
if (wd == 800)
{
	var x=195;
	ax=230; bx=390; cx=550; dx=640; ex=230; fx=390; fx2=410; gx=550; hx=510; ix=465;
}
if (wd == 640)
{
	var x=307;
	ax=210; bx=325; cx=440; dx=640; ex=210; fx=325; fx2=320; gx=440; hx=510; ix=345;
}

var isNS = (navigator.appName == "Netscape");
var IE4 = (navigator.userAgent.indexOf("IE 4")  > -1)
var isMacIE = ( (navigator.userAgent.indexOf("IE 4")  > -1) && (navigator.userAgent.indexOf("Mac")  > -1) );
var layerRef = (isNS) ? "document" : "document.all";
var styleRef = (isNS) ? "" : ".style";
var isDynamic = ( (document.layers || document.all) && !isMacIE );

//track which menu is active
var activeMenu = 0;


//display a selected menu
function activateMenu(menuLayerRef, offset, voffset, navid) {
        
        if (isDynamic && activeMenu != menuLayerRef) {

                if (activeMenu) hideMenu("menu" + activeMenu);
		
                menuID = "menu" + menuLayerRef;
                activeMenu = menuLayerRef;
				vmenuoff = voffset;
	
if(navid == 'na')
	{hmenuoff = ax;
	offset = ax;
	}
else if(navid == 'nb')
	{hmenuoff = bx;
	offset = bx;}
else if(navid == 'nc')
	{hmenuoff = cx;
	offset = cx;}
else if(navid == 'nd')
	{hmenuoff = dx;
	offset = dx;}
else if(navid == 'ne')
	{hmenuoff = ex;
	offset = ex;}
else if(navid == 'nf')
	{hmenuoff = fx;
	offset = fx;}
else if(navid == 'nf2')
	{hmenuoff = fx2;
	offset = fx2;}
else if(navid == 'ng')
	{hmenuoff = gx;
	offset = gx;}
else if(navid == 'nh')
	{hmenuoff = hx;
	offset = hx;}
else if(navid == 'ni')
	{hmenuoff = ix;
	offset = ix;}
else
	{
	offset = xposs;
	hmenuoff = offset;
	voffset = yposs;
	vmenuoff = voffset;}
	

	//hmenuoff = offset;
	

                if (isNS) {
                        document[menuID].top = 16 + voffset;
                        document[menuID].left = offset;
                } else {
                        document.all[menuID].style.pixelTop = 35+voffset;
                        document.all[menuID].style.pixelLeft = offset;
                } // if is NS else

                showMenu(menuID)
        } // if is dynamic and new menu needed
        // kill menu if browser is IE
        if (isDynamic && !isNS) window.event.cancelBubble = true;
} // activateMenu

function showMenu(layerID) {
        eval(layerRef + '["' + layerID + '"]' + styleRef + '.visibility = "visible"');
}


function hideMenu(layerID) {
        eval(layerRef + '["' + layerID + '"]' + styleRef + '.visibility = "hidden"');
}


// get rid of menus when outside menu or button
function killMenu(e) {
  //check if theres a menu active
  if (activeMenu) {
    menuID = "menu" + activeMenu;
    if (isNS) {
	// top menus
        if (activeMenu >= 2) {
	  menuX1 = document[menuID].left;
	  menuX2 = menuX1 + document[menuID].clip.right;
	  menuY1 = document[menuID].top - 25;
	  menuY2 = menuY1 + document[menuID].clip.bottom + 15;
	} // if in menu
	if ((e.pageX < menuX1) || (e.pageX > menuX2) ||
             (e.pageY < menuY1) || (e.pageY > menuY2)) {
             hideMenu(menuID);
	     activeMenu = 0;
        } // if in menu
    } else { // if not NS
	hideMenu(menuID);
	activeMenu = 0;
    }  //if isNS else
  }  //if activeMenu
}  //function

// initialize the menu system
function init() {
  if (isDynamic) {
    if (isNS) { 
	document.captureEvents(Event.MOUSEOUT); 
	document.onmouseout = killMenu;
	document.captureEvents(Event.MOUSEMOVE);
	document.onmousemove = ch;
    } else {
	document.onmouseover = killMenu;
	document.onmouseout = ch;
    } // if NS else
		
  } // if dynamic
} // init

function ch(e)
{
if(isNS)
{
xposs = e.pageX-30;
yposs = e.pageY;
}else{
	if(IE4)
	{
		if((event.x+210)>wd)
		{
		xposs = event.x-180;
		yposs = event.y;
		}else{
		xposs = event.x;
		yposs = event.y
		}
	}else{
	if((event.x+210)>wd)
		{
		xposs = (event.x + document.body.scrollLeft-210);
		yposs = event.y + document.body.scrollTop;
	}
	else{
		xposs = event.x + (document.body.scrollLeft);
		yposs = event.y + (document.body.scrollTop - 70);
		}
	}
}
}



document.write("</head>\
<body bgcolor=\"#ffffff\" marginwidth=\"0\" marginheight=\"0\" topmargin=\"0\" leftmargin=\"0\" onload=\"init();\">");

if (isDynamic) {
document.write("<DIV id=\"menu1\" class=\"menu\" onMouseover=\"activateMenu(1,60,145)\">\
\
<A href=\"/jsl-deluxe-ar-fy-2008-09.pdf\">&#187; Jindal Stainless Annual Report 2007-08</A><BR>\
<A href=\"/annual-report-07.pdf\">&#187; Jindal Stainless Annual Report 2006-07</A><BR>\
<A href=\"/annual-report.pdf\">&#187; Jindal Stainless Annual Report 2005-06</A><BR>\
</DIV>");
}

if (isDynamic) {
document.write("<DIV id=\"menu2\" class=\"menu\" onMouseover=\"activateMenu(2,260,1245)\">\
\
<A href=\"/analyst-meet-14th-july-2005.pdf\">&#187; Analyst Meet 14th July, 2005</A><BR>\
</DIV>");
}

//-->