// JavaScript Document
//function openwindowattached(x)
//{
//var pname = new Array("","http://www.sail.co.in/","http://www.vizagsteel.com/","http://www.nmdc-india.com/","http://www.kudremukhore.co.in/","http://www.meconlimited.co.in/","http://moil.nic.in/","http://www.mstcindia.co.in/","http://www.hscl.co.in/","http://www.spongeironindia.com","http://www.bharatref.co.in/","http://jpcindiansteel.nic.in/","http://www.nisst.org/","http://www.bpnsi.org/","http://fsnl.nic.in","http://birdgroup.gov.in")
//for (i=0; i<pname.length; i++)
//{
//document.write(pname[i] + "<br>")
//}
//alert pname(x)
//window.open(pname[x],"my_new_window","toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=400")
//}

function openwindow(x)
{
	alert("You are moving out of this website");
var pname = new Array("","http://www.sail.co.in/","http://www.vizagsteel.com/","http://www.nmdc-india.com/","http://www.kudremukhore.co.in/","http://www.meconlimited.co.in/","http://moil.nic.in/","http://www.mstcindia.co.in/","http://www.hscl.co.in/","http://www.spongeironindia.com","http://www.bharatref.co.in/","http://jpcindiansteel.nic.in/","http://www.nisst.org/","http://www.bpnsi.org/","http://fsnl.nic.in","http://birdgroup.gov.in")
//for (i=0; i<pname.length; i++)
//{
//document.write(pname[i] + "<br>")
//}
//alert pname(x)
window.open(pname[x],"my_new_window","toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=400")
}


function opentenderswindow(x)
{
alert("You are moving out of this website")
var pname = new Array("","http://www.sailtenders.co.in/","http://www.vizagsteel.com/default2.asp?stype=tenders","http://www.nmdc.co.in/nmdctender/default.aspx","http://www.kudremukhore.co.in/","http://www.meconlimited.com/tenders.htm","http://www.moil.nic.in/tenderpage.htm","http://www.mstcindia.co.in/TenderEntry/Item_Selection.aspx","http://www.hscl.co.in/tender-2009/2009.php.htm","http://www.spongeironindia.com/tenders.htm","http://www.bharatref.co.in/home/tender.htm","https://tenders.gov.in/department.asp?id=139")
window.open(pname[x],"my_new_window","toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=400")
}
